[Midnightbsd-cvs] src [6774] stable/0.5: MidnightBSD 0.5-RELEASE

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Sep 19 17:44:34 EDT 2014


Revision: 6774
          http://svnweb.midnightbsd.org/src/?rev=6774
Author:   laffer1
Date:     2014-09-19 17:44:34 -0400 (Fri, 19 Sep 2014)
Log Message:
-----------
MidnightBSD 0.5-RELEASE

Modified Paths:
--------------
    stable/0.5/UPDATING
    stable/0.5/sys/conf/newvers.sh
    stable/0.5/sys/sys/param.h

Modified: stable/0.5/UPDATING
===================================================================
--- stable/0.5/UPDATING	2014-09-17 01:39:28 UTC (rev 6773)
+++ stable/0.5/UPDATING	2014-09-19 21:44:34 UTC (rev 6774)
@@ -1,5 +1,8 @@
 Updating Information for MidnightBSD users.
 
+20140919:
+	0.5-RELEASE
+
 20140916:
 	Fix a security issue with TCP SYN.
 

Modified: stable/0.5/sys/conf/newvers.sh
===================================================================
--- stable/0.5/sys/conf/newvers.sh	2014-09-17 01:39:28 UTC (rev 6773)
+++ stable/0.5/sys/conf/newvers.sh	2014-09-19 21:44:34 UTC (rev 6774)
@@ -33,7 +33,7 @@
 
 TYPE="MidnightBSD"
 REVISION="0.5"
-BRANCH="PRERELEASE"
+BRANCH="RELEASE"
 if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi

Modified: stable/0.5/sys/sys/param.h
===================================================================
--- stable/0.5/sys/sys/param.h	2014-09-17 01:39:28 UTC (rev 6773)
+++ stable/0.5/sys/sys/param.h	2014-09-19 21:44:34 UTC (rev 6774)
@@ -51,7 +51,7 @@
  * 		or r is 5-9 in stable after 1.0 is released.
  */
 #undef __MidnightBSD_version
-#define __MidnightBSD_version 5008	/* Master, propagated to newvers */
+#define __MidnightBSD_version 5009	/* Master, propagated to newvers */
 
 /* Version of FreeBSD we're compatible with */
 #undef __FreeBSD_version



More information about the Midnightbsd-cvs mailing list