summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2013-10-05 15:39:34 +0200
committerYorhel <git@yorhel.nl>2013-10-05 15:39:34 +0200
commit473c9aa475ee1aa2632ef8e84643cf7a898c3d14 (patch)
treeae0eefa8a916d587c9db29ff7b3c27a4e6fd5404
parent2e6c424827ac2eb1d6ff64d7a8f9fa1327ac3daf (diff)
Version bump + Changelog update for 1.18.11.18.1
-rw-r--r--ChangeLog5
-rw-r--r--README4
-rw-r--r--configure.ac2
3 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 4a67d9e..ca40060 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1.18.1 - 2013-10-05
+ - Fix crash when downloading files from multiple sources
+ - Use the yxml library to parse files.xml.bz2 files
+ - Fix various XML conformance bugs in parsing files.xml.bz2 files
+
1.18 - 2013-09-25
- Add support for segmented downloading
- Support $MyINFO without flags byte on NMDC hubs
diff --git a/README b/README
index 0eaace8..7c1fc9a 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-ncdc 1.18
-=========
+ncdc 1.18.1
+===========
DESCRIPTION
diff --git a/configure.ac b/configure.ac
index 84471fa..3291e16 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
-AC_INIT([ncdc], [1.18], [projects@yorhel.nl])
+AC_INIT([ncdc], [1.18.1], [projects@yorhel.nl])
AC_CONFIG_SRCDIR([src/ncdc.h])
AC_CONFIG_HEADER([config.h])
m4_include([deps/lean.m4])