+++ /dev/null
----
-date: 2010/11/08 10:00:00
-title: i3lock supports numpad
----
-
-i3lock supports numpad keys now. Please upgrade to the latest git and confirm
-that everything is still working. An i3lock release should follow somewhen this
-week.
+++ /dev/null
----
-date: 2010/12/06 10:00:00
-title: tree branch preview release
----
-
-The first preview version of the i3 tree branch has been released. Check <a
-href="http://i3.zekjur.net/tree/">i3.zekjur.net/tree/</a>.
+++ /dev/null
----
-date: 2011/01/05 10:00:00
-title: support for RandR changes in tree
----
-
-The latest git version of the tree branch now has support for RandR changes.
-That means, you can configure your outputs with xrandr or some graphical
-frontend and i3 will correctly pick up these changes.
+++ /dev/null
----
-date: 2011/01/07 10:00:00
-title: i3 in grml
----
-
-The most recent version 2010.12 of <a href="http://www.grml.org/">grml, a live
-linux distribution for sysadmins and texttool users</a>, comes with i3 included
-by default (in the GRML-FULL flavor). Just press x followed by 3 after grml has
-booted to start X11 with i3.
-
-As I am a long-time grml user myself, this makes me quite happy :). Thanks to
-Mika for building such an excellent linux distribution and for encouraging me
-at FrOSCon to get i3 into grml. You (and all contributors to grml) rock!
-
-For all i3 users, this also marks an important step: There now is a live CD
-(also usable on your USB thumb drive or by booting from network of course)
-which comes with i3. It’s a nice way to demonstrate i3 and a lot of other
-commandline tools to other people (just boot from USB).
-
-![grml 2010.12 with i3](/img/grml.png "screenshot of grml 2010.12 with i3")
+++ /dev/null
----
-date: 2011/01/19 10:00:00
-title: i3 v3.ε-bf2 was just released
----
-
-i3 v3.ε-bf2 was just released. Check <a href="http://i3.zekjur.net/downloads/RELEASE-NOTES-3.e-bf2.txt">the release announcement</a>.
+++ /dev/null
----
-date: 2011/03/07 10:00:00
-title: "tree branch: second preview release"
----
-
-The second preview version of the i3 tree branch has been released. Check <a href="http://i3.zekjur.net/tree/">i3.zekjur.net/tree/</a>.
+++ /dev/null
----
-date: 2011/07/25 15:53:00
-title: "parallel test suite"
----
-
-As you may know, i3 v4.0 has a big test suite (currently 642 tests in 72
-files). As the test suite grew over time, the time needed to run all tests has
-increased. While we want to spend some time on removing the delays in the tests
-by properly checking if the X11 events have been processed, there also is an
-easier solution for now: Running the tests in parallel.
-
-I just <a
-href="http://code.stapelberg.de/git/i3/commit/?id=4dde5bb863d6670f6aa70ef2b714e98ea2474dcd">pushed
-the commit to make our run script, complete-run.pl</a>, do exactly that.
-
-Have a look at the time which was necessary to run a test before this commit:
-
- All tests successful.
- Files=72, Tests=642, 139 wallclock secs (135.87 usr 0.47 sys + 34.86 cusr 3.12 csys = 174.32 CPU)
- Result: PASS
-
-…and after this commit:
-
- All tests successful.
- Files=72, Tests=642, 48 wallclock secs ( 0.28 usr 0.40 sys + 37.04 cusr 3.37 csys = 41.09 CPU)
- Result: PASS
-
-48 seconds vs. 139 seconds is a pretty impressive speed-up :).
+++ /dev/null
----
-date: 2011/07/31 23:59:59
-title: "i3 v4.0 released"
----
-
-i3 v4.0 has just been released! Read the <a
-href="http://i3wm.org/downloads/RELEASE-NOTES-4.0.txt">release notes</a> and
-get it from the download page :).