diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 22 |
1 files changed, 8 insertions, 14 deletions
@@ -1,19 +1,13 @@ | |||
1 | Version 1.3.6 is a bug fix release. | 1 | Version 1.3.7 is a bug fix release. |
2 | 2 | ||
3 | Critical Bugfixes: | 3 | Critical Bugfixes: |
4 | * Clocktool problems | 4 | * Segfault on startup (mostly *BSD) |
5 | * Rendering long text | 5 | * Segfault on shutdown |
6 | * Race condition on shutdown | ||
7 | * Lost keypresses after workspace switch | ||
8 | * Corruption of fbrun-history | ||
9 | 6 | ||
10 | Minor Bugfixes: | 7 | Minor Bugfixes: |
11 | * Resize and Move problems | 8 | * _NET_REQUEST_FRAME_EXTENTS |
9 | * working autorepeat keys | ||
12 | 10 | ||
13 | Features: | 11 | End User unrelated: |
14 | * 'ArrangeWindowsStack' action | 12 | * Code refactoring and cleanup, assisted by Coverity and |
15 | * Treat Windows with WM_CLASS == "DockApp" as DockApps | 13 | clang static code analysis |
16 | |||
17 | Minor: | ||
18 | * Updated translations (Bulgarian, Hebrew, Japanese) | ||
19 | * Updated build system | ||