diff --git a/dev.php b/dev.php index 2160e2a..999cb7c 100644 --- a/dev.php +++ b/dev.php @@ -8,7 +8,11 @@
- + +
+
+ git diff --stat --summary 688a56e8ab67b..wmaker-0.95.1+
+
+
+ |
+
| wmaker-dev | -Development discussion about the Window Maker window manager | +Development discussion about the Window Maker window manager | wmaker-dev Archives |
| wmaker-user | -User discussion about the Window Maker window manager | +User discussion about the Window Maker window manager | wmaker-user Archives |
|
- - Version 0.95.1 releasedWindow Maker 0.95.1 was released on January 29th 2012. The last official Window Maker release was version 0.92.0 from 2006, and version 0.95.1 contains many bug fixes and - also a few new features. Window Maker 0.92.0 was already very stable, so most of the bug fixes are related to odd or - not very frequent situations. One random example is the fix which avoids a segfault when creating more than 81 + also a few new features. Window Maker 0.92.0 was already very stable, so most of the bug fixes are related to odd + situations. One random example is the fix which avoids a segfault when creating more than 81 workspaces, as reported on youtube here. Another bug-fix of peculiar nature is this The first shortstat is really everything, including the (huge) patch generated in this commit from 2009, which changed the old -sources to the linux kernel coding style. The second shortstat contains the summary of development after that patch. +sources to the linux kernel coding style. The second shortstat contains the summary of development afterwards -- but included +is the addition of a debian folder with files summing around ~20k lines. The full diffstat for the second command can be seen +here. New features and highlights@@ -67,6 +70,11 @@ sources to the linux kernel coding style. The second shortstat contains the summHistory and TAB completion in the run dialog +Preliminary XRandR support (needs a bit more work to be bug-free; not compiled in by default. + Use --enable-xrandr if you want to test it). +A WPrefs option to make icons bounce when their respective applications want attention Automatic detection of configuration changes. Linux users whose kernel supports the inotify mechanism no longer can have their configuration changes - detected automatically without polling, which reduces the number of CPU wakeups + "http://en.wikipedia.org/wiki/Inotify">inotify mechanism have their configuration changes + detected automatically without polling, reducing the number of CPU wakeups.(For developers). The addition of a debian/ folder which allows the creation of a debian package for wmaker using the + git sources.
+ |