]> granicus.if.org Git - uw-imap/commitdiff
add files for 2011-07-23T00:20:21Z master imap-2007f
authorUnknown <>
Sat, 23 Jul 2011 00:20:21 +0000 (00:20 +0000)
committerNathan Wagner <nw@hydaspes.if.org>
Fri, 7 Sep 2018 00:10:01 +0000 (00:10 +0000)
Makefile
docs/RELNOTES

index e6e4987839aaf4f99b4353e5f01b6bc0ec0e3876..5fcf1dd9ac63291e65b3059fc0bf7b930b29301a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -37,6 +37,7 @@
 # The following ports are bundled:
 # a32  AIX 3.2 for RS/6000
 # a41  AIX 4.1 for RS/6000
+# a52  Attempt at AIX 5.2
 # aix  AIX/370 (not RS/6000!!)
 # ami  AmigaDOS
 # am2  AmigaDOS with a 68020+
@@ -306,7 +307,7 @@ SPECIALS:
 
 # Note on SCO you may have to set LN to "ln".
 
-a32 a41 aix bs3 bsi d-g d54 do4 drs epx ga4 gas gh9 ghp ghs go5 gsc gsg gso gul h11 hpp hpx lnp lyn mct mnt nec nto nxt nx3 osf os4 ptx qnx sc5 sco sgi sg6 shp sl4 sl5 slx snx soc sol sos uw2: an
+a32 a41 a52 aix bs3 bsi d-g d54 do4 drs epx ga4 gas gh9 ghp ghs go5 gsc gsg gso gul h11 hpp hpx lnp lyn mct mnt nec nto nxt nx3 osf os4 ptx qnx sc5 sco sgi sg6 shp sl4 sl5 slx snx soc sol sos uw2: an
        $(BUILD) BUILDTYPE=$@
 
 # If you use sv4, you may find that it works to move it to use the an process.
index 5cfd91323428c0e5de1b2ed770d8ed3f471a2231..db18b67112e98d341aa8cba0e0dad45c04968e6c 100644 (file)
  * ========================================================================
  */
 
+Updated: 22 July 2011
+
+imap-2007f fixes a couple bugs.
+Fix for RFC 4959 Initial Client Response auth failures noted first by
+  MacOSX Lion Mail users.
+Adjust tcp_open.c:tcp_socket_open to make it a little more useful by adding
+  a write file descriptor test to the select in the case that the open
+  timeout is set.
+In osdep/unix/env_unix.c:create_path there was a printf that should have
+  been an sprintf. Doesn't matter on modern systems.
+
 Updated: 16 December 2008
 
 imap-2007e is a maintenance release, consisting primarily of bugfixes to