wmmemload: Bump to version 0.1.8.

This commit is contained in:
Doug Torrance 2015-04-07 01:23:27 -05:00 committed by Carlos R. Mafra
parent f094d448e2
commit 4e7d572d13
2 changed files with 11 additions and 1 deletions

View file

@ -1,3 +1,13 @@
2015 April 7
* Use sysctl for swap usage information in FreeBSD.
Use sysctl instead of kvm_getswapinfo() to read the swap usage information
in FreeBSD. This removes the need for a dependency on libkvm and for a
setgid binary.
Based on the Debian patch [1].
* Release version 0.1.8.
[1] https://sources.debian.net/src/wmmemload/0.1.7-2/debian/patches/sysctl_swap.patch/
2014 October 9
* Use sysctl to get memory usage in FreeBSD.
* Recognize GNU/kFreeBSD as possible OS during configure.

View file

@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.52)
dnl AC_INIT(src/main.c)
AC_INIT(wmmemload, 0.1.7, wmaker-dev@lists.windowmaker.org)
AC_INIT(wmmemload, 0.1.8, wmaker-dev@lists.windowmaker.org)
AC_CANONICAL_HOST
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE