summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2013-09-25 15:08:23 +0200
committerYorhel <git@yorhel.nl>2013-09-25 15:08:23 +0200
commit1f555de94916962801dcbd82a16fe3f0b4893243 (patch)
treed289e0e070dd565923c01435ed6cbfc5c6244731
parent32ee2615a8a047d0d298581ff74a8f5ab712a9c5 (diff)
Version bump + Changelog update for 1.181.18
-rw-r--r--ChangeLog8
-rw-r--r--README2
-rw-r--r--configure.ac2
3 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 5f94236..4a67d9e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+1.18 - 2013-09-25
+ - Add support for segmented downloading
+ - Support $MyINFO without flags byte on NMDC hubs
+ - Don't require pod2man on build
+ - Fix tab-completion of nick names when full nick is specified
+ - Fix cursor position on selected line in listings
+ - Fix bug with schema-less /connect
+
1.17 - 2013-06-15
- Add 'q' key to user list for matching a users' files with download queue
- Add transfers.log format documentation to manual page
diff --git a/README b/README
index dea9003..0eaace8 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-ncdc 1.17
+ncdc 1.18
=========
DESCRIPTION
diff --git a/configure.ac b/configure.ac
index 68c26d2..84471fa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
-AC_INIT([ncdc], [1.17], [projects@yorhel.nl])
+AC_INIT([ncdc], [1.18], [projects@yorhel.nl])
AC_CONFIG_SRCDIR([src/ncdc.h])
AC_CONFIG_HEADER([config.h])
m4_include([deps/lean.m4])