[Pkg-wmaker-commits] [wmbubble] 200/207: Update version

Doug Torrance dtorrance-guest at moszumanska.debian.org
Mon Aug 24 04:18:35 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmbubble.

commit 1fa3d4ff4043f58557dd6581ac57a93e5fdd4d0d
Author: Robert Jacobs <rnjacobs at mit.edu>
Date:   Tue Feb 17 19:33:56 2015 -0800

    Update version
---
 ChangeLog   | 6 ++++++
 bubblemon.c | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 7b406a3..e25a794 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -169,3 +169,9 @@ Mon 1 Dec 2014 - 1.52
     is); update man page.
     Additionally, FreeBSD has long since had a way to get the memory status
     without being setgid, so jettison that scariness.
+
+Wed 18 Feb 2015 - 1.53
+    Don't update the display if we're not visible; if the screen is locked
+    this should reduce cpu time taken to 1/3-1/2 of original.
+    Also fix oversight where we weren't using the acclerated (abstraction
+     breaking) RGB24->RGB32 blitter
diff --git a/bubblemon.c b/bubblemon.c
index 5fff185..85aeb6c 100644
--- a/bubblemon.c
+++ b/bubblemon.c
@@ -1,4 +1,4 @@
-/*  WMBubble dockapp 1.52
+/*  WMBubble dockapp 1.53
  *
  * Todo: merge in wmfishtime/bubblefishymon, reduce number of
  * compilation-time settings, make more things configurable via xresources.
@@ -44,7 +44,7 @@
  */
 #define _GNU_SOURCE
 
-#define VERSION "1.52"
+#define VERSION "1.53"
 
 /* general includes */
 #include <stdio.h>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmbubble.git



More information about the Pkg-wmaker-commits mailing list