aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2011-10-28 19:09:05 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2011-10-28 19:09:05 (GMT)
commit1ba4fbe8785a7acf3c4cab6de556929e8f5375b9 (patch)
tree976dd48f176d21eae6182ca59320492140fbb971 /NEWS
parent05d3c55763afdbe3a1939b56cfbf78647d7f44a0 (diff)
downloadfluxbox-1ba4fbe8785a7acf3c4cab6de556929e8f5375b9.zip
fluxbox-1ba4fbe8785a7acf3c4cab6de556929e8f5375b9.tar.bz2
Prepare 1.3.2 releaseRelease-1_3_2
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS34
1 files changed, 20 insertions, 14 deletions
diff --git a/NEWS b/NEWS
index 2615e71..160b02f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,18 +1,24 @@
1This is mostly a bug fix release. For a more complete list and detailed 1This is mostly a bug fix release. For a more complete list and detailed
2description of them see the documention and ChangeLog. 2description of them see the documentation and ChangeLog.
3 3
4Critical Bugfixes in 1.3.1: 4General:
5 * Fix for not hiding submenus if menuDelay is set. 5 * Supprot for ARG32 visuals (cairo-dock etc)
6 * Fix crash when moving transient windows (Dialogs) between Workspaces, 6 * Support for VPATH builds
7 #3088856. 7 * Updated translations
8 * Fix crash when SystemTray was rotated 90/270°, #3188223. 8 * Removed Gnome window manager hints
9 * Fix potential crash when gettting an UnmapEvent before a FocusEvent. 9 * Relicense 'ostrich' theme
10 * Fix potential crash on accessing NULL-pointer. 10 * Support CARDINAL for client pattern
11
12Other Bugfixes:
13 * Fix wrong width calculation of Systemtray, #3150939.
14 * Fix initial placement of WindowMenu, #2731524.
15 * Fix incorrectly shown alpha values in Menus, #3187373.
16 * Fix render 'sunken' Textures correctly.
17 11
12Critical Bugfixes in 1.3.2:
13 * Crash at SIGINT / exit
14 * Signal/Slot related crashes on exit
15 * Sync bootstraped config files to disk before launching
16 * Don't warp workspaces on single workspaces
17 * Crash on Sparc64, #3285968
18 * Crash when using ClientMenu after changing the client, #3210493
18 19
20Other Bugfixes:
21 * Remap keysyms to keycodes after 'MappingNotify' (setxkbmap, xmodmap), #3386257
22 * Use _NET_WM_ICON correctly, #1852693
23 * Compile fixes for Clang, SunStudio, gcc-4.6.x
24 * Updated 'bloe' and 'arch' styles to work without XPM support