From e1fd1f60d37bdb37e79883045caf17b7ecbd07ba Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Sun, 31 Jan 2010 23:27:32 -0500 Subject: [PATCH] Windows: ChangeLog and Version Number for 1.5.71 Change-Id: I0969e2b3fcff98489aef1b0e660ef12149a4b96c Reviewed-on: http://gerrit.openafs.org/1184 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- doc/txt/winnotes/afs-changes-since-1.2.txt | 15 +++++++++++++++ src/config/NTMakefile.amd64_w2k | 2 +- src/config/NTMakefile.i386_nt40 | 2 +- src/config/NTMakefile.i386_w2k | 2 +- 4 files changed, 18 insertions(+), 3 deletions(-) diff --git a/doc/txt/winnotes/afs-changes-since-1.2.txt b/doc/txt/winnotes/afs-changes-since-1.2.txt index 985849a49..783619714 100644 --- a/doc/txt/winnotes/afs-changes-since-1.2.txt +++ b/doc/txt/winnotes/afs-changes-since-1.2.txt @@ -1,3 +1,18 @@ +Since 1.5.70 + + * Avoid a potential Freelance deadlock during initial execution + of afsd_service.exe if the old ini file data has to be + imported. + + * Three rx library corrections. (1) Idle data connection + processing could timeout if the send window filled and + took longer than the idle data timeout period for the + transmit window to re-open. (2) The transmit queue + could be emptied prematurely. A required check for the + queue being in use was forgotten. (3) The function that + is supposed to implement a wait for the transmit queue + to cease being busy failed to wait. + Since 1.5.69 * Restore use of DNS AFSDB and SRV records which were unintentionally disabled in 1.5.69 diff --git a/src/config/NTMakefile.amd64_w2k b/src/config/NTMakefile.amd64_w2k index e07321aad..1de2348d6 100644 --- a/src/config/NTMakefile.amd64_w2k +++ b/src/config/NTMakefile.amd64_w2k @@ -89,7 +89,7 @@ AFSPRODUCT_VER_MAJOR=1 AFSPRODUCT_VER_MINOR=5 !ENDIF !IF !DEFINED(AFSPRODUCT_VER_PATCH) -AFSPRODUCT_VER_PATCH=7000 +AFSPRODUCT_VER_PATCH=7100 !ENDIF !IF !DEFINED(AFSPRODUCT_VER_BUILD) AFSPRODUCT_VER_BUILD=0 diff --git a/src/config/NTMakefile.i386_nt40 b/src/config/NTMakefile.i386_nt40 index 399c8fc86..f38e1774b 100644 --- a/src/config/NTMakefile.i386_nt40 +++ b/src/config/NTMakefile.i386_nt40 @@ -89,7 +89,7 @@ AFSPRODUCT_VER_MAJOR=1 AFSPRODUCT_VER_MINOR=5 !ENDIF !IF !DEFINED(AFSPRODUCT_VER_PATCH) -AFSPRODUCT_VER_PATCH=7000 +AFSPRODUCT_VER_PATCH=7100 !ENDIF !IF !DEFINED(AFSPRODUCT_VER_BUILD) AFSPRODUCT_VER_BUILD=0 diff --git a/src/config/NTMakefile.i386_w2k b/src/config/NTMakefile.i386_w2k index bf44f41cd..702a94cee 100644 --- a/src/config/NTMakefile.i386_w2k +++ b/src/config/NTMakefile.i386_w2k @@ -93,7 +93,7 @@ AFSPRODUCT_VER_MAJOR=1 AFSPRODUCT_VER_MINOR=5 !ENDIF !IF !DEFINED(AFSPRODUCT_VER_PATCH) -AFSPRODUCT_VER_PATCH=7000 +AFSPRODUCT_VER_PATCH=7100 !ENDIF !IF !DEFINED(AFSPRODUCT_VER_BUILD) AFSPRODUCT_VER_BUILD=0 -- 2.39.5