Skip to content

Commit 9a27891

Browse files
committed
bump version
1 parent b466114 commit 9a27891

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
kadnode (2.2.2) stable; urgency=medium
2+
3+
* fix control command parsing
4+
* fix argument parsing
5+
6+
-- mwarning <moritzwarning@web.de> Fri, 18 May 2018 21:23:24 -0400
7+
18
kadnode (2.2.1) stable; urgency=medium
29

310
* fix buffer overflow in command client

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
kadnode (2.2.2) stable; urgency=medium
2+
3+
* fix control command parsing
4+
* fix argument parsing
5+
6+
-- mwarning <moritzwarning@web.de> Fri, 18 May 2018 21:23:24 -0400
7+
18
kadnode (2.2.1) stable; urgency=medium
29

310
* fix buffer overflow in command client

src/main.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#include <netinet/in.h>
77

88
#define MAIN_SRVNAME "kadnode"
9-
#define MAIN_VERSION "2.2.1"
9+
#define MAIN_VERSION "2.2.2"
1010

1111
#define SHA1_BIN_LENGTH 20
1212
#define SHA1_HEX_LENGTH (2 * SHA1_BIN_LENGTH)

0 commit comments

Comments
 (0)