mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 05:27:44 +00:00
Make OpenAFS 1.8.9
Update version strings for the 1.8.9 release, and add the finishing touch to NEWS. Change-Id: I8185cc177c1150d29d802df522e3b161dac7d75e Reviewed-on: https://gerrit.openafs.org/15215 Reviewed-by: Michael Meffie <mmeffie@sinenomine.net> Reviewed-by: Cheyenne Wills <cwills@sinenomine.net> Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
This commit is contained in:
parent
0ad4c50f91
commit
6cb9320825
8
NEWS
8
NEWS
@ -1,6 +1,6 @@
|
||||
User-Visible OpenAFS Changes
|
||||
|
||||
OpenAFS 1.8.9 (in progress)
|
||||
OpenAFS 1.8.9
|
||||
|
||||
All platforms
|
||||
|
||||
@ -26,6 +26,12 @@ OpenAFS 1.8.9 (in progress)
|
||||
unnecessary several second delays in some cases during database
|
||||
quorum processing (14815)
|
||||
|
||||
* Detect invalid (negative) inputs to FetchData RPCs and reject them
|
||||
early. The previous behavior only detected the error when actually
|
||||
attempting to read from storage, which resulted in the volume being
|
||||
taken offline since errors were assumed to originate from the
|
||||
underlying storage (15224)
|
||||
|
||||
All UNIX/Linux client platforms
|
||||
|
||||
* Do not perform DNS SRV/AFSDB record queries when running "fs
|
||||
|
@ -4,7 +4,7 @@ AC_CONFIG_AUX_DIR([build-tools])
|
||||
AC_CONFIG_SRCDIR([src/libafs/Makefile.common.in])
|
||||
|
||||
AC_CONFIG_HEADERS([src/config/afsconfig.h])
|
||||
MACOS_VERSION=1.8.9fc2
|
||||
MACOS_VERSION=1.8.9
|
||||
|
||||
AC_SUBST([MACOS_VERSION])
|
||||
|
||||
|
@ -5,7 +5,7 @@ AC_CONFIG_MACRO_DIR([src/cf])
|
||||
AC_CONFIG_SRCDIR([src/config/stds.h])
|
||||
|
||||
AC_CONFIG_HEADERS([src/config/afsconfig.h])
|
||||
MACOS_VERSION=1.8.9fc2
|
||||
MACOS_VERSION=1.8.9
|
||||
|
||||
AC_SUBST([MACOS_VERSION])
|
||||
|
||||
|
@ -88,7 +88,7 @@ AFSPRODUCT_VER_MAJOR=1
|
||||
AFSPRODUCT_VER_MINOR=8
|
||||
!ENDIF
|
||||
!IF !DEFINED(AFSPRODUCT_VER_PATCH)
|
||||
AFSPRODUCT_VER_PATCH=0901
|
||||
AFSPRODUCT_VER_PATCH=0902
|
||||
!ENDIF
|
||||
!IF !DEFINED(AFSPRODUCT_VER_BUILD)
|
||||
AFSPRODUCT_VER_BUILD=0
|
||||
|
@ -88,7 +88,7 @@ AFSPRODUCT_VER_MAJOR=1
|
||||
AFSPRODUCT_VER_MINOR=8
|
||||
!ENDIF
|
||||
!IF !DEFINED(AFSPRODUCT_VER_PATCH)
|
||||
AFSPRODUCT_VER_PATCH=0901
|
||||
AFSPRODUCT_VER_PATCH=0902
|
||||
!ENDIF
|
||||
!IF !DEFINED(AFSPRODUCT_VER_BUILD)
|
||||
AFSPRODUCT_VER_BUILD=0
|
||||
|
@ -92,7 +92,7 @@ AFSPRODUCT_VER_MAJOR=1
|
||||
AFSPRODUCT_VER_MINOR=8
|
||||
!ENDIF
|
||||
!IF !DEFINED(AFSPRODUCT_VER_PATCH)
|
||||
AFSPRODUCT_VER_PATCH=0901
|
||||
AFSPRODUCT_VER_PATCH=0902
|
||||
!ENDIF
|
||||
!IF !DEFINED(AFSPRODUCT_VER_BUILD)
|
||||
AFSPRODUCT_VER_BUILD=0
|
||||
|
Loading…
x
Reference in New Issue
Block a user