diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 34 |
1 files changed, 20 insertions, 14 deletions
@@ -1,18 +1,24 @@ | |||
1 | This is mostly a bug fix release. For a more complete list and detailed | 1 | This is mostly a bug fix release. For a more complete list and detailed |
2 | description of them see the documention and ChangeLog. | 2 | description of them see the documentation and ChangeLog. |
3 | 3 | ||
4 | Critical Bugfixes in 1.3.1: | 4 | General: |
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 | |||
12 | Other 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 | ||
12 | Critical 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 | ||
20 | Other 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 | ||