wmix: Bump to version 3.3.
This commit is contained in:
		
							parent
							
								
									0f7837265e
								
							
						
					
					
						commit
						f19c572bd9
					
				
					 3 changed files with 24 additions and 6 deletions
				
			
		
							
								
								
									
										18
									
								
								wmix/NEWS
									
									
									
									
									
								
							
							
						
						
									
										18
									
								
								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:
 | 
					3.2 NEWS:
 | 
				
			||||||
Added support for volume control keys found on all modern keyboards.
 | 
					Added support for volume control keys found on all modern keyboards.
 | 
				
			||||||
Added plenty of information to the man page on invocation and configuration.
 | 
					Added plenty of information to the man page on invocation and configuration.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										10
									
								
								wmix/README
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								wmix/README
									
									
									
									
									
								
							| 
						 | 
					@ -1,8 +1,8 @@
 | 
				
			||||||
                    _        _____  ___
 | 
					                    _
 | 
				
			||||||
__      ___ __ ___ (_)_  __ |___ / /__ \    timecop@japan.co.jp
 | 
					__      ___ __ ___ (_)_  __        timecop@japan.co.jp
 | 
				
			||||||
\ \ /\ / / '_ ` _ \| \ \/ /   |_ \   _| |   skunk@mit.edu
 | 
					\ \ /\ / / '_ ` _ \| \ \/ /        skunk@mit.edu
 | 
				
			||||||
 \ V  V /| | | | | | |>  <   ___) | / _/
 | 
					 \ V  V /| | | | | | |>  <         current maintainer:
 | 
				
			||||||
  \_/\_/ |_| |_| |_|_/_/\_\ |____(_)____|
 | 
					  \_/\_/ |_| |_| |_|_/_/\_\          wmaker-dev@lists.windowmaker.org
 | 
				
			||||||
______________________________________________________________________________
 | 
					______________________________________________________________________________
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* This is a complete dockapp mixer utilizing the OSS mixer API
 | 
					* This is a complete dockapp mixer utilizing the OSS mixer API
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -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])
 | 
					AM_INIT_AUTOMAKE([foreign])
 | 
				
			||||||
AC_CONFIG_SRCDIR([wmix.c])
 | 
					AC_CONFIG_SRCDIR([wmix.c])
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue