summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2013-03-02 13:20:26 +0100
committerYorhel <git@yorhel.nl>2013-03-02 13:20:26 +0100
commitad41bd2c58de73089a77b1e674a5f9999b815f59 (patch)
tree1a73922fddc37d240c6f441084f769e54c672d4e
parent9b73207264f56f610984bd0f05ad0b502de7d5b1 (diff)
Version bump + Changelog update for 1.151.15
-rw-r--r--ChangeLog21
-rw-r--r--README2
-rw-r--r--configure.ac2
3 files changed, 23 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index ad41ef5..13ace01 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+1.15 - 2013-03-02
+ - IPv6 support
+ - Significantly shorten certificate creation time with old GnuTLS versions
+ - Always enable tls_policy and sudp_policy by default
+ - Link against libgcrypt if detected GnuTLS is older than 3.0
+ - Add color_tab_active setting
+ - Remove active_tls_port setting
+ - Allow '-', '.' and '_' characters in hub names
+ - Allow spaces before a command
+ - Add Alt+backspace as alias for Ctrl+w
+ - Add throttle for 'CGET tthl' requests
+ - Don't throw away PMs from unknown users
+ - Recognize mode field in $MyINFO without tag
+ - Fix possible crash with C-C TLS and old GnuTLS versions
+ - Fix old references to the removed ncdc-db-upgrade utility
+ - Fix loading of file lists from Shareaza 2.6.0.0 and earlier
+ - Fix handling of tab and carriage return in log window
+ - Fix changing of download_dir/incoming_dir if either dir has been deleted
+ - Fix compilation against glib < 2.26
+ - Fix unclean C-C TLS disconnect on timeout
+
1.14 - 2012-11-04
- Added BLOM support for ADC ('/hset adc_blom true' to enable it)
- Added section on connection settings to man page
diff --git a/README b/README
index d9e1e17..ed9498f 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-ncdc 1.14g
+ncdc 1.15g
=========
DESCRIPTION
diff --git a/configure.ac b/configure.ac
index c2fb0e6..ae44be9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
-AC_INIT([ncdc], [1.14g], [projects@yorhel.nl])
+AC_INIT([ncdc], [1.15g], [projects@yorhel.nl])
AC_CONFIG_SRCDIR([src/ncdc.h])
AC_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE([foreign subdir-objects])