summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2014-02-11 10:20:39 +0100
committerYorhel <git@yorhel.nl>2014-02-11 10:20:39 +0100
commit92349f2d5c008407a87f7c89824a3c413bb5170d (patch)
tree2519b6e86438fbe3196fc84f4346edfa3f822932
parent6c3413750831c71178b72de2bd32d62b382fd000 (diff)
Version bump + Changelog update for 1.191.19
-rw-r--r--ChangeLog8
-rw-r--r--README5
-rw-r--r--configure.ac2
3 files changed, 12 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index ca40060..2a6fbd2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+1.19 - 2014-02-11
+ - Add search functionality to the file browser and user list (/,. keys)
+ - Add geoip support (requires --with-geoip at configure)
+ - Add 'download_segment' setting to change minimum segment size
+ - Log hashing progress to stderr.log
+ - Fix three (potential) security vulnerabilities
+ - Fix downloading of file lists when other user has no free slots
+
1.18.1 - 2013-10-05
- Fix crash when downloading files from multiple sources
- Use the yxml library to parse files.xml.bz2 files
diff --git a/README b/README
index 7c1fc9a..72de0e8 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-ncdc 1.18.1
-===========
+ncdc 1.19
+=========
DESCRIPTION
@@ -20,6 +20,7 @@ REQUIREMENTS
sqlite >= 3.3.9
glib >= 2.24.0
gnutls >= 2.4.0
+ geoip >= 1.2.0 (optional)
If your gnutls is older than 3.0, you also need libgcrypt.
diff --git a/configure.ac b/configure.ac
index 7068355..89df223 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
-AC_INIT([ncdc], [1.18.1], [projects@yorhel.nl])
+AC_INIT([ncdc], [1.19], [projects@yorhel.nl])
AC_CONFIG_SRCDIR([src/ncdc.h])
AC_CONFIG_HEADER([config.h])
m4_include([deps/lean.m4])