wmhdplop: Bump to version 0.9.10.

This commit is contained in:
Doug Torrance 2016-11-24 10:26:55 -05:00 committed by Carlos R. Mafra
parent 094f205cbb
commit 9f76e8ef8c
2 changed files with 13 additions and 1 deletions

View file

@ -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) 2007-04-20 (v0.9.9)
Fixed device lookup from /proc/partitions & /etc/mtab on feisty fawn. Fixed device lookup from /proc/partitions & /etc/mtab on feisty fawn.

View file

@ -1,4 +1,4 @@
AC_INIT(wmhdplop, 0.9.9) AC_INIT(wmhdplop, 0.9.10)
AC_CONFIG_SRCDIR(wmhdplop.c) AC_CONFIG_SRCDIR(wmhdplop.c)
AM_INIT_AUTOMAKE AM_INIT_AUTOMAKE
AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(config.h)