[Midnightbsd-cvs] src [6608] stable/0.4: document dot.profile fix.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Feb 1 17:08:59 EST 2014


Revision: 6608
          http://svnweb.midnightbsd.org/src/?rev=6608
Author:   laffer1
Date:     2014-02-01 17:08:58 -0500 (Sat, 01 Feb 2014)
Log Message:
-----------
document dot.profile fix.

Modified Paths:
--------------
    stable/0.4/UPDATING
    stable/0.4/sys/conf/newvers.sh

Modified: stable/0.4/UPDATING
===================================================================
--- stable/0.4/UPDATING	2014-02-01 22:06:48 UTC (rev 6607)
+++ stable/0.4/UPDATING	2014-02-01 22:08:58 UTC (rev 6608)
@@ -1,5 +1,10 @@
 Updating Information for MidnightBSD users.
 
+20140201:
+	0.4-RELEASE-p7
+
+	Fix a minor annoyance with the default dot.profile and ssh-agent
+
 20140114:
 	0.4-RELEASE-p6
 

Modified: stable/0.4/sys/conf/newvers.sh
===================================================================
--- stable/0.4/sys/conf/newvers.sh	2014-02-01 22:06:48 UTC (rev 6607)
+++ stable/0.4/sys/conf/newvers.sh	2014-02-01 22:08:58 UTC (rev 6608)
@@ -33,7 +33,7 @@
 
 TYPE="MidnightBSD"
 REVISION="0.4"
-BRANCH="RELEASE-p6"
+BRANCH="RELEASE-p7"
 if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi



More information about the Midnightbsd-cvs mailing list