Annoint 1.2.0.
This commit is contained in:
parent
12d9419273
commit
01772aea33
@ -15,7 +15,7 @@ PROG := busybox
|
|||||||
MAJOR_VERSION :=1
|
MAJOR_VERSION :=1
|
||||||
MINOR_VERSION :=2
|
MINOR_VERSION :=2
|
||||||
SUBLEVEL_VERSION:=0
|
SUBLEVEL_VERSION:=0
|
||||||
EXTRAVERSION :=-pre0
|
EXTRAVERSION :=
|
||||||
VERSION :=$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL_VERSION)$(EXTRAVERSION)
|
VERSION :=$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL_VERSION)$(EXTRAVERSION)
|
||||||
BUILDTIME := $(shell TZ=UTC date -u "+%Y.%m.%d-%H:%M%z")
|
BUILDTIME := $(shell TZ=UTC date -u "+%Y.%m.%d-%H:%M%z")
|
||||||
|
|
||||||
|
@ -2,6 +2,17 @@
|
|||||||
|
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
|
<li><b>30 June 2006 -- BusyBox 1.2.0</b>
|
||||||
|
<p>The -devel branch has been stabilized and the result is
|
||||||
|
<a href="http://busybox.net/downloads/busybox-1.2.0.tar.bz2">Busybox
|
||||||
|
1.2.0</a>. Lots of stuff changed, I need to work up a decent changelog
|
||||||
|
over the weekend.</p>
|
||||||
|
|
||||||
|
<p>I'm still experimenting with how long is best for the development
|
||||||
|
cycle, and since we've got some largeish projects queued up I'm going to
|
||||||
|
try a longer one. Expect 1.3.0 in December. (Expect 1.2.1 any time
|
||||||
|
we fix enough bugs. :)</p>
|
||||||
|
|
||||||
<li><b>17 May 2006 -- BusyBox 1.1.3 (stable)</b>
|
<li><b>17 May 2006 -- BusyBox 1.1.3 (stable)</b>
|
||||||
<p><a href="http://busybox.net/downloads/busybox-1.1.3.tar.bz2">BusyBox
|
<p><a href="http://busybox.net/downloads/busybox-1.1.3.tar.bz2">BusyBox
|
||||||
1.1.3</a> is another bugfix release. It makes passwd use salt, fixes a
|
1.1.3</a> is another bugfix release. It makes passwd use salt, fixes a
|
||||||
|
Loading…
x
Reference in New Issue
Block a user