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 23, 2021
1 parent 23a854e commit b0722be
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 5 additions & 1 deletion Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -293,5 +293,9 @@ V.2.6
* API for editing signs.
* Various fixes...


V.2.6.1
-------
Use of RF channel for messaging.. Fixes..
Messaging fixes and improvements..
Remote control fixes and improvements..

8 changes: 5 additions & 3 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
polaric-aprsd (2.6+) UNRELEASED; urgency=medium
polaric-aprsd (2.6.1) stable; urgency=medium

* Development...
* Use of RF channel for messaging.. Fixes..
* Messaging fixes and improvements..
* Remote control fixes and improvements..* Development...

-- Oyvind Hanssen <ohanssen@acm.org> Mon, 11 Jan 2021 20:02:59 +0100
-- Oyvind Hanssen <ohanssen@acm.org> Sat, 23 Jan 2021 17:36:53 +0100

polaric-aprsd (2.6) stable; urgency=medium

Expand Down
2 changes: 1 addition & 1 deletion src/aprsd/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

public class Main implements ServerAPI
{
public static String version = "2.6+";
public static String version = "2.6.1";
public static String toaddr = "APPS26";

private static StationDB db = null;
Expand Down

0 comments on commit b0722be

Please sign in to comment.