]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Initial changelog for 1.4.12~pre4
authorRuss Allbery <rra@debian.org>
Mon, 8 Mar 2010 22:18:05 +0000 (14:18 -0800)
committerRuss Allbery <rra@debian.org>
Tue, 9 Mar 2010 02:27:41 +0000 (18:27 -0800)
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
debian/rules

index a54f1d1ff3f819a59111dabc20ecc511edb5ed15..a5a540593aeacd88c59882c9d81dfc961738b14b 100644 (file)
@@ -31,8 +31,21 @@ openafs (1.5.69+dfsg-1) UNRELEASED; urgency=low
 
  -- Russ Allbery <rra@debian.org>  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.
index c678f6f9d53d65334c881e72fb8125bb9f6dbb94..7808f5472dede32c0eafdd2613f9f8bfdd5b6aaf 100755 (executable)
@@ -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