File tree 2 files changed +25
-1
lines changed
2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change
1
+
2
+ ┌──────────────────────────────┐
3
+ │ Release notes for i3 v4.5.1 │
4
+ └──────────────────────────────┘
5
+
6
+ This is the i3 v4.5.1, a bugfix release. This version is considered stable. All
7
+ users of i3 are strongly encouraged to upgrade.
8
+
9
+ This release fixes an i3 lockup when dragging floating windows from one monitor
10
+ to another.
11
+
12
+ Furthermore, in the release process for v4.5, there was a human error leading
13
+ to i3 thinking that v4.5 is a debug version, therefore allocating 25 MB of
14
+ shared memory logging ringbuffer by default.
15
+
16
+ ┌────────────────────────────┐
17
+ │ Changes in v4.5.1 │
18
+ └────────────────────────────┘
19
+
20
+ • Bugfix: Don’t warp the pointer when dragging floating windows
21
+ • i3-dmenu-desktop: improve error message when dmenu cannot be found
22
+ • Add YAJL_CFLAGS to i3-msg.mk
23
+
24
+ -- Michael Stapelberg, 2013-03-18
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ template::[header-declarations]
7
7
<refentrytitle>{mantitle}</refentrytitle>
8
8
<manvolnum>{manvolnum}</manvolnum>
9
9
<refmiscinfo class="source">i3</refmiscinfo>
10
- <refmiscinfo class="version">4.5</refmiscinfo>
10
+ <refmiscinfo class="version">4.5.1 </refmiscinfo>
11
11
<refmiscinfo class="manual">i3 Manual</refmiscinfo>
12
12
</refmeta>
13
13
<refnamediv>
You can’t perform that action at this time.
0 commit comments