Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Apr 2011 10:25:54 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r220770 - in head: . sys/sys
Message-ID:  <201104181025.p3IAPsvI066818@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104181025.p3IAPsvI066818>