diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 36 |
1 files changed, 19 insertions, 17 deletions
@@ -2,23 +2,25 @@ This is mostly a bug fix release. For a more complete list and detailed | |||
2 | description of them see the documentation and ChangeLog. | 2 | description of them see the documentation and ChangeLog. |
3 | 3 | ||
4 | General: | 4 | General: |
5 | * Supprot for ARG32 visuals (cairo-dock etc) | 5 | * Added 'NearestCorner', 'NearestEdge' and 'NearestCornerOrEdge' resize |
6 | * Support for VPATH builds | 6 | methods |
7 | * Updated translations | 7 | * Added percentage values for commands such as ResizeWindow |
8 | * Removed Gnome window manager hints | 8 | * Added style ressources 'menu.hilite.font', 'menu.hilite.justify' |
9 | * Relicense 'ostrich' theme | 9 | * Added 'OnTab' modifier for keys file |
10 | * Support CARDINAL for client pattern | 10 | * Added _MOTIF_WM_INFO atom to advertise motif capabilities |
11 | * Added 'fullscreen', 'maximizedhorizontal', 'maximizedvertical' tests to | ||
12 | client patterns | ||
13 | * Added option to revert focus to previous window only on current head in | ||
14 | a multi-monitor setup | ||
15 | * Rewrite of FbTk::TextureRenderer (simpler code) | ||
16 | * Improved building on Microsoft Windows | ||
11 | 17 | ||
12 | Critical Bugfixes in 1.3.2: | 18 | Critical Bugfixes in 1.3.3: |
13 | * Crash at SIGINT / exit | 19 | * Use of monotonic increasing clock for timer, not affected by leap seconds etc. |
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 | ||
19 | 20 | ||
20 | Other Bugfixes: | 21 | Other Bugfixes: |
21 | * Remap keysyms to keycodes after 'MappingNotify' (setxkbmap, xmodmap), #3386257 | 22 | * Fixed placement off transient windows in a multi-monitor setup with 'holes' |
22 | * Use _NET_WM_ICON correctly, #1852693 | 23 | * Fixed usage of '~' as part of style filenames |
23 | * Compile fixes for Clang, SunStudio, gcc-4.6.x | 24 | * Improved vertical alignment of text in decorations |
24 | * Updated 'bloe' and 'arch' styles to work without XPM support | 25 | * Fixed compiler and code style issues |
26 | * Updated italian translations | ||