summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2012-05-15 13:24:49 +0200
committerYorhel <git@yorhel.nl>2012-05-15 13:24:49 +0200
commit18255288c03aadb86f347da8b5c55741e13068ad (patch)
tree6fabec2006857d12318facef8b5ee22d1c708498
parenteef60040b1b0cfb1151f6ebbf41705b345e3810c (diff)
Version bump + Changelog update for 1.111.11
-rw-r--r--ChangeLog12
-rw-r--r--README2
-rw-r--r--configure.in2
3 files changed, 14 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index deadcc5..deeb8d9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+1.11 - 2012-05-15
+ - Drop libxml2 in favour of custom XML parser & writer
+ - Allow using a single listen port for TCP and TLS
+ - Added support for encrypted UDP messages (ADC SUDP)
+ - Included 'makeheaders' in the distribution
+ - Removed GNU-specific extensions from the Makefile
+ - Fix /disconnect to cancel automatic reconnect
+ - Fix loading of file lists with invalid UTF-8 sequences
+ - Fix ncurses detection on OpenIndiana
+ - Fix use of TLS in passive mode on ADC
+ - Fix configure warning when git could not be found
+
1.10 - 2012-05-03
- Rewrote network backend to use plain sockets instead of GIO
- Added GnuTLS as required dependency
diff --git a/README b/README
index 3427f60..235e7d7 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-ncdc 1.10g
+ncdc 1.11g
=========
DESCRIPTION
diff --git a/configure.in b/configure.in
index 672504c..b307c67 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
-AC_INIT([ncdc], [1.10g], [projects@yorhel.nl])
+AC_INIT([ncdc], [1.11g], [projects@yorhel.nl])
AC_CONFIG_SRCDIR([src/ncdc.h])
AC_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE([foreign subdir-objects])