[BACK]Return to UPDATING CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/UPDATING between version 1.95 and 1.110

version 1.95, 2003/08/05 18:39:56 version 1.110, 2004/03/14 14:56:47
Line 8  For a more detailed description see Make
Line 8  For a more detailed description see Make
 Recent changes:  Recent changes:
 ^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^
   
   20040313:
           On acorn32, the opms and qms drivers have been withdrawn, and
           the old wsqms driver is now called qms.  Kernel config files
           will need updating.  See the ones in sys/arch/acorn32/conf
           for examples.
   
   20040125:
           On acorn32, the beep and sysbeep devices are no longer
           needed, and will need to be deleted from kernel configuration
           files.
   
   20040109:
           Compatibility for old ffs superblock layouts has been
           added, and the restrictive fsck checks have been reenabled
           when using those layouts.  If you have been using -current
           since 20030402, you may find that fsck again signals fatal
           superblock mismatches.  To repair, make sure you have
           an updated fsck_ffs and then you can use fsck_ffs -b 16 -c 4
           to complete the filesystem upgrade.  A message has
           been added to the kernel which should detect this problem.
           See the following discussion for more information:
           http://mail-index.netbsd.org/current-users/2004/01/11/0022.html
   
   20031203:
           New binutils builds may fail due to old dependencies.
           It's necessary to "make cleandir" to ensure that
           the dependencies will be rebuilt correctly.
   
   20031111:
           A newer mkdep is needed.  Error noting that is
                   cc: Ambiguous abbreviation --
   
   20031008:
           /usr/include/sys/disklabel_mbr.h was removed.
           It's necessary to "make cleandir" to ensure that
           the dependencies will be rebuilt correctly.
   
   20031007:
           A sign exension bug was fixed which set all the high bits
           of our newly expanded ffs fs_flags.  This should only
           affect users who installed or upgraded in September of 2003.
           A small utility program was posted to tech-kern which
           should fix this problem, and a warning message was added
           to the kernel which should discover and warn about it.  See
           http://mail-index.NetBSD.org/tech-kern/2003/10/07/0005.html
   
   20030906:
           With the addition of siginfo support the old signal trampoline
           code has been deprecated to COMPAT_16. Make sure that your running
           kernel has COMPAT_16 enabled before building userland.
   
 20030801:  20030801:
         With the new openssl, there is some header and library shuffling.          With the new openssl, there is some header and library shuffling.
         rm -f /usr/include/des.h /usr/include/kerberosIV/* /lib/libdes* \          rm -f /usr/include/des.h /usr/include/kerberosIV/* /lib/libdes* \
Line 21  Recent changes:
Line 72  Recent changes:
         make MKINFO=no dependall install          make MKINFO=no dependall install
   
 20030630:  20030630:
         Groff was update to 1.19; it's probably necessary to do          Groff was updated to 1.19; it's probably necessary to do
                 cd share/mk && make install                  cd share/mk && make install
                 cd src/gnu/usr.bin/groff                  cd src/gnu/usr.bin/groff
                 make MKMAN=no dependall install                  make MKMAN=no dependall install

Legend:
Removed from v.1.95  
changed lines
  Added in v.1.110

CVSweb <webmaster@jp.NetBSD.org>