From 0ed0957047ee85f95b2fae42fcf8705eaa41f400 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 e99f2f19b..e017455e5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,18 @@ -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 8a80621b7..fc41a20ba 100755 --- a/debian/rules +++ b/debian/rules @@ -60,7 +60,7 @@ IGNORE += -Xknfs -Xrmtsysd 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