wmmemload: Bump to version 0.1.8.
This commit is contained in:
parent
f094d448e2
commit
4e7d572d13
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue