Add version 0.95.9

This commit is contained in:
Doug Torrance
2020-04-05 10:26:57 -04:00
parent 0475a8fadc
commit 446a245a2e
3 changed files with 25 additions and 3 deletions

View File

@@ -43,7 +43,7 @@ repositories, so it could be installed directly from there. Other sources are
listed below:
- Latest source of stable version is
[0.95.8](pub/source/release/WindowMaker-0.95.8.tar.gz), released on
11.03.2017. See the [NEWS](news) section for more information.
[0.95.9](pub/source/release/WindowMaker-0.95.9.tar.gz), released on
04.04.2020. See the [NEWS](news) section for more information.
- Source code is also available through the
[git repository](http://repo.or.cz/w/wmaker-crm.git)

View File

@@ -6,6 +6,28 @@ title: News
News
====
Version 0.95.9 released
-----------------------
Window Maker 0.95.9 was released on April 4th 2020
* SwitchPanel is now more configurable: you can configure the switch
panel icon size by setting the "SwitchPanelIconSize" option to your
preferred value in ~/GNUstep/Defaults/WindowMaker. The font size used
in this panel now is also sensible to changes in the system font.
* New user configuration directory environment variable. In previous
versions, the GNUstep directory used to store a user's Window Maker
configuration files was specified by the GNUSTEP_USER_ROOT environment
variable, which defaulted to ~/GNUstep. However, this environment
variable was deprecated in gnustep-make v2. Therefore, it has been
replaced by the WMAKER_USER_ROOT environment variable.
* libXmu is now an optional dependency.If the library is not found,
compilation work, the only limitation will arise when trying to
install the standard colormap on displays which are not TrueColor.
Please note that if you have the library but not the headers,
configure will still stop; there is no user option to explicitly
disable the library use.
Version 0.95.8 released
-----------------------

Binary file not shown.