---
 wmix/NEWS         | 18 ++++++++++++++++++
 wmix/README       | 10 +++++-----
 wmix/configure.ac |  2 +-
 3 files changed, 24 insertions(+), 6 deletions(-)

diff --git a/wmix/NEWS b/wmix/NEWS
index 5d9a307..de4325e 100644
--- a/wmix/NEWS
+++ b/wmix/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/wmix/README b/wmix/README
index 0465b46..a7de916 100644
--- a/wmix/README
+++ b/wmix/README
@@ -1,8 +1,8 @@
-                    _        _____  ___
-__      ___ __ ___ (_)_  __ |___ / /__ \    time...@japan.co.jp
-\ \ /\ / / '_ ` _ \| \ \/ /   |_ \   _| |   sk...@mit.edu
- \ V  V /| | | | | | |>  <   ___) | / _/
-  \_/\_/ |_| |_| |_|_/_/\_\ |____(_)____|
+                    _
+__      ___ __ ___ (_)_  __        time...@japan.co.jp
+\ \ /\ / / '_ ` _ \| \ \/ /        sk...@mit.edu
+ \ V  V /| | | | | | |>  <         current maintainer:
+  \_/\_/ |_| |_| |_|_/_/\_\          wmaker-dev@lists.windowmaker.org
 ______________________________________________________________________________
 
 * This is a complete dockapp mixer utilizing the OSS mixer API
diff --git a/wmix/configure.ac b/wmix/configure.ac
index e0d2bb4..f689f5c 100644
--- a/wmix/configure.ac
+++ b/wmix/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([wmix], [3.2], [wmaker-dev@lists.windowmaker.org])
+AC_INIT([wmix], [3.3], [wmaker-dev@lists.windowmaker.org])
 AM_INIT_AUTOMAKE([foreign])
 AC_CONFIG_SRCDIR([wmix.c])
 
-- 
2.11.0


-- 
To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.

Reply via email to