Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mwarning committed May 19, 2018
1 parent b466114 commit 9a27891
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
7 changes: 7 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
kadnode (2.2.2) stable; urgency=medium

* fix control command parsing
* fix argument parsing

-- mwarning <[email protected]> Fri, 18 May 2018 21:23:24 -0400

kadnode (2.2.1) stable; urgency=medium

* fix buffer overflow in command client
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
kadnode (2.2.2) stable; urgency=medium

* fix control command parsing
* fix argument parsing

-- mwarning <[email protected]> Fri, 18 May 2018 21:23:24 -0400

kadnode (2.2.1) stable; urgency=medium

* fix buffer overflow in command client
Expand Down
2 changes: 1 addition & 1 deletion src/main.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include <netinet/in.h>

#define MAIN_SRVNAME "kadnode"
#define MAIN_VERSION "2.2.1"
#define MAIN_VERSION "2.2.2"

#define SHA1_BIN_LENGTH 20
#define SHA1_HEX_LENGTH (2 * SHA1_BIN_LENGTH)
Expand Down

0 comments on commit 9a27891

Please sign in to comment.