]> git.sur5r.net Git - i3/i3.github.io/commitdiff
add i3 v4.5.1
authorMichael Stapelberg <michael@stapelberg.de>
Mon, 18 Mar 2013 21:59:15 +0000 (22:59 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Mon, 18 Mar 2013 21:59:15 +0000 (22:59 +0100)
docs/index.html.mako
downloads/RELEASE-NOTES-4.5.1.txt [new file with mode: 0644]
downloads/i3-4.5.1.tar.bz2 [new file with mode: 0644]
downloads/i3-4.5.1.tar.bz2.asc [new file with mode: 0644]
downloads/index.html.mako
index.html.mako

index 1fe54049908941c24618756b929c452f52a9c8c2..1abf86c06bcac37a3040f3a8462a300160798f30 100644 (file)
@@ -3,7 +3,7 @@
 %>
 <%inherit file="_templates/i3.mako" />
 <div id="content">
-<h2>Documentation for i3 v4.5</h2>
+<h2>Documentation for i3 v4.5.1</h2>
 
 <p>
 One of i3’s goals is good documentation. The documents which you will find
diff --git a/downloads/RELEASE-NOTES-4.5.1.txt b/downloads/RELEASE-NOTES-4.5.1.txt
new file mode 100644 (file)
index 0000000..b834255
--- /dev/null
@@ -0,0 +1,24 @@
+
+ ┌──────────────────────────────┐
+ │ Release notes for i3 v4.5.1  │
+ └──────────────────────────────┘
+
+This is the i3 v4.5.1, a bugfix release. This version is considered stable. All
+users of i3 are strongly encouraged to upgrade.
+
+This release fixes an i3 lockup when dragging floating windows from one monitor
+  to another.
+
+Furthermore, in the release process for v4.5, there was a human error leading
+  to i3 thinking that v4.5 is a debug version, therefore allocating 25 MB of
+  shared memory logging ringbuffer by default.
+
+ ┌────────────────────────────┐
+ │ Changes in v4.5.1          │
+ └────────────────────────────┘
+
+  • Bugfix: Don’t warp the pointer when dragging floating windows
+  • i3-dmenu-desktop: improve error message when dmenu cannot be found
+  • Add YAJL_CFLAGS to i3-msg.mk
+
+-- Michael Stapelberg, 2013-03-18
diff --git a/downloads/i3-4.5.1.tar.bz2 b/downloads/i3-4.5.1.tar.bz2
new file mode 100644 (file)
index 0000000..2323559
Binary files /dev/null and b/downloads/i3-4.5.1.tar.bz2 differ
diff --git a/downloads/i3-4.5.1.tar.bz2.asc b/downloads/i3-4.5.1.tar.bz2.asc
new file mode 100644 (file)
index 0000000..50ecc1c
--- /dev/null
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.12 (GNU/Linux)
+
+iQIcBAABCgAGBQJRR4u+AAoJEE5xYO1KyO4dQ9wP/1PyqwyCWbOM9wUpAtDM3+T3
+QG0PuF8cs6DvgBRWN82RGL4HWSFl6hob2kWyWiklLr/V8YJGCuv6YqzJyoZnEhT4
+zRpwPR1Wl3lwNtmEnSSQ5C0FfH4wrHKl6WMSNybWVBhAo6cS/0uUfZnne47unVno
+so08FcPgwz0QrMivIezpjgU0sGMSz6pBgYhRt72bnHLD0vp/mNuDUdVmUBFCE2Bb
+eETUxfIcuYCsK9mH2/UPUx3KTMyzSFB8nZJ3Z+CqhenpCyULLT+455E3A9jNWtTw
+fQM8HTt1dgTUCZaWuD3hxk6Ossx7SX+vF0FKrTwtsreB++ZyiymAPdJwgOqub6Cl
+KXhRNUcAayrPzLhKH7V/o23yHt6BUPD1CEHHJFiTwusxRFc2rcT77JJIuaoYZG6x
+urr0VUJjg+susEzg1Np5neyH54R4TD9hjXy8R2SLqWCxwHGNXMEDiIEAIW6q9Eqf
+AYMeq/eVkgF5U/O2viIjYQTZ50gD83REyC+fZd/qRUIhMBWXOy7lAyclUN8De6Xm
+10tpHRztCSXZvGVUmY3tdudFUXbhg9SfWmkZe5ezszahqZrFEk6eynL028/GMAUQ
++EW2Z7qYjVbia6cZ1mYV4qNk6+dHASm4lnfZdx6yD0IZB31ZPyNaOkRpISEQRSKw
+PkLs6TlZTPRPfhFGBwzC
+=lysV
+-----END PGP SIGNATURE-----
index 122f0a697b8b8a2862f3825cac57647266d42d4c..b6751d8eed606af2de9112baa54c1c206eb44c7e 100644 (file)
@@ -110,7 +110,7 @@ We also provide <a href="/docs/repositories.html">Debian and Ubuntu repositories
 <h2>Downloads</h2>
 
 <p>
-  The current stable version is 4.5.
+  The current stable version is 4.5.1.
 </p>
 
 <p>
@@ -133,6 +133,15 @@ We also provide <a href="/docs/repositories.html">Debian and Ubuntu repositories
   </thead>
 
   <tbody>
+  <tr>
+    <td>4.5.1</td>
+    <td><a href="/downloads/i3-4.5.1.tar.bz2">i3-4.5.1.tar.bz2</a></td>
+    <td>859 KiB</td>
+    <td><a href="/downloads/i3-4.5.1.tar.bz2.asc">signature</a></td>
+    <td>2013-03-12</td>
+    <td><a href="/downloads/RELEASE-NOTES-4.5.1.txt">release notes</a></td>
+  </tr>
+
   <tr>
     <td>4.5</td>
     <td><a href="/downloads/i3-4.5.tar.bz2">i3-4.5.tar.bz2</a></td>
index 6a0e5aa6d7ed7f565cabe054f3c3634b38ada5e9..818a856a1ed0a6c8b7ae070f9782aca736d70504 100644 (file)
@@ -20,7 +20,7 @@
         <a href="/downloads">
         <span style="font-weight: bold; color: #3A8ECD; margin-right: .5em">➡</span>
         Download the latest version
-        <span style="margin-left: 2em; color: #c0c0c0">4.5</span>
+        <span style="margin-left: 2em; color: #c0c0c0">4.5.1</span>
         </a>
     </div>
 </div>