Release 0.10.1 (#617)

wilder
Andrzej Rybczak 1 year ago committed by GitHub
parent 4fdafc5320
commit 3e6d992b93
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      CHANGELOG.md
  2. 2
      configure.ac

@ -1,4 +1,4 @@
# ncmpcpp-0.10.1 (2024-??-??) # ncmpcpp-0.10.1 (2024-10-24)
* Fix compilation with `libc++`. * Fix compilation with `libc++`.
* Remove `autogen.sh` in favour of `autoreconf`. * Remove `autogen.sh` in favour of `autoreconf`.
* Do not crash when trying to reverse an empty playlist. * Do not crash when trying to reverse an empty playlist.

@ -1,4 +1,4 @@
AC_INIT([ncmpcpp],[0.10.1_dev]) AC_INIT([ncmpcpp],[0.10.1])
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])

Loading…
Cancel
Save