From: <dom...@us...> - 2014-02-20 23:13:05
|
Revision: 611 http://sourceforge.net/p/fvwm-crystal/code/611 Author: dominique_libre Date: 2014-02-20 23:13:01 +0000 (Thu, 20 Feb 2014) Log Message: ----------- Updated version to 3.3.2 Modified Paths: -------------- ChangeLog NEWS fvwm/components/functions/About Modified: ChangeLog =================================================================== --- ChangeLog 2014-02-20 22:32:57 UTC (rev 610) +++ ChangeLog 2014-02-20 23:13:01 UTC (rev 611) @@ -1,8 +1,12 @@ ChangeLog for FVWM-Crystal -Keudi 20 frévrier 2014 Dominique Michel +Verion 3.3.2 +------------ + +Jeudi 20 frévrier 2014 Dominique Michel scripts/launchwm, functions/Xephyr: remove use of id -un variable and use direct $HOME call instead. + functions/About: updated version to 3.3.2. Lundi 17 février 2014 Dominique Michel + scripts/FvwmScript-CpuFreq-small: Derived from FvwmScript-CpuFreq. Modified: NEWS =================================================================== --- NEWS 2014-02-20 22:32:57 UTC (rev 610) +++ NEWS 2014-02-20 23:13:01 UTC (rev 611) @@ -1,3 +1,27 @@ +Version 3.3.2 +------------- + +Fvwm-Crystal-3.3.2 is out. It bring + +- 2 new recipes for laptops with ACPI support +- a smaller clock button to fit these recipes + +and several fixes: + +- force the Gambas application to not use their specified user and program + location, but let fvwm do its job. +- Increased delay before bringing the Xephyr windows i full screen. +- ACPI batterie applet: changed the checks from /dev to /sys; patch + from Debian. +- recipe Default with ACPI: height and colorset in in the bottom bar; + Iconman warning. +- recipe Lapleft and LapRight: fix stalonetray strtup with 1 icon width in + the preferences; the clock use now a fixed 24 pixels height. +- Stalonetray use now the same alpha value than trayer, instead of the inverse + values. +- the launch of the the nested Xephyr session use now $HOME directly instead + of a nasty infostore variable. This is both simpler and more robust. + Version 3.3.1 ------------- Modified: fvwm/components/functions/About =================================================================== --- fvwm/components/functions/About 2014-02-20 22:32:57 UTC (rev 610) +++ fvwm/components/functions/About 2014-02-20 23:13:01 UTC (rev 611) @@ -5,7 +5,7 @@ *About: Line center *About: Text "FVWM-Crystal" *About: Line center -*About: Text "$[gt.Version]: 3.3.1" +*About: Text "$[gt.Version]: 3.3.2" *About: Line center *About: Line center *About: Text "$[gt.Authors]: Maciej Delmanowski <ha...@gn...>" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |