summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2012-07-10 10:16:39 +0200
committerYorhel <git@yorhel.nl>2012-07-10 10:16:39 +0200
commitecce0ece10ff6db70bd7ccf3df6359fc5efc1f71 (patch)
tree1516c6e8e91a4f1dc67d46be016fe8f42b34091e
parent78b65628ee0d45286e7335d4fad551157dd6e653 (diff)
Version bump + Changelog update for 1.121.12
-rw-r--r--ChangeLog18
-rw-r--r--README2
-rw-r--r--configure.in2
3 files changed, 20 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index deeb8d9..b656edd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+1.12 - 2012-07-10
+ - Don't follow symlinks in share by default
+ - Added 'share_symlink' option
+ - Added bell notification and 'notify_bell' option
+ - Added 'sudp_policy' setting
+ - List all configured hubs on '/open'
+ - Added '/delhub' command to remove hub configuration
+ - Added filtering options to connections tab
+ - Added TLS support indication to user list
+ - Added Alt+a key to cycle through tabs with recent activity
+ - Allow binding to ports below 1024
+ - Add space after autocompleting a command
+ - Fix uploading chunks of 2GiB and larger (bug #12)
+ - Fix bug with duplicate directory detection in '/share'
+ - Fix display of timer on search tab
+ - ADC: Use shorter search token to save some bandwidth
+ - Various attempts at cleaning up some code
+
1.11 - 2012-05-15
- Drop libxml2 in favour of custom XML parser & writer
- Allow using a single listen port for TCP and TLS
diff --git a/README b/README
index e1ed2e3..6df9d0a 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-ncdc 1.11g
+ncdc 1.12g
=========
DESCRIPTION
diff --git a/configure.in b/configure.in
index b307c67..44104ed 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
-AC_INIT([ncdc], [1.11g], [projects@yorhel.nl])
+AC_INIT([ncdc], [1.12g], [projects@yorhel.nl])
AC_CONFIG_SRCDIR([src/ncdc.h])
AC_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE([foreign subdir-objects])