aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-08-21 22:10:47 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-08-21 22:10:47 +0000
commit657341762a85e9cf98ffb6f1f451da60ee60e6fa (patch)
tree7b9d71f63e0716c69bf5e7dc9004bd697f30a5bd
parenta28a05b96ae06ec4233e2cff6f7f619b65cd0a99 (diff)
downloadbusybox-w32-657341762a85e9cf98ffb6f1f451da60ee60e6fa.tar.gz
busybox-w32-657341762a85e9cf98ffb6f1f451da60ee60e6fa.tar.bz2
busybox-w32-657341762a85e9cf98ffb6f1f451da60ee60e6fa.zip
Announce 1.11.2
-rw-r--r--docs/busybox.net/news.html12
1 files changed, 9 insertions, 3 deletions
diff --git a/docs/busybox.net/news.html b/docs/busybox.net/news.html
index feb0a7c56..0d5da4ee4 100644
--- a/docs/busybox.net/news.html
+++ b/docs/busybox.net/news.html
@@ -1,14 +1,20 @@
1<!--#include file="header.html" --> 1<!--#include file="header.html" -->
2 2
3<ul> 3<ul>
4 <li><b>21 August 2008 -- BusyBox 1.12.0 (unstable)</b> 4
5 <li><b>21 August 2008 -- BusyBox 1.12.0 (unstable), BusyBox 1.11.2 (stable)</b>
5 <p><a href="http://busybox.net/downloads/busybox-1.12.0.tar.bz2">BusyBox 1.12.0</a>. 6 <p><a href="http://busybox.net/downloads/busybox-1.12.0.tar.bz2">BusyBox 1.12.0</a>.
6 (<a href="http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_12_stable/">svn</a>, 7 (<a href="http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_12_stable/">svn</a>,
7 <a href="http://busybox.net/downloads/fixes-1.12.0/">patches</a>, 8 <a href="http://busybox.net/downloads/fixes-1.12.0/">patches</a>,
8 <a href="http://busybox.net/fix.html">how to add a patch</a>)</p> 9 <a href="http://busybox.net/fix.html">how to add a patch</a>)</p>
9 <p>Sizes of busybox-1.11.1 and busybox-1.12.0 (with equivalent config, static uclibc build):<pre> 10 <p><a href="http://busybox.net/downloads/busybox-1.11.2.tar.bz2">BusyBox 1.11.2</a>.
11 (<a href="http://busybox.net/cgi-bin/viewcvs.cgi/branches/busybox_1_11_stable/">svn</a>,
12 <a href="http://busybox.net/downloads/fixes-1.11.2/">patches</a>,
13 <a href="http://busybox.net/fix.html">how to add a patch</a>)</p>
14
15 <p>Sizes of busybox-1.11.2 and busybox-1.12.0 (with equivalent config, static uclibc build):<pre>
10 text data bss dec hex filename 16 text data bss dec hex filename
11 829687 617 7052 837356 cc6ec busybox-1.11.1/busybox 17 829687 617 7052 837356 cc6ec busybox-1.11.2/busybox
12 822961 594 6832 830387 cabb3 busybox-1.12.0/busybox 18 822961 594 6832 830387 cabb3 busybox-1.12.0/busybox
13</pre> 19</pre>
14 20