nmh-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Nmh-commits] nmh ChangeLog, 1.163, 1.163.2.1 DATE, 1.1.2.2, 1.1.2.3 con


From: Ken Hornstein <address@hidden>
Subject: [Nmh-commits] nmh ChangeLog, 1.163, 1.163.2.1 DATE, 1.1.2.2, 1.1.2.3 configure.in, 1.61.2.2, 1.61.2.3
Date: Fri, 24 Oct 2003 20:14:48 +0000

Update of /cvsroot/nmh/nmh
In directory subversions:/tmp/cvs-serv30347

Modified Files:
      Tag: RELEASE_1_1
        ChangeLog DATE configure.in 
Log Message:
Merge in changes that didn't make it onto the release branch.


Index: configure.in
===================================================================
RCS file: /cvsroot/nmh/nmh/configure.in,v
retrieving revision 1.61.2.2
retrieving revision 1.61.2.3
diff -C2 -d -r1.61.2.2 -r1.61.2.3
*** configure.in        5 Sep 2003 21:03:34 -0000       1.61.2.2
--- configure.in        24 Oct 2003 20:14:46 -0000      1.61.2.3
***************
*** 365,369 ****
  AC_CACHE_CHECK(for broken vi, nmh_cv_attvibug,
  [if echo 'r /nonexist-file
! q' | ex > /dev/null 2>&1
  then
          nmh_cv_attvibug=no
--- 365,369 ----
  AC_CACHE_CHECK(for broken vi, nmh_cv_attvibug,
  [if echo 'r /nonexist-file
! q' | ex > /dev/null
  then
          nmh_cv_attvibug=no
***************
*** 554,563 ****
  AC_CHECK_FUNC(dbm_open, ,
    AC_CHECK_LIB(ndbm, dbm_open, ,
!     AC_CHECK_LIB(dbm, dbm_open)))
  
  dnl ----------------
  dnl CHECK FOR NDBM.H
  dnl ----------------
! AC_CHECK_HEADERS(db1/ndbm.h)
  
  dnl ----------------
--- 554,567 ----
  AC_CHECK_FUNC(dbm_open, ,
    AC_CHECK_LIB(ndbm, dbm_open, ,
!     AC_CHECK_LIB(dbm, dbm_open, ,
!       AC_CHECK_LIB(db1, dbm_open, ,
!         AC_CHECK_LIB(gdbm, dbm_open, ,
!           AC_CHECK_LIB(db, __db_ndbm_open))))))
  
  dnl ----------------
  dnl CHECK FOR NDBM.H
  dnl ----------------
! 
! AC_CHECK_HEADERS(db1/ndbm.h gdbm/ndbm.h db.h, break, )
  
  dnl ----------------

Index: ChangeLog
===================================================================
RCS file: /cvsroot/nmh/nmh/ChangeLog,v
retrieving revision 1.163
retrieving revision 1.163.2.1
diff -C2 -d -r1.163 -r1.163.2.1
*** ChangeLog   17 Mar 2001 11:28:27 -0000      1.163
--- ChangeLog   24 Oct 2003 20:14:46 -0000      1.163.2.1
***************
*** 1,2 ****
--- 1,43 ----
+ 2003-9-30  Glenn Burkhardt <address@hidden>
+       * Fix 'pick' so handling of options "-list" and "-seq" are
+       independent.
+       * Fix 'inc' realloc error when bringing in more than 100 msgs
+       to empty folder.
+       * Patches submitted by Nick Rusnov from Debian archive applied:
+ 
+       Debian Bug#
+          136976 - Handle binary content messages
+          143427 - mh-format.man typo
+          144098 - 'spost; should have same behavior as 'post'
+                   w.r.t. mts.conf masquerade line
+          149745 - slocal ignores 'N' result of previous command
+          152728 - increase SMTP timeouts to conform to RFC 1123
+                   The timeouts suggested by the RFC seem long
+                   to me - but the RFC is still listed as active.
+          181867 - typo for nmh.man
+       
+ 2003-08-10  Jeffrey C Honig  <address@hidden>
+ 
+       * Fix problem where parsing of address/date fields in fmt_compile
+       is optimized to the first instance.  The first instance may be in
+       contitional code which will result in cached data to
+       be used.  Instead, convert c_flags to a flags field from a boolean
+       and parse on the first use.
+       * Remove some unused flag bits.
+ 
+ Fri Jul 01 22:02:00 2003 Glenn Burkhardt <address@hidden>
+ 
+       * Applied fixes for configuration problems with Solaris and
+         systems with gdbm instead of db1 (includes bug #2024)
+       * Fixes for bugs 
+         #578  - repl leaks umask 
+         #1393 - sortm core dumps 
+         #1650 - msh leaks file descriptors
+         #1730 - Double free() in mhfree.c:free_encoding()
+         #3356 - In-Reply-To header in default replcomps should be 
+                 RFC2822 compliant 
+       * Revised man page for mh-format (bug #2031)
+       * New replcomps, etc, with Fcc: +outbox in default versions
+       
  Sat Mar 17 03:18:15 2001 Dan Harkless <address@hidden>
  

Index: DATE
===================================================================
RCS file: /cvsroot/nmh/nmh/DATE,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -d -r1.1.2.2 -r1.1.2.3
*** DATE        5 Sep 2003 21:10:38 -0000       1.1.2.2
--- DATE        24 Oct 2003 20:14:46 -0000      1.1.2.3
***************
*** 1 ****
!  5 September 2003
--- 1 ----
! 24 October 2003





reply via email to

[Prev in Thread] Current Thread [Next in Thread]