]> 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>
Mon, 8 Mar 2010 22:43:56 +0000 (14:43 -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 e99f2f19b62d08724de20f97bddbf40b75ee905b..e017455e5b00228399328ae326840ec46a88b6fb 100644 (file)
@@ -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.
index 8a80621b795e60f0d7d93d6d92ebea99cf0563db..fc41a20bad9b17aa14868703faba7abb99a3577b 100755 (executable)
@@ -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