diff --git a/wmhdplop/ChangeLog b/wmhdplop/ChangeLog index 46ccc9a..cedec1d 100644 --- a/wmhdplop/ChangeLog +++ b/wmhdplop/ChangeLog @@ -1,3 +1,15 @@ +2016-11-24 (v0.9.10) + Now maintained by the Window Maker Team. + Add desktop entry file. + Add manpage from Debian. + Support NVME devices + Fix compiler warnings. + Modernize autotools. + Find disk device after /run transition + Change gkhdplop_so_LDFLAGS to gkhdplop_so_LDADD in Makefile + Fix GCC 4.7 FTBFS. -Wl needs to have values passed to it so that it can + pass those on to the linker. + 2007-04-20 (v0.9.9) Fixed device lookup from /proc/partitions & /etc/mtab on feisty fawn. diff --git a/wmhdplop/configure.ac b/wmhdplop/configure.ac index 2bef359..3f8afc1 100644 --- a/wmhdplop/configure.ac +++ b/wmhdplop/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(wmhdplop, 0.9.9) +AC_INIT(wmhdplop, 0.9.10) AC_CONFIG_SRCDIR(wmhdplop.c) AM_INIT_AUTOMAKE AM_CONFIG_HEADER(config.h)