summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2011-08-08 18:01:15 +0200
committerYorhel <git@yorhel.nl>2011-08-08 18:01:15 +0200
commit634b0ade7af65776816aebed41e22a9746de00b4 (patch)
treeb279d8c0432bea76fbc87e7d24828ee51ec019d1
parent54c7d2a898ed752b30d387b88e7333140e0344df (diff)
Version bump + ChangeLog update for version 0.60.6
-rw-r--r--ChangeLog8
-rw-r--r--README2
-rw-r--r--configure.in2
3 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index cf0eb7f..ab9dc8f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+0.6 - 2011-08-08
+ - Added file searching, through a /search command
+ - Added tab to display the search results
+ - Listen for incoming messages on UDP in active mode
+ - Allow specifying a hub address with /open
+ - Fixed case-sensitivity of shared files
+ - Various bugfixes and other improvements
+
0.5 - 2011-08-02
- Downloaded files are now TTH-checked
- Added download queue priorities
diff --git a/README b/README
index 8ad2b8a..e1c7074 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-ncdc 0.5g
+ncdc 0.6g
========
DESCRIPTION
diff --git a/configure.in b/configure.in
index c119f6b..1f47e15 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
-AC_INIT([ncdc], [0.5g], [projects@yorhel.nl])
+AC_INIT([ncdc], [0.6g], [projects@yorhel.nl])
AC_CONFIG_SRCDIR([src/ncdc.h])
AC_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE([foreign])