summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2012-08-16 13:27:39 +0200
committerYorhel <git@yorhel.nl>2012-08-16 13:27:39 +0200
commit3380370c36ee572bbbfa7b58ee4401a6596e76d9 (patch)
tree44cbee1f2e99a822fc82528170f22324b2b44dba
parente68024907b0efc02b0d1b54b782721943d12ac23 (diff)
Version bump + Changelog update for 1.131.13
-rw-r--r--ChangeLog16
-rw-r--r--README2
-rw-r--r--configure.in2
3 files changed, 18 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index b656edd..1bd34bd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+1.13 - 2012-08-16
+ - zlib library added as a required dependency
+ - Purge empty directories from share by default
+ - Added "share_emptydirs" setting
+ - Disable tls_policy by default when using an old GnuTLS version
+ - Improved support for group chat
+ - Honor G_FILENAME_ENCODING for path autocomplete, /share and queued files
+ - Use a default connection string on NMDC if no 'connection' has been set
+ - Support ZLIG for partial file list transfers on ADC
+ - Send more subdirectories in partial file list transfers
+ - Removed use of system-provided realpath()
+ - Don't allow /search with an empty string
+ - Fix segfault on /search command without query
+ - Fix display of 'sudp_policy' setting if SUDP is not supported
+ - Fix --enable-git-version when cross-compiling
+
1.12 - 2012-07-10
- Don't follow symlinks in share by default
- Added 'share_symlink' option
diff --git a/README b/README
index b47f9e7..2e74be8 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-ncdc 1.12g
+ncdc 1.13g
=========
DESCRIPTION
diff --git a/configure.in b/configure.in
index ce17f26..80d26e1 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
-AC_INIT([ncdc], [1.12g], [projects@yorhel.nl])
+AC_INIT([ncdc], [1.13g], [projects@yorhel.nl])
AC_CONFIG_SRCDIR([src/ncdc.h])
AC_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE([foreign subdir-objects])