Eric Andersen | 539eef6 | 2003-12-10 12:08:20 +0000 | [diff] [blame] | 1 | <!--#include file="header.html" --> |
| 2 | |
| 3 | |
| 4 | <ul> |
Rob Landley | c27c04c | 2006-05-17 19:59:24 +0000 | [diff] [blame] | 5 | <li><b>17 May 2006 -- BusyBox 1.1.3 (stable)</b> |
Rob Landley | d2ccc2b | 2006-05-17 21:04:53 +0000 | [diff] [blame] | 6 | <p><a href="http://busybox.net/downloads/busybox-1.1.3.tar.bz2">BusyBox |
Rob Landley | c27c04c | 2006-05-17 19:59:24 +0000 | [diff] [blame] | 7 | 1.1.3</a> is another bugfix release. It makes passwd use salt, fixes a |
| 8 | memory freeing bug in ls, fixes "build all sources at once" mode, makes |
| 9 | mount -a not abort on the first failure, fixes msh so ctrl-c doesn't kill |
| 10 | background processes, makes patch work with patch hunks that don't have a |
| 11 | timestamp, make less's text search a lot more robust (the old one could |
| 12 | segfault), and fixes readlink -f when built against uClibc.</p> |
| 13 | |
| 14 | <p>Expect 1.2.0 sometime next month, which won't be a bugfix release.</p> |
| 15 | |
Rob Landley | bb5b2ff | 2006-04-10 20:04:32 +0000 | [diff] [blame] | 16 | <li><b>10 April 2006 -- BusyBox 1.1.2 (stable)</b> |
| 17 | <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 |
| 18 | backported from the development branch: Some build fixes, several fixes |
| 19 | for mount and nfsmount, a fix for insmod on big endian systems, a fix for |
| 20 | find -xdev, and a fix for comm. Check the file "changelog" in the tarball |
| 21 | for more info.</p> |
| 22 | |
| 23 | <p>The next new development release (1.2.0) is slated for June. A 1.1.3 |
| 24 | will be released before then if more bug fixes crop up. (The new plan is |
| 25 | to have a 1.x.0 new development release every 3 months, with 1.x.y stable |
| 26 | bugfix only releases based on that as appropriate.)</p> |
| 27 | |
Rob Landley | 0949d30 | 2006-03-27 22:43:40 +0000 | [diff] [blame] | 28 | <li><b>27 March 2006 -- Software Freedom Law Center representing BusyBox and uClibc</b> |
| 29 | <p>One issue Erik Andersen wanted to resolve when handing off BusyBox |
| 30 | maintainership to Rob Landley was license enforcement. BusyBox and |
| 31 | uClibc's existing license enforcement efforts (pro-bono representation |
| 32 | by Erik's father's law firm, and the |
Bernhard Reutner-Fischer | 3515f6e | 2006-04-10 19:16:50 +0000 | [diff] [blame] | 33 | <a href="http://www.busybox.net/shame.html">Hall of Shame</a>), haven't |
Rob Landley | 0949d30 | 2006-03-27 22:43:40 +0000 | [diff] [blame] | 34 | scaled to match the popularity of the projects. So we put our heads |
| 35 | together and did the obvious thing: ask Pamela Jones of |
| 36 | <a href="http://www.groklaw.net">Groklaw</a> for suggestions. She |
| 37 | referred us to the fine folks at softwarefreedom.org.</p> |
| 38 | |
| 39 | <p>As a result, we're pleased to announce that the |
| 40 | <a href="http://www.softwarefreedom.org">Software Freedom Law Center</a> |
| 41 | has agreed to represent BusyBox and uClibc. We join a number of other |
| 42 | free and open source software projects (such as |
Bernhard Reutner-Fischer | 3515f6e | 2006-04-10 19:16:50 +0000 | [diff] [blame] | 43 | <a href="http://lwn.net/Articles/141806/">X.org</a>, |
Rob Landley | 0949d30 | 2006-03-27 22:43:40 +0000 | [diff] [blame] | 44 | <a href="http://lwn.net/Articles/135413/">Wine</a>, and |
Bernhard Reutner-Fischer | af07a00 | 2006-04-16 20:56:03 +0000 | [diff] [blame] | 45 | <a href="http://plone.org/foundation/newsitems/software-freedom-law-center-support/">Plone</a> |
Rob Landley | 0949d30 | 2006-03-27 22:43:40 +0000 | [diff] [blame] | 46 | in being represented by a fairly cool bunch of lawyers, which is not a |
| 47 | phrase you get to use every day.</p> |
| 48 | |
Rob Landley | 5fba250 | 2006-03-23 03:08:09 +0000 | [diff] [blame] | 49 | <li><b>22 March 2006 -- BusyBox 1.1.1</b> |
| 50 | <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 Landley | 0949d30 | 2006-03-27 22:43:40 +0000 | [diff] [blame] | 51 | <p>Update: Rather than put out an endless stream of 1.1.1.x releases, |
| 52 | the various small fixes have been collected together into a |
| 53 | <a href="http://busybox.net/downloads/busybox-1.1.1.fixes.patch">patch</a>, |
Rob Landley | 28ff966 | 2006-03-27 23:22:16 +0000 | [diff] [blame] | 54 | and new fixes will be appended to that as needed. Expect 1.1.2 around |
| 55 | June.</p> |
Rob Landley | 5fba250 | 2006-03-23 03:08:09 +0000 | [diff] [blame] | 56 | </li> |
Rob Landley | 734a779 | 2006-01-14 07:43:22 +0000 | [diff] [blame] | 57 | <li><b>11 January 2006 -- 1.1.0 is out</b> |
| 58 | <p>The new stable release is |
| 59 | <a href="http://www.busybox.net/downloads/busybox-1.1.0.tar.bz2">BusyBox |
| 60 | 1.1.0</a>. It has a number of improvements, including several new applets. |
Bernhard Reutner-Fischer | 3515f6e | 2006-04-10 19:16:50 +0000 | [diff] [blame] | 61 | (It also has <a href="http://www.busybox.net/lists/busybox/2006-January/017733.html">a few rough spots</a>, |
Rob Landley | 734a779 | 2006-01-14 07:43:22 +0000 | [diff] [blame] | 62 | but we're trying out a "release early, release often" strategy to see how |
| 63 | that works. Expect 1.1.1 sometime in March.)</p> |
Eric Andersen | 539eef6 | 2003-12-10 12:08:20 +0000 | [diff] [blame] | 64 | |
Eric Andersen | c7bda1c | 2004-03-15 08:29:22 +0000 | [diff] [blame] | 65 | <li><b>Old News</b><p> |
Eric Andersen | 539eef6 | 2003-12-10 12:08:20 +0000 | [diff] [blame] | 66 | <a href="/oldnews.html">Click here to read older news</a> |
Rob Landley | d879ffb | 2006-06-27 21:29:56 +0000 | [diff] [blame^] | 67 | </p> |
| 68 | </li> |
Eric Andersen | 539eef6 | 2003-12-10 12:08:20 +0000 | [diff] [blame] | 69 | |
| 70 | |
| 71 | </ul> |
| 72 | |
| 73 | <!--#include file="footer.html" --> |
| 74 | |