From 3f2aa2d06a60dea45b403694fe532d6963fa216d Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Mon, 8 Mar 2010 14:18:05 -0800 Subject: [PATCH] Initial changelog for 1.4.12~pre4 Add upstream change list since the deltas that I pulled up. Switch the download area over to the candidate releases. (1.4.12 will probably be released before this package is uploaded, but we'll pull 1.4.12~pre4 first to get the packaging updated.) --- debian/changelog | 15 ++++++++++++++- debian/rules | 2 +- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index a54f1d1ff..a5a540593 100644 --- a/debian/changelog +++ b/debian/changelog @@ -31,8 +31,21 @@ openafs (1.5.69+dfsg-1) UNRELEASED; urgency=low -- Russ Allbery Fri, 21 Aug 2009 22:19:03 -0700 -openafs (1.4.11+dfsg-7) UNRELEASED; urgency=low +openafs (1.4.12~pre4+dfsg-1) UNRELEASED; urgency=low + * New upstream release candidate. + - Enable weak encryption types in aklog and klog.krb5. + - Build support for Linux 2.6.33. + - Improvements to host tracking safety in the file server. + - Fall back to current kernel credentials if we can't use stored ones. + - Fix truncation handling in some large file situations. + - Further fixes to mmap handling. + - Avoid double-free in some FetchData64 error situations. + - Stop warning about system call hooks when keyrings are in use. + - Flush vcaches when a mount fails to avoid inconsistent data. + - New dump tag and length standard for vos dump. + - Fix stack executability for programs containing assembly code. + - Various salvager robustness fixes. * Update init script to require $remote_fs be started first. This won't be the case in the long run, but for now some important boot-time options need /usr/bin/fs to set them. diff --git a/debian/rules b/debian/rules index c678f6f9d..7808f5472 100755 --- a/debian/rules +++ b/debian/rules @@ -57,7 +57,7 @@ IGNORE += -Xpam_afs DEBVERS := $(shell dpkg-parsechangelog | grep ^Version: | cut -d' ' -f2 \ | cut -d- -f1) VERSION := $(shell echo '$(DEBVERS)' | sed -e 's/[+-].*//' -e 's/~//g') -UPSTREAM = /afs/grand.central.org/software/openafs/$(VERSION) +UPSTREAM = /afs/grand.central.org/software/openafs/candidate/$(VERSION) # Download the upstream source, merge in the doc tarball, and do the # repackaging that we have to do for DFSG reasons. This assumes AFS is -- 2.39.5