From 4e7d572d13836f488634d76b4dd95903dc5c67bd Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Tue, 7 Apr 2015 01:23:27 -0500 Subject: [PATCH] wmmemload: Bump to version 0.1.8. --- wmmemload/ChangeLog | 10 ++++++++++ wmmemload/configure.ac | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/wmmemload/ChangeLog b/wmmemload/ChangeLog index f17a879..cf237bf 100644 --- a/wmmemload/ChangeLog +++ b/wmmemload/ChangeLog @@ -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. diff --git a/wmmemload/configure.ac b/wmmemload/configure.ac index 3978edd..a1d58a2 100644 --- a/wmmemload/configure.ac +++ b/wmmemload/configure.ac @@ -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