summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2011-09-16 12:59:18 +0200
committerYorhel <git@yorhel.nl>2011-09-16 12:59:18 +0200
commit45542d45f6782c6c0daafcf50c4563687b486a58 (patch)
tree31b28f46f5e16e03f24b2edb1b8896615b374952
parente8e03896071d6fdf8db2047782add9f1970e5a7b (diff)
Version bump + ChangeLog update for 1.01.0
-rw-r--r--ChangeLog14
-rw-r--r--README2
-rw-r--r--configure.in2
3 files changed, 16 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d8feba..8521936 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+1.0 - 2011-09-16
+ - Added ncdc(1) and ncdc-gen-cert(1) manual pages
+ - Documented settings (/help set <setting>)
+ - Documented key bindings (/help keys)
+ - Improved line wrapping algorithm for the log window
+ - Added support for client-to-client TLS on NMDC
+ - Added support for the CGFI command on ADC
+ - Throttle GET requests on the same file + offset
+ - Fixed glib assertion failure when disabling active mode
+ - Fixed downloading from clients using $ADCSND with -1 bytes
+ - Fixed race condition in file uploading code
+ - Fixed idle time calculation while connecting to another client
+ - Properly include unistd.h in dl.c
+
0.9 - 2011-09-03
- Added TLS support (adcs://, nmdcs://, and ADC client-to-client)
- Added tls_policy setting
diff --git a/README b/README
index 771f850..ebfade4 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-ncdc 0.9g
+ncdc 1.0g
========
DESCRIPTION
diff --git a/configure.in b/configure.in
index 4194beb..76c0dee 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
-AC_INIT([ncdc], [0.9g], [projects@yorhel.nl])
+AC_INIT([ncdc], [1.0g], [projects@yorhel.nl])
AC_CONFIG_SRCDIR([src/ncdc.h])
AC_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE([foreign])