summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2019-04-30 12:23:14 +0200
committerYorhel <git@yorhel.nl>2019-04-30 12:23:14 +0200
commit7c069aaf02f6ddb3a07a71eec18513bb7c22995c (patch)
treef8693de9fa9759940f54a4fd348abf7f03bc20a5
parent34e2966703b3e0e0bcbcd836f76c99e4b0094c42 (diff)
Version bump + Changelog update for 1.221.22
-rw-r--r--ChangeLog6
-rw-r--r--README4
-rw-r--r--configure.ac2
3 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index f2cc069..69ade9c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+1.22 - 2019-04-30
+ - Add 'b' and 'B' keys to connections tab (Daniel Kamil Kozar)
+ - Add 'max_ul_per_user' setting to support multiple upload slots per user (Daniel Kamil Kozar)
+ - Add support for TLS ALPN (Denys Smirnov)
+ - Fix build against ncurses with separate libtinfo (Lars Wendler)
+
1.21 - 2019-03-26
- Switch to libmaxminddb for GeoIP lookups
- Replaced 'geoip_cc4' and 'geoip_cc6' settings with a single 'geoip_cc'
diff --git a/README b/README
index 92d09e3..cb7666b 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-ncdc 1.21
+ncdc 1.22
=========
DESCRIPTION
@@ -7,7 +7,7 @@ DESCRIPTION
ncurses interface.
Always make sure you run the latest version. You can check for updates and
- find more information at http://dev.yorhel.nl/ncdc
+ find more information at https://dev.yorhel.nl/ncdc
diff --git a/configure.ac b/configure.ac
index d0c0430..8102cd5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
-AC_INIT([ncdc], [1.21], [projects@yorhel.nl])
+AC_INIT([ncdc], [1.22], [projects@yorhel.nl])
AC_CONFIG_SRCDIR([src/ncdc.h])
AC_CONFIG_HEADER([config.h])
m4_include([deps/lean.m4])