Update NEWS and bump version to 0.8.2_dev

This commit is contained in:
Andrzej Rybczak
2018-03-18 10:32:58 +01:00
parent db619c6159
commit 10ac22a70f
2 changed files with 5 additions and 1 deletions

4
NEWS
View File

@@ -1,3 +1,7 @@
ncmpcpp-0.8.2 (????-??-??)
* Help screen: fixed display of EoF keycode
* Fixed possible integer overflow when resizing screen
ncmpcpp-0.8.1 (2017-10-11) ncmpcpp-0.8.1 (2017-10-11)
* Setting 'colors_enabled' to 'no' no longer results in a crash. * Setting 'colors_enabled' to 'no' no longer results in a crash.
* Using '--quiet' command line argument no longer results in a crash. * Using '--quiet' command line argument no longer results in a crash.

View File

@@ -1,4 +1,4 @@
AC_INIT([ncmpcpp], [0.8.1]) AC_INIT([ncmpcpp], [0.8.2_dev])
AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_SRCDIR([configure.ac])
AC_CONFIG_HEADERS(config.h) AC_CONFIG_HEADERS(config.h)
AM_INIT_AUTOMAKE([subdir-objects]) AM_INIT_AUTOMAKE([subdir-objects])