From: <dom...@us...> - 2020-10-07 00:02:37
|
Revision: 1047 http://sourceforge.net/p/fvwm-crystal/code/1047 Author: dominique_libre Date: 2020-10-07 00:02:29 +0000 (Wed, 07 Oct 2020) Log Message: ----------- 3.6.7 bump Modified Paths: -------------- ChangeLog NEWS fvwm/components/functions/About Modified: ChangeLog =================================================================== --- ChangeLog 2020-10-06 23:33:31 UTC (rev 1046) +++ ChangeLog 2020-10-07 00:02:29 UTC (rev 1047) @@ -1,5 +1,8 @@ ChangeLog for FVWM-Crystal +Version 3.6.7 +------------- + mardi 7 octobre 2020 fvwm/scripts/CustomButtonBar/CustomButtonBar: fix typo + multiple trayer instances after redrawing the button. @@ -8,6 +11,8 @@ thanks to Gianni Ceccarelli for reporting this. fvwm/components/functions/Exec-Accelerator: fix Restart by removing superflous quoting. + fvwm/components/functions/About, + NEWS: 3.6.7 bump jeudi 17 septembre 2020 + fvwm/locale/zh_CN*: Add chinese translation. Thanks to 玉堂白鹤 Modified: NEWS =================================================================== --- NEWS 2020-10-06 23:33:31 UTC (rev 1046) +++ NEWS 2020-10-07 00:02:29 UTC (rev 1047) @@ -1,3 +1,25 @@ +Version 3.6.7 +------------- + +Fvwm Crystal 3.6.7 is out! + +This version introduce a chinese zh_CN translation and a few bug fixes: + +- Fix the pmount menu (fvwm-crystal desktop icons). + +- timidity++: add user mode server into the application menu; + it use jack-dbus and should be easy to change when needed. + +- Exec-Accelerator: remove superflous quoting. + +- Fix regression of trayer style which caused it to move around. + +- Custom button bar: fix multiple trayer instances when redrawing + the magic button. + +See ChangeLog for details. +Dominique Michel + Version 3.6.6 ------------- Modified: fvwm/components/functions/About =================================================================== --- fvwm/components/functions/About 2020-10-06 23:33:31 UTC (rev 1046) +++ fvwm/components/functions/About 2020-10-07 00:02:29 UTC (rev 1047) @@ -5,7 +5,7 @@ *About: Line center *About: Text "FVWM-Crystal" *About: Line center -*About: Text "$[gt.Version]: 3.6.6" +*About: Text "$[gt.Version]: 3.6.7" *About: Line center *About: Text "Magic Star" *About: Line center This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |