blob: be021da82f400cf8a14a7e27b132e0901c56c49b [file] [log] [blame]
Eric Andersen539eef62003-12-10 12:08:20 +00001<!--#include file="header.html" -->
2
3
4<ul>
Rob Landley01772ae2006-06-30 22:40:13 +00005 <li><b>30 June 2006 -- BusyBox 1.2.0</b>
6 <p>The -devel branch has been stabilized and the result is
7 <a href="http://busybox.net/downloads/busybox-1.2.0.tar.bz2">Busybox
8 1.2.0</a>. Lots of stuff changed, I need to work up a decent changelog
9 over the weekend.</p>
10
11 <p>I'm still experimenting with how long is best for the development
12 cycle, and since we've got some largeish projects queued up I'm going to
13 try a longer one. Expect 1.3.0 in December. (Expect 1.2.1 any time
14 we fix enough bugs. :)</p>
15
Rob Landleyc27c04c2006-05-17 19:59:24 +000016 <li><b>17 May 2006 -- BusyBox 1.1.3 (stable)</b>
Rob Landleyd2ccc2b2006-05-17 21:04:53 +000017 <p><a href="http://busybox.net/downloads/busybox-1.1.3.tar.bz2">BusyBox
Rob Landleyc27c04c2006-05-17 19:59:24 +000018 1.1.3</a> is another bugfix release. It makes passwd use salt, fixes a
19 memory freeing bug in ls, fixes "build all sources at once" mode, makes
20 mount -a not abort on the first failure, fixes msh so ctrl-c doesn't kill
21 background processes, makes patch work with patch hunks that don't have a
22 timestamp, make less's text search a lot more robust (the old one could
23 segfault), and fixes readlink -f when built against uClibc.</p>
24
25 <p>Expect 1.2.0 sometime next month, which won't be a bugfix release.</p>
26
Rob Landleybb5b2ff2006-04-10 20:04:32 +000027 <li><b>10 April 2006 -- BusyBox 1.1.2 (stable)</b>
28 <p>You can now download <a href="http://busybox.net/downloads/busybox-1.1.2.tar.bz2">BusyBox 1.1.2</a>, a bug fix release consisting of 11 patches
29 backported from the development branch: Some build fixes, several fixes
30 for mount and nfsmount, a fix for insmod on big endian systems, a fix for
31 find -xdev, and a fix for comm. Check the file "changelog" in the tarball
32 for more info.</p>
33
34 <p>The next new development release (1.2.0) is slated for June. A 1.1.3
35 will be released before then if more bug fixes crop up. (The new plan is
36 to have a 1.x.0 new development release every 3 months, with 1.x.y stable
37 bugfix only releases based on that as appropriate.)</p>
38
Rob Landley0949d302006-03-27 22:43:40 +000039 <li><b>27 March 2006 -- Software Freedom Law Center representing BusyBox and uClibc</b>
40 <p>One issue Erik Andersen wanted to resolve when handing off BusyBox
41 maintainership to Rob Landley was license enforcement. BusyBox and
42 uClibc's existing license enforcement efforts (pro-bono representation
43 by Erik's father's law firm, and the
Bernhard Reutner-Fischer3515f6e2006-04-10 19:16:50 +000044 <a href="http://www.busybox.net/shame.html">Hall of Shame</a>), haven't
Rob Landley0949d302006-03-27 22:43:40 +000045 scaled to match the popularity of the projects. So we put our heads
46 together and did the obvious thing: ask Pamela Jones of
47 <a href="http://www.groklaw.net">Groklaw</a> for suggestions. She
48 referred us to the fine folks at softwarefreedom.org.</p>
49
50 <p>As a result, we're pleased to announce that the
51 <a href="http://www.softwarefreedom.org">Software Freedom Law Center</a>
52 has agreed to represent BusyBox and uClibc. We join a number of other
53 free and open source software projects (such as
Bernhard Reutner-Fischer3515f6e2006-04-10 19:16:50 +000054 <a href="http://lwn.net/Articles/141806/">X.org</a>,
Rob Landley0949d302006-03-27 22:43:40 +000055 <a href="http://lwn.net/Articles/135413/">Wine</a>, and
Bernhard Reutner-Fischeraf07a002006-04-16 20:56:03 +000056 <a href="http://plone.org/foundation/newsitems/software-freedom-law-center-support/">Plone</a>
Rob Landley0949d302006-03-27 22:43:40 +000057 in being represented by a fairly cool bunch of lawyers, which is not a
58 phrase you get to use every day.</p>
59
Rob Landley5fba2502006-03-23 03:08:09 +000060 <li><b>22 March 2006 -- BusyBox 1.1.1</b>
61 <p>The new maintainer is Rob Landley, and the new release is <a href="http://busybox.net/downloads/busybox-1.1.1.tar.bz2">BusyBox 1.1.1</a>. Expect a "what's new" document in a few days. (Also, Erik and I have have another announcement pending...)</p>
Rob Landley0949d302006-03-27 22:43:40 +000062 <p>Update: Rather than put out an endless stream of 1.1.1.x releases,
63 the various small fixes have been collected together into a
64 <a href="http://busybox.net/downloads/busybox-1.1.1.fixes.patch">patch</a>,
Rob Landley28ff9662006-03-27 23:22:16 +000065 and new fixes will be appended to that as needed. Expect 1.1.2 around
66 June.</p>
Rob Landley5fba2502006-03-23 03:08:09 +000067 </li>
Rob Landley734a7792006-01-14 07:43:22 +000068 <li><b>11 January 2006 -- 1.1.0 is out</b>
69 <p>The new stable release is
70 <a href="http://www.busybox.net/downloads/busybox-1.1.0.tar.bz2">BusyBox
71 1.1.0</a>. It has a number of improvements, including several new applets.
Bernhard Reutner-Fischer3515f6e2006-04-10 19:16:50 +000072 (It also has <a href="http://www.busybox.net/lists/busybox/2006-January/017733.html">a few rough spots</a>,
Rob Landley734a7792006-01-14 07:43:22 +000073 but we're trying out a "release early, release often" strategy to see how
74 that works. Expect 1.1.1 sometime in March.)</p>
Eric Andersen539eef62003-12-10 12:08:20 +000075
Eric Andersenc7bda1c2004-03-15 08:29:22 +000076 <li><b>Old News</b><p>
Eric Andersen539eef62003-12-10 12:08:20 +000077 <a href="/oldnews.html">Click here to read older news</a>
Rob Landleyd879ffb2006-06-27 21:29:56 +000078 </p>
79 </li>
Eric Andersen539eef62003-12-10 12:08:20 +000080
81
82</ul>
83
84<!--#include file="footer.html" -->
85