View | Details | Raw Unified | Return to bug 21022
Collapse All | Expand All

(-)UPDATING (-7 / +7 lines)
Lines 110-116 Link Here
110
	libftpio's version was accidentally bumped a few days ago.  This
110
	libftpio's version was accidentally bumped a few days ago.  This
111
	has been corrected.  You may need to remove /usr/lib/libftpio.so.6
111
	has been corrected.  You may need to remove /usr/lib/libftpio.so.6
112
	before doing your next buildworld/installworld pair.  It certainly
112
	before doing your next buildworld/installworld pair.  It certainly
113
	won't hurt to remove it before the update proceedure.  It will
113
	won't hurt to remove it before the update procedure.  It will
114
	break fetch until a new one is built, but ftp can be used in the
114
	break fetch until a new one is built, but ftp can be used in the
115
	interrum if needed.
115
	interrum if needed.
116
116
Lines 186-192 Link Here
186
	may work).
186
	may work).
187
187
188
20000612:
188
20000612:
189
	Peter took an axe to config(8).  Besure that you read his mail
189
	Peter took an axe to config(8).  Be sure that you read his mail
190
	on the topic before even thinking about updating.  You will
190
	on the topic before even thinking about updating.  You will
191
	need to create a /boot/device.hints or add a hints directive
191
	need to create a /boot/device.hints or add a hints directive
192
	to your config file to compile them in statically.  The format
192
	to your config file to compile them in statically.  The format
Lines 228-234 Link Here
228
228
229
20000417:
229
20000417:
230
	The method that we brand ELF binaries has changed to be more
230
	The method that we brand ELF binaries has changed to be more
231
	acceptible to the binutils maintainers.  You will need to
231
	acceptable to the binutils maintainers.  You will need to
232
	rebrand your ELF binaries that aren't native.  One problem
232
	rebrand your ELF binaries that aren't native.  One problem
233
	binary is the Linux ldconfig.  After your make world, but
233
	binary is the Linux ldconfig.  After your make world, but
234
	before you reboot, you'll neeed to issue:
234
	before you reboot, you'll neeed to issue:
Lines 243-249 Link Here
243
	to the start of /etc/rc.conf.
243
	to the start of /etc/rc.conf.
244
244
245
20000319:
245
20000319:
246
	The ISA and PCI compatability shims have been connected to the
246
	The ISA and PCI compatibility shims have been connected to the
247
	options COMPAT_OLDISA and COMPAT_OLDPCI.  If you are using old
247
	options COMPAT_OLDISA and COMPAT_OLDPCI.  If you are using old
248
	style PCI or ISA drivers (i.e. tx, voxware, etc.) you must
248
	style PCI or ISA drivers (i.e. tx, voxware, etc.) you must
249
	include the appropriate option in your kernel config.  Drivers
249
	include the appropriate option in your kernel config.  Drivers
Lines 251-257 Link Here
251
	5.0-RELEASE, targeted for 2001.
251
	5.0-RELEASE, targeted for 2001.
252
252
253
20000318:
253
20000318:
254
	We've entered the tradtional post release dumping party.
254
	We've entered the traditional post release dumping party.
255
	Large kernel changes are being committed and are in the
255
	Large kernel changes are being committed and are in the
256
	works.  It is important to keep the systems' klds and kernel
256
	works.  It is important to keep the systems' klds and kernel
257
	in sync as kernel interfaces and structures are changing.
257
	in sync as kernel interfaces and structures are changing.
Lines 274-280 Link Here
274
	To build a kernel
274
	To build a kernel
275
	-----------------
275
	-----------------
276
	If you are updating from a prior version of FreeBSD (even one just
276
	If you are updating from a prior version of FreeBSD (even one just
277
	a few days old), you should follow this proceedure. With a
277
	a few days old), you should follow this procedure. With a
278
	/usr/obj tree with a fresh buildworld,
278
	/usr/obj tree with a fresh buildworld,
279
	make buildkernel KERNEL=YOUR_KERNEL_HERE
279
	make buildkernel KERNEL=YOUR_KERNEL_HERE
280
	make installkernel KERNEL=YOUR_KERNEL_HERE
280
	make installkernel KERNEL=YOUR_KERNEL_HERE
Lines 329-335 Link Here
329
329
330
FORMAT:
330
FORMAT:
331
331
332
This file contains a list, in reverse chronologocal order, of major
332
This file contains a list, in reverse chronological order, of major
333
breakages in tracking -current.  Not all things will be listed here,
333
breakages in tracking -current.  Not all things will be listed here,
334
and it only starts on March 15, 2000.  Updating files can found in
334
and it only starts on March 15, 2000.  Updating files can found in
335
previous releases if your system is older than this.
335
previous releases if your system is older than this.

Return to bug 21022