Author: dim
Date: Mon Apr 18 10:25:54 2011
New Revision: 220770
URL: http://svn.freebsd.org/changeset/base/220770

Log:
  After removing libobjc and other Objective-C components in r220755,
  belatedly bump __FreeBSD_version, and add a note to UPDATING.
  
  Reminded by:  rdivacky

Modified:
  head/UPDATING
  head/sys/sys/param.h

Modified: head/UPDATING
==============================================================================
--- head/UPDATING       Mon Apr 18 09:14:23 2011        (r220769)
+++ head/UPDATING       Mon Apr 18 10:25:54 2011        (r220770)
@@ -22,6 +22,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 9.
        machines to maximize performance.  (To disable malloc debugging, run
        ln -s aj /etc/malloc.conf.)
 
+20110418:
+       The GNU Objective-C runtime library (libobjc), and other Objective-C
+       related components have been removed from the base system.  If you
+       require an Objective-C library, please use one of the available ports.
+
 20110331:
        ath(4) has been split into bus- and device- modules. if_ath contains
        the HAL, the TX rate control and the network device code. if_ath_pci

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h        Mon Apr 18 09:14:23 2011        (r220769)
+++ head/sys/sys/param.h        Mon Apr 18 10:25:54 2011        (r220770)
@@ -58,7 +58,7 @@
  *             in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 900035       /* Master, propagated to newvers */
+#define __FreeBSD_version 900036       /* Master, propagated to newvers */
 
 #ifdef _KERNEL
 #define        P_OSREL_SIGSEGV         700004
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to