summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2012-11-04 11:50:59 +0100
committerYorhel <git@yorhel.nl>2012-11-04 11:50:59 +0100
commit5e5bffd3df4893277f677721eaa506477c448ece (patch)
treea3597498e427e3000e6e4223839490571590ee66
parenta8627a23f4f4fda6f6e2972814be88a3b382109c (diff)
Version bump + Changelog update for 1.141.14
-rw-r--r--ChangeLog9
-rw-r--r--README2
-rw-r--r--configure.ac2
3 files changed, 11 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 1bd34bd..ad41ef5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+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
+ - Fix incorrect char signedness assumption on ARM
+ - Fix possible crash when downloading small files
+ - Fix hub counts reported to the hub on login on ADC
+ - Fix local time display issue when built against musl (0.9.6)
+ - Removed legacy ncdc-db-upgrade utility
+
1.13 - 2012-08-16
- zlib library added as a required dependency
- Purge empty directories from share by default
diff --git a/README b/README
index 197fbde..8f1f1a9 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-ncdc 1.13g
+ncdc 1.14g
=========
DESCRIPTION
diff --git a/configure.ac b/configure.ac
index a33cf85..6bc165c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
-AC_INIT([ncdc], [1.13g], [projects@yorhel.nl])
+AC_INIT([ncdc], [1.14g], [projects@yorhel.nl])
AC_CONFIG_SRCDIR([src/ncdc.h])
AC_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE([foreign subdir-objects])