summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2011-12-07 16:20:18 +0100
committerYorhel <git@yorhel.nl>2011-12-07 16:20:18 +0100
commita49ffaf15089c5856a70dd4f10ecfc145fb302c1 (patch)
treed80c8f5c58e58fe7c25817b3333ee906274598e4
parentee782e14575317862d5fd4aae49ae2a0e7cf0b93 (diff)
Version bump + Changelog update for 1.61.6
-rw-r--r--ChangeLog22
-rw-r--r--README2
-rw-r--r--configure.in2
-rw-r--r--doc/ncdc-gen-cert.1.in2
-rw-r--r--doc/ncdc.1.in4
5 files changed, 27 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index f281a87..8eb26b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+1.6 - 2011-12-07
+ - Use SQLite3 for storage instead of GDBM
+ - Converted config.ini to SQLite3 database
+ - Added ncdc-db-upgrade utility
+ - Session directory is architecture-independent
+ - All data is safe against crashes and power failures
+ - Added support for removing/adding directories without rehashing
+ - Always match every file list on 'Q' key on TTH search
+ - Immediately flush log entries to the kernel
+ - Faster start-up
+ - Added support for per-hub 'active_ip' settings
+ - Allow interval notation when setting autorefresh
+ - Broadcast SF (number of shared files) on ADC hubs
+ - Combine TTH data for downloaded files to blocks of at least 1MiB
+ - Increased hash buffer size (10KiB -> 512KiB)
+ - Fix case-insensitivity of search results
+ - Fix reporting of user state in pm tabs at hub disconnect
+ - Fix generation of client certificates with openssl
+ - Fix segfault with duplicate users on an ADC hub
+ - Fix segfault when opening of a filelist fails
+ - Fix base32 decoding bug (fixes login sequence on some ADC hubs)
+
1.5 - 2011-11-03
- Added filelist_maxage setting
- Added flush_file_cache setting
diff --git a/README b/README
index 709c239..4a79f96 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-ncdc 1.5g
+ncdc 1.6g
========
DESCRIPTION
diff --git a/configure.in b/configure.in
index bcdc613..e7458da 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
-AC_INIT([ncdc], [1.5g], [projects@yorhel.nl])
+AC_INIT([ncdc], [1.6g], [projects@yorhel.nl])
AC_CONFIG_SRCDIR([src/ncdc.h])
AC_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE([foreign])
diff --git a/doc/ncdc-gen-cert.1.in b/doc/ncdc-gen-cert.1.in
index f4a9271..2120bb0 100644
--- a/doc/ncdc-gen-cert.1.in
+++ b/doc/ncdc-gen-cert.1.in
@@ -1,4 +1,4 @@
-.TH ncdc-gen-cert 1 "November 2011" "@version@"
+.TH ncdc-gen-cert 1 "December 2011" "@version@"
.SH NAME
ncdc-gen-cert \- Generate client certificate for ncdc
diff --git a/doc/ncdc.1.in b/doc/ncdc.1.in
index 5e66ee0..eb7686a 100644
--- a/doc/ncdc.1.in
+++ b/doc/ncdc.1.in
@@ -1,4 +1,4 @@
-.TH ncdc 1 "November 2011" "@version@"
+.TH ncdc 1 "December 2011" "@version@"
.SH NAME
ncdc \- Ncurses Direct Connect Client
@@ -185,4 +185,4 @@ Web:
http://dev.yorhel.nl/ncdc
.SH SEE ALSO
-ncdc-gen-cert(1).
+ncdc-gen-cert(1), ncdc-db-upgrade(1).