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 26, 2021
1 parent 27d0f71 commit 4ca5bcf
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
11 changes: 8 additions & 3 deletions Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,12 @@ V.2.6

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

V.2.6.2
-------
* More RemoteCtl work. Fixes..


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

* More RemoteCtl work, fixes..

-- Oyvind Hanssen <ohanssen@acm.org> Tue, 26 Jan 2021 18:20:28 +0100

polaric-aprsd (2.6.1) stable; urgency=medium

* Use of RF channel for messaging.. Fixes..
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.1";
public static String version = "2.6.2";
public static String toaddr = "APPS26";

private static StationDB db = null;
Expand Down

0 comments on commit 4ca5bcf

Please sign in to comment.