[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.84 and 1.92

version 1.84, 2003/02/06 04:37:59 version 1.92, 2003/07/03 15:29:15
Line 8  For a more detailed description see Make
Line 8  For a more detailed description see Make
 Recent changes:  Recent changes:
 ^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^
   
   20030703:
           Texinfo was updated to 4.6.  To avoid failures when trying to
           build the included texinfo files, do:
   
           cd src/gnu/usr.bin/texinfo
           make MKINFO=no dependall install
   
   20030630:
           Groff was update to 1.19; it's probably necessary to do
                   cd share/mk && make install
                   cd src/gnu/usr.bin/groff
                   make MKMAN=no dependall install
           (untested).
   
   20030516:
           Due to bugs in the export handling code, invalid export lines
           were accepted before and caused the kernel to panic when
           mountd got restarted because it freed memory that had already
           been freed. This has been fixed and the kernel checks
           export addresses very strictly. If you upgrade your kernel,
           make sure you also upgrade mountd, because if your export
           file contains lines with an old inet4 address syntax (i.e.
           a.b.c or a.b or a), they will get rejected by the new kernel.
   
   20030402:
           The superblock layout for FFS was changed.  If you have 1.6
           fsck binaries, they will signal a fatal superblock mismatch
           with the first alternate, because they compare too many
           fields (even ones that aren't useful).  If possible, upgrade
           your fsck_ffs binary before using a new kernel.
           None of this signals actual filesystem damage.
   
   20030324:
           sendmail version 8.12.8 was imported.  Since sendmail is
           now setgid to the smmsp group, and runs in "collection"
           mode for most common activities, there is a new config
           file called submit.cf that needs to live in /etc/mail.
           The generic submit.cf sample in /usr/share/sendmail/cf
           is named netbsd-msp.cf.  Upgrading your regular sendmail
           configuration file is also strongly advised.
   
           See the section named "MESSAGE SUBMISSION PROGRAM" in
           the updated /usr/share/sendmail/README file for more
           information.
   
 20030117:  20030117:
         Texinfo was updated to 4.3.  To avoid failures when trying to          Texinfo was updated to 4.3.  To avoid failures when trying to
         build the included texinfo files, do:          build the included texinfo files, do:
Line 23  Recent changes:
Line 68  Recent changes:
         update tools/mtree, before running make build.          update tools/mtree, before running make build.
   
 20021219:  20021219:
           CVS repository layout was changed.  See the following for details
           if you are using (anonymous) cvs to update your tree.
   
           http://mail-index.netbsd.org/netbsd-announce/2002/12/19/0000.html
   
   20021219:
         install(1) had a '-N dbdir' option added, to specify an          install(1) had a '-N dbdir' option added, to specify an
         alternate location to look up users & groups (instead          alternate location to look up users & groups (instead
         of the host system passwd(5) and group(5) databases).          of the host system passwd(5) and group(5) databases).
Line 545  Fix: Rebuild and install usr.bin/menuc
Line 596  Fix: Rebuild and install usr.bin/menuc
 Symptom:mklocale not found during build in share/locale/ctype  Symptom:mklocale not found during build in share/locale/ctype
 Fix:    Build and install usr.bin/mklocale  Fix:    Build and install usr.bin/mklocale
   
 Symptom:undefined reference to `__assert13'  Symptom:undefined reference to `__assert13' or `__unsetenv13'
 Fix:    Rebuild and install lib/libc  Fix:    Rebuild and install lib/libc
   
 Symptom:usr.sbin/config fails to build.  Symptom:usr.sbin/config fails to build.

Legend:
Removed from v.1.84  
changed lines
  Added in v.1.92

CVSweb <webmaster@jp.NetBSD.org>