Author: avg
Date: Fri Jul 26 14:43:38 2013
New Revision: 253679
URL: http://svnweb.freebsd.org/changeset/base/253679

Log:
  fix UPDATING entry in r253677
  
  MFC after:    3 weeks
  X-MFC with:   r253677

Modified:
  head/UPDATING

Modified: head/UPDATING
==============================================================================
--- head/UPDATING       Fri Jul 26 14:37:23 2013        (r253678)
+++ head/UPDATING       Fri Jul 26 14:43:38 2013        (r253679)
@@ -31,6 +31,13 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 10
        disable the most expensive debugging functionality run
        "ln -s 'abort:false,junk:false' /etc/malloc.conf".)
 
+20130726:
+       Behavior of devfs rules path matching has been changed.
+       Pattern is now always matched against fully qualified devfs
+       path and slash characters must be explicitly matched by
+       slashes in pattern (FNM_PATHNAME). Rulesets involving devfs
+       subdirectories must be reviewed.
+
 20130716:
        The default ARM ABI has changed to the ARM EABI. The old ABI is
        incompatible with the ARM EABI and all programs and modules will
@@ -64,13 +71,6 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 10
        even if neither the traced process nor the tracing process had
        write access to that file.
 
-201306XX:
-       Behavior of devfs rules path matching has been changed.
-       Pattern is now always matched against fully qualified devfs
-       path and slash characters must be explicitly matched by
-       slashes in pattern (FNM_PATHNAME). Rulesets involving devfs
-       subdirectories must be reviewed.
-
 20130615:
        CVS has been removed from the base system.  An exact copy
        of the code is available from the devel/cvs port.
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to