Skip to content

Commit

Permalink
Ready for release..
Browse files Browse the repository at this point in the history
  • Loading branch information
ohanssen committed Jan 29, 2022
1 parent 6f8e38d commit addd10c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
7 changes: 6 additions & 1 deletion Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -322,5 +322,10 @@ V.2.8
* Various fixes..



V.2.9
-----
* Telemetry API
* Filter work
* API for info about items
* Various fixes..

9 changes: 6 additions & 3 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
polaric-aprsd (2.8+) UNRELEASED; urgency=medium
polaric-aprsd (2.9) stable; urgency=medium

* Development
* Telemetry API
* Filter work
* API for info about items
* Various fixes..

-- Oyvind Hanssen <ohanssen@acm.org> Wed, 13 Oct 2021 21:36:55 +0200
-- Oyvind Hanssen <ohanssen@acm.org> Thu, 27 Jan 2022 13:35:06 +0100

polaric-aprsd (2.8) 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.8+";
public static String toaddr = "APPS28";
public static String version = "2.9";
public static String toaddr = "APPS29";

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

0 comments on commit addd10c

Please sign in to comment.