aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2003-09-28 16:25:35 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2003-09-28 16:25:35 +0000
commit47a42c7aed08e3a0d2fa17a43ae0d2306243845c (patch)
tree31b6c45b132d8a9619b974b1c765fdd044d9afb9 /UPDATING
parentb1fe12236c75fd8cdfd440c7d9858264ddd091b9 (diff)
downloadsrc-47a42c7aed08e3a0d2fa17a43ae0d2306243845c.tar.gz
src-47a42c7aed08e3a0d2fa17a43ae0d2306243845c.zip
Note change to cdevsw open/close default change.
Notes
Notes: svn path=/head/; revision=120556
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING5
1 files changed, 5 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 49fe5f727a9c..3de2453754f6 100644
--- a/UPDATING
+++ b/UPDATING
@@ -17,6 +17,11 @@ NOTE TO PEOPLE WHO THINK THAT 5.0-CURRENT IS SLOW:
developers choose to disable these features on build machines
to maximize performance.
+20030928:
+ Changes to the cdevsw default functions have been made to remove
+ the need to specify nullopen() and nullclose() explicitly.
+ __FreeBSD_version bumpted to 501110.
+
20030926:
kiconv(3) has been added. mount_msdosfs(8), mount_ntfs(8) and
mount_cd9660(8) need to be in sync with kernel.