[Pkg-wmaker-commits] [wmix] 44/44: wmix: Bump to version 3.3.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Fri Sep 29 10:40:15 UTC 2017


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

dtorrance-guest pushed a commit to branch upstream
in repository wmix.

commit ef9724ffb7e33cc306a257a5d52ac5d18a6bf1ac
Author: Doug Torrance <dtorrance at piedmont.edu>
Date:   Thu Sep 28 23:21:46 2017 -0400

    wmix: Bump to version 3.3.
---
 NEWS         | 18 ++++++++++++++++++
 README       | 10 +++++-----
 configure.ac |  2 +-
 3 files changed, 24 insertions(+), 6 deletions(-)

diff --git a/NEWS b/NEWS
index 5d9a307..de4325e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+3.3 NEWS:
+Remove trailing whitespace.
+Fix a buffer overflow (how did this ever work?)
+Add native ALSA mixer support
+Improve the osd update code
+    - More logical relationship between volume level and bar length
+    - No unnecessary drawing
+    - Volume bar shrinks properly even when volume is lowered very quickly
+Draw osd only on the primary monitor if randr extensions are available
+Add a command line option for choosing a monitor for osd display
+Improve monitor selection code
+    - Default to monitor 0 instead of failing if a crazy number is given
+    - Allow monitor to be specified by osdmonitor in the config file
+Better handling of configuration defaults for the new settings
+Allow sound api to be specified in the config file
+Use autotools for build.
+Add desktop entry file.
+
 3.2 NEWS:
 Added support for volume control keys found on all modern keyboards.
 Added plenty of information to the man page on invocation and configuration.
diff --git a/README b/README
index 0465b46..a7de916 100644
--- a/README
+++ b/README
@@ -1,8 +1,8 @@
-                    _        _____  ___
-__      ___ __ ___ (_)_  __ |___ / /__ \    timecop at japan.co.jp
-\ \ /\ / / '_ ` _ \| \ \/ /   |_ \   _| |   skunk at mit.edu
- \ V  V /| | | | | | |>  <   ___) | / _/
-  \_/\_/ |_| |_| |_|_/_/\_\ |____(_)____|
+                    _
+__      ___ __ ___ (_)_  __        timecop at japan.co.jp
+\ \ /\ / / '_ ` _ \| \ \/ /        skunk at mit.edu
+ \ V  V /| | | | | | |>  <         current maintainer:
+  \_/\_/ |_| |_| |_|_/_/\_\          wmaker-dev at lists.windowmaker.org
 ______________________________________________________________________________
 
 * This is a complete dockapp mixer utilizing the OSS mixer API
diff --git a/configure.ac b/configure.ac
index e0d2bb4..f689f5c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([wmix], [3.2], [wmaker-dev at lists.windowmaker.org])
+AC_INIT([wmix], [3.3], [wmaker-dev at lists.windowmaker.org])
 AM_INIT_AUTOMAKE([foreign])
 AC_CONFIG_SRCDIR([wmix.c])
 

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



More information about the Pkg-wmaker-commits mailing list