[Midnightbsd-cvs] src: /src: Bump version, and explain the reasoning in UPDATING.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Aug 30 16:15:03 EDT 2008


Log Message:
-----------
Bump version, and explain the reasoning in UPDATING.

Tags:
----
RELENG_0_2

Modified Files:
--------------
    src:
        UPDATING (r1.38.2.4 -> r1.38.2.5)
    src/sys/conf:
        newvers.sh (r1.3.2.2 -> r1.3.2.3)

-------------- next part --------------
Index: UPDATING
===================================================================
RCS file: /home/cvs/src/UPDATING,v
retrieving revision 1.38.2.4
retrieving revision 1.38.2.5
diff -L UPDATING -L UPDATING -u -r1.38.2.4 -r1.38.2.5
--- UPDATING
+++ UPDATING
@@ -3,6 +3,11 @@
 Items affecting the mports and packages system can be found in
 /usr/mports/UPDATING. 
 
+20080830:
+	MidnightBSD 0.2.1-RELEASE
+
+	Oops, fix some bugs with sysinstall's handling of packages found on the release ISOs.  Tweak etc/firstboot while where here.
+
 20080829:
 	MidnightBSD 0.2-RELEASE
 
Index: newvers.sh
===================================================================
RCS file: /home/cvs/src/sys/conf/newvers.sh,v
retrieving revision 1.3.2.2
retrieving revision 1.3.2.3
diff -L sys/conf/newvers.sh -L sys/conf/newvers.sh -u -r1.3.2.2 -r1.3.2.3
--- sys/conf/newvers.sh
+++ sys/conf/newvers.sh
@@ -32,7 +32,7 @@
 # $MidnightBSD$
 
 TYPE="MidnightBSD"
-REVISION="0.2"
+REVISION="0.2.1"
 BRANCH="RELEASE"
 if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
 	BRANCH=${BRANCH_OVERRIDE}


More information about the Midnightbsd-cvs mailing list