summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2000-01-30 23:09:58 +0000
committerWarner Losh <imp@FreeBSD.org>2000-01-30 23:09:58 +0000
commit37990f36bde4313868dbf8b5e8386f6dacc04efb (patch)
treef643e6fb71931796553327b66e8aad72ff5da3e1 /UPDATING
parent0ee4fc596bf7824c67934dc0300451d652aff5df (diff)
downloadsrc-test-37990f36bde4313868dbf8b5e8386f6dacc04efb.tar.gz
src-test-37990f36bde4313868dbf8b5e8386f6dacc04efb.zip
Add info about burncd, c++ changes, the xinstall kludge as well as
correct the buidlworld typo every keeps teasing me about. I didn't ask Jordan if this was OK, but figured it fell under the documentation exception in his freeze mail.
Notes
Notes: svn path=/head/; revision=56913
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING34
1 files changed, 33 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index 5ac7183f6e504..57e3e35cd5390 100644
--- a/UPDATING
+++ b/UPDATING
@@ -3,9 +3,41 @@ Updating Information for FreeBSD current users
This file is maintained by imp@village.org. Please send new entries
directly to him. See end of file for further details.
+20000129:
+ {set,get}flags have been added to the tree for rather dubious
+ reasons. An unintended side effect of this is that you must
+ rebuild install before the rest of the world.
+
+ cd src/usr.bin/xinstall
+ make depend all install clean
+
+ before make world or buildworld. This issue may be resolved
+ before 4.0 goes out.
+
+20000124:
+ The default way that virtual tables in our default C++
+ compiler has changed. We used to use THUNKS for virtual
+ inheritance. Unfortunately there are bugs that The GCC
+ developers thought would be fixed in GCC 2.95. However it
+ isn't.
+
+ After this change existing applications written in C++ may
+ give errors like below when you try to run them:
+
+/usr/libexec/ld-elf.so.1: /usr/lib/libstdc++.so.3: Undefined symbol "__vt_7filebuf"
+
+ The only fix is to rebuild the application and any C++
+ libraries used.
+
+20000124:
+ The management of next_writeable has been move from the
+ kernel to userspace. This means that the burncd command
+ must be in sync with the kernel. So make world is your
+ friend.
+
20000117:
GNU texinfo upgraded to 4.0. It is recommended that you use
- make buidlworld to update.
+ make buildworld to update.
20000117:
CAM_VERSION has been increased. Recompile all programs that