Skip to content
This repository was archived by the owner on Mar 28, 2026. It is now read-only.

Releases: arednch/packages

v1.13.0

20 Mar 19:10

Choose a tag to compare

v1.13.0 Pre-release
Pre-release

Alpha release with new changes/fixes:

  • Removal of all OSLR code
  • Fix for sysinfo JSON parsing
  • adapt CSV parsing to adjust for new header names

Note: This is the first version to be tested and known working for AREDN 4.26.1.0. However, a working release also depends on CSV headers remaining stable - which have changed in the past. This is AREDN firmware independent though.

v1.12.1

28 Mar 16:09

Choose a tag to compare

v1.12.1 Pre-release
Pre-release

Alpha release with new changes/fixes:

  • Only difference to v1.12 is that we're also producing simple Debian packages now

v1.12

16 Feb 12:21
bc89095

Choose a tag to compare

v1.12 Pre-release
Pre-release

Alpha release with new changes/fixes:

  • introducing phonebook-min as a package specifically for mips based devices with little resources (e.g. hAP lite)
  • for phonebook-min, the phonebook binary is the same but runs as a cron job again rather than as a service in order to reduce resource usage
  • other packages remain the same

IMPORTANT: Remove the SipServer and LibStdCpp6 packages from the node before installing this version of phonebook as this includes a (really really basic and incapable) SIP server of its own listening on the same port.

Only update this if you know what your doing - all at your own risk as this is an experimental feature for the time being.

v1.11.1

03 Jan 15:44

Choose a tag to compare

v1.11.1 Pre-release
Pre-release

Alpha release with new changes/fixes:

  • no longer include routable phones which are not part of the phonebook

IMPORTANT: Remove the SipServer and LibStdCpp6 packages from the node before installing this version of phonebook as this includes a (really really basic and incapable) SIP server of its own listening on the same port.

Only update this if you know what your doing - all at your own risk as this is an experimental feature for the time being.

v1.11

26 Jul 06:55

Choose a tag to compare

v1.11 Pre-release
Pre-release

Alpha release with new changes/fixes:

  • refactor web pages
    • unifies appearance and makes changes to all pages consistent
    • saves some memory as templates are held in memory
  • add export to Node file system again
    • XML is created based on settings in config
    • written to /www/arednstack as done previously
  • update retry logic (restart phonebook slightly more often before giving up)
  • overhaul Makefile to more cleanly remove phonebook

IMPORTANT: Remove the SipServer and LibStdCpp6 packages from the node before installing this version of phonebook as this includes a (really really basic and incapable) SIP server of its own listening on the same port.

Only update this if you know what your doing - all at your own risk as this is an experimental feature for the time being.

v1.10.3

19 Jul 15:47

Choose a tag to compare

v1.10.3 Pre-release
Pre-release

Alpha release with new changes/fixes:

  • refactoring phonebook record refresh to fix bugs
    • major: overhauled fallback handling and merge with routing data which previously returned an error when routing data was not ready yet instead of trying again later
    • minor: not use the default HTTP client to introduce a shorter default timeout for HTTP requests

IMPORTANT: Remove the SipServer and LibStdCpp6 packages from the node before installing this version of phonebook as this includes a (really really basic and incapable) SIP server of its own listening on the same port.

Only update this if you know what your doing - all at your own risk as this is an experimental feature for the time being.

v1.10.2

15 Jul 11:19

Choose a tag to compare

v1.10.2 Pre-release
Pre-release

Alpha release with new changes/fixes:

  • local caching of the phonebook CSV
    • with one-off runs, the file was locally cached by the shell script
    • with the migration to running the phonebook as a server, one oversight was that the phonebook is only stored in memory and won't be available for nodes coming up when they're not connected to the mesh
  • expose commit hash in web UI

IMPORTANT: Remove the SipServer and LibStdCpp6 packages from the node before installing this version of phonebook as this includes a (really really basic and incapable) SIP server of its own listening on the same port.

Only update this if you know what your doing - all at your own risk as this is an experimental feature for the time being.

v1.10.1

13 Jul 10:25

Choose a tag to compare

v1.10.1 Pre-release
Pre-release

Alpha release with new changes/fixes:

  • refactored a lot of the SIP server / handling code
  • expose locally registered phones in UI

IMPORTANT: Remove the SipServer and LibStdCpp6 packages from the node before installing this version of phonebook as this includes a (really really basic and incapable) SIP server of its own listening on the same port.

Only update this if you know what your doing - all at your own risk as this is an experimental feature for the time being.

v1.10

10 Jul 20:06

Choose a tag to compare

v1.10 Pre-release
Pre-release

Alpha release with new changes/fixes:

  • Send SIP (text) messages to other participants.

IMPORTANT: Remove the SipServer and LibStdCpp6 packages from the node before installing this version of phonebook as this includes a (really really basic and incapable) SIP server of its own listening on the same port.

Only update this if you know what your doing - all at your own risk as this is an experimental feature for the time being.

v1.9.2

09 Jul 16:38

Choose a tag to compare

v1.9.2 Pre-release
Pre-release

Alpha release with new changes/fixes:

  • add notion of a country prefix (not used yet)
  • re-factor the configuration and flag validation
  • add option to fetch information/updates and surface it to users

IMPORTANT: Remove the SipServer and LibStdCpp6 packages from the node before installing this version of phonebook as this includes a (really really basic and incapable) SIP server of its own listening on the same port.

Only update this if you know what your doing - all at your own risk as this is an experimental feature for the time being.