]> git.sur5r.net Git - i3/i3.github.io/commitdiff
add 4.10.3 release
authorMichael Stapelberg <michael@stapelberg.de>
Thu, 30 Jul 2015 20:28:38 +0000 (22:28 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Thu, 30 Jul 2015 20:28:38 +0000 (22:28 +0200)
docs/index.html
downloads/RELEASE-NOTES-4.10.3.txt [new file with mode: 0644]
downloads/i3-4.10.3.tar.bz2 [new file with mode: 0644]
downloads/i3-4.10.3.tar.bz2.asc [new file with mode: 0644]
downloads/index.html
index.html

index 11516e90795ec4f695ed8e8695a65d6af074ff1a..37606873c6ec2abacdcb5f779829385d0acf3dbe 100644 (file)
@@ -4,7 +4,7 @@ title: Docs
 group: Docs
 ---
 <div id="content">
-<h2>Documentation for i3 v4.10.2</h2>
+<h2>Documentation for i3 v4.10.3</h2>
 
 <p>
 One of i3’s goals is good documentation. The documents which you will find
diff --git a/downloads/RELEASE-NOTES-4.10.3.txt b/downloads/RELEASE-NOTES-4.10.3.txt
new file mode 100644 (file)
index 0000000..524f552
--- /dev/null
@@ -0,0 +1,30 @@
+
+ ┌──────────────────────────────┐
+ │ Release notes for i3 v4.10.3 │
+ └──────────────────────────────┘
+
+This is i3 v4.10.3. This version is considered stable. All users of i3 are
+strongly encouraged to upgrade.
+
+ ┌────────────────────────────┐
+ │ Bugfixes                   │
+ └────────────────────────────┘
+
+  • serialize con_id with %p in run_binding() (For FreeBSD)
+  • ignore InputHint when not in WM_HINTS (fixes e.g. mupdf focus)
+  • disable physically disconnect RandR outputs
+  • initialize workspace rect to the output's upon creation
+  • userguide: quoted strings need to be used, escaping isn’t possible
+  • mkdirp: do not throw an error if directory exists (fixes layout loss for
+    in-place restarts)
+  • i3bar: fix freeing static strings
+
+ ┌────────────────────────────┐
+ │ Thanks!                    │
+ └────────────────────────────┘
+
+Thanks for testing, bugfixes, discussions and everything I forgot go out to:
+
+  Tony Crisci, Deiz, Theo Buehler, shdown
+
+-- Michael Stapelberg, 2015-07-30
diff --git a/downloads/i3-4.10.3.tar.bz2 b/downloads/i3-4.10.3.tar.bz2
new file mode 100644 (file)
index 0000000..9566a16
Binary files /dev/null and b/downloads/i3-4.10.3.tar.bz2 differ
diff --git a/downloads/i3-4.10.3.tar.bz2.asc b/downloads/i3-4.10.3.tar.bz2.asc
new file mode 100644 (file)
index 0000000..8dee591
--- /dev/null
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQIcBAABCgAGBQJVuoijAAoJEE5xYO1KyO4d5HAP/2zm+JtjI4+L4/VHlMyztJjC
+GWwD/f1u4uVyaQacfW1NC2G5MxPQHkcD/g+a7EJhBn8iBKI/2/2+cwkzWZKII6L/
+f5vRz3lxb3t4E9XDa7dCE4nT1jkliSsV43AZ1MPhm5ADDNykz4mRzTsDCApJlyYP
+Hav/EN0qAR+F82grwm0Y/xerq49ZVjUIRGA4TKM3kIRx6o928d3Pm6j+eOmyPUi3
+TL2x6ZM/XFx5wfqDmPUJEqS2bCVMinNEPG6DY3Z6P+z8Gt9eeupXg4c2/mXZiDeO
+q4l25VOfRxbYLd4BhwMk6z7ltXD9IMgkPxegTE2KAlTgTOsQc53HunlmtO1Atg7o
+y8nid7MvLiz0sqSbLijXaACl4PVKIMdBIOFg3BsjbWtUM0G3cf6L+rXNumAIIGAs
+8TLmw2JToF8NSE5JyPHbFC9hsGrcQzgiRfePj9usuRGKGgPBN6CgRwQsrD+2quSB
+l/Z1cWy+Grnljqgxd5NI7PtWgmWbGbtxsgpUK6/6ajuy325vvYjBkgY/5cZ6aZ22
+aO8gqT0D5u47rdqNCbJSCiC7gznP0VlRZL9A6G23IbB0WnQy8a6bzBO5zv/fTCLk
+B/s72gcrUlYHeo9BLEGus0mpx9JTYs88LKSkayraZrQa+0KUMLV28aEEzO3u7U7E
+cr0m2BXV7Nv6IQmROX82
+=ving
+-----END PGP SIGNATURE-----
index 7d6571a34641d49e6336be7f6ce610d0604aba8a..1ab18a3de393fa0f8b8c53bc2288480dbec4321f 100644 (file)
@@ -40,7 +40,7 @@ We also provide <a href="/docs/repositories.html">Debian and Ubuntu repositories
 <h2>Downloads</h2>
 
 <p>
-  The current stable version is 4.10.2.
+  The current stable version is 4.10.3.
 </p>
 
 <p>
@@ -63,6 +63,15 @@ We also provide <a href="/docs/repositories.html">Debian and Ubuntu repositories
   </thead>
 
   <tbody>
+  <tr>
+    <td>4.10.3</td>
+    <td><a href="/downloads/i3-4.10.3.tar.bz2">i3-4.10.3.tar.bz2</a></td>
+    <td>920 KiB</td>
+    <td><a href="/downloads/i3-4.10.3.tar.bz2.asc">signature</a></td>
+    <td>2015-07-30</td>
+    <td><a href="/downloads/RELEASE-NOTES-4.10.3.txt">release notes</a></td>
+  </tr>
+
   <tr>
     <td>4.10.2</td>
     <td><a href="/downloads/i3-4.10.2.tar.bz2">i3-4.10.2.tar.bz2</a></td>
index 8d255b73be0318a24497470849e2d08a06330ec7..80d8c1391228831c48bcd1231f584ade1056a4fc 100644 (file)
@@ -22,7 +22,7 @@ title: Your New Jekyll Site
         <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.10.2</span>
+        <span style="margin-left: 2em; color: #c0c0c0">4.10.3</span>
         </a>
     </div>
 </div>