summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2012-05-03 17:14:11 +0200
committerYorhel <git@yorhel.nl>2012-05-03 17:14:11 +0200
commit5a476851b705219c064cc7009a3795b080368a45 (patch)
tree8a1244a0f89e2f64bd9112ab07ce4ccf510ff871
parentf5d2c275b80f1dbd629524cd36d843142d645344 (diff)
Version bump + Changelog update for 1.101.10
-rw-r--r--ChangeLog21
-rw-r--r--README4
-rw-r--r--configure.in2
3 files changed, 24 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 7e1eaf8..deadcc5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+1.10 - 2012-05-03
+ - Rewrote network backend to use plain sockets instead of GIO
+ - Added GnuTLS as required dependency
+ - Removed GIO and glib-networking dependencies
+ - Removed 'ncdc-gen-cert' utility - ncdc can now generate certs by itself
+ - Enable client-to-client TLS by default
+ - Added 'tls_priority' setting
+ - Added 'reconnect_timeout' setting
+ - Don't quit ncdc on Ctrl+C
+ - Display age of file list in the title bar
+ - Don't build the 'ncdc-db-upgrade' tool by default
+ - Switched to a single top-level Makefile
+ - Fix '/browse user -f' ('-f' argument after username)
+ - Fix hub login when it checks for public hubs = 0
+ - Fix overflow of long tab titles
+ - Fix loading of microdc2-generated file lists
+ - Fix loading of file lists with an invalid character
+ - Fix occasional crash when TLS is enabled
+ - Fix transfer rate indication and limiting with TLS connections
+ - Fix small memory leak when 'upload_rate' is set
+
1.9 - 2012-03-14
- Allow all 'active_' settings to be changed on a per-hub basis
- Allow 'active_ip' to be unset and automatically get IP from hub
diff --git a/README b/README
index 046b826..288367e 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-ncdc 1.9g
-========
+ncdc 1.10g
+=========
DESCRIPTION
diff --git a/configure.in b/configure.in
index 3d7312d..a182b76 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
-AC_INIT([ncdc], [1.9g], [projects@yorhel.nl])
+AC_INIT([ncdc], [1.10g], [projects@yorhel.nl])
AC_CONFIG_SRCDIR([src/ncdc.h])
AC_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE([foreign subdir-objects])