[Midnightbsd-cvs] CVS Commit: /src: Prepare for 0.1-RELEASE
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Aug 4 22:41:03 EDT 2007
Log Message:
-----------
Prepare for 0.1-RELEASE
Tags:
----
RELENG_0_1
Modified Files:
--------------
src:
UPDATING (r1.20 -> r1.20.2.1)
src/release:
Makefile (r1.13 -> r1.13.2.1)
-------------- next part --------------
Index: UPDATING
===================================================================
RCS file: /home/cvs/src/UPDATING,v
retrieving revision 1.20
retrieving revision 1.20.2.1
diff -LUPDATING -LUPDATING -u -r1.20 -r1.20.2.1
--- UPDATING
+++ UPDATING
@@ -3,6 +3,13 @@
Items affecting the mports and packages system can be found in
/usr/mports/UPDATING.
+20070804:
+ 0.1-RELEASE
+
+ BIND 9.3.4-p1 security patch.
+
+ Tcpdump was patched.
+
20070406:
Back out propolice. propolice caused several problems
with our threading libraries libthr and libpthread.
Index: Makefile
===================================================================
RCS file: /home/cvs/src/release/Makefile,v
retrieving revision 1.13
retrieving revision 1.13.2.1
diff -Lrelease/Makefile -Lrelease/Makefile -u -r1.13 -r1.13.2.1
--- release/Makefile
+++ release/Makefile
@@ -19,16 +19,16 @@
# Set these, release builder!
#
# Fixed version:
-#BUILDNAME=0.1-RELEASE
+BUILDNAME=0.1-RELEASE
#
# Automatic SNAP versioning:
DATE != date +%Y%m%d
BASE = 0.1
-BUILDNAME?=${BASE}-${DATE}-SNAP
+#BUILDNAME?=${BASE}-${DATE}-SNAP
#
#CHROOTDIR=/junk/release
# If this is a -stable snapshot, then set
-#RELEASETAG=RELENG_4
+#RELEASETAG=RELENG_0_1
#
# To test a release with a source tree containing patches and
# other work. This tree will get copied instead of getting the
@@ -101,7 +101,7 @@
#
# Setting this also disables building of release note documentation
# (RELNOTESng).
-#NODOC= YES
+NODOC= YES
#NOPORTS= YES
# When retrieving mports using the pkg_add -r method, set your proxies to these.
More information about the Midnightbsd-cvs
mailing list