Skip to content

Commit

Permalink
Ready for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ohanssen committed Sep 6, 2022
1 parent 097a0f3 commit 6de204a
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 7 deletions.
13 changes: 13 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -329,3 +329,16 @@ V.2.9
* API for info about items
* Various fixes..


V.2.10
------
* Adaptations for DbSync - allow syncing user-db with DbSync (see Database plugin)
* REST client
* Allow HMAC based authentication in REST client and APIs (See Arctic Tracker and Database plugin)
* Use cuckoo filter for nonce duplicate checking...
* Own position and GPS work (tracking, smart beaconing, extra/redundant reports)
* Announce server using mDNS (Zeroconf)
* Tracker management fix
* Various fixes..


17 changes: 12 additions & 5 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
polaric-aprsd (2.9+) UNRELEASED; urgency=medium

* Hacking

-- Oyvind Hanssen <ohanssen@acm.org> Sun, 20 Mar 2022 13:52:20 +0100
polaric-aprsd (2.10) stable; urgency=medium

* Adaptations for DbSync - allow syncing user-db with DbSync
* REST client
* Allow HMAC based authentication in REST client and API
* Use cuckoo filter for nonce duplicate checking...
* Own position and GPS work (tracking, smart beaconing, extra/redundant reports)
* Announce server using mDNS (Zeroconf)
* Tracker management fix
* Various fixes..

-- Oyvind Hanssen <ohanssen@acm.org> Tue, 06 Sep 2022 20:05:08 +0200

polaric-aprsd (2.9) stable; urgency=medium

Expand Down
4 changes: 2 additions & 2 deletions src/aprsd/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@

public class Main implements ServerAPI
{
public static String version = "2.9+";
public static String toaddr = "APPS29";
public static String version = "2.10";
public static String toaddr = "APPS2a";

private static StationDB db = null;
private static AprsParser parser = null;
Expand Down

0 comments on commit 6de204a

Please sign in to comment.