Finalize changes for 1.6.1-2
[pkg-k5-afs_openafs.git] / debian / changelog
blob64c496bbea185d757d47178bf4d05304cc136615
1 openafs (1.6.1-2) unstable; urgency=low
3   * Translation updates:
4     - Fix German translation encoding.  Thanks, Christian PERRIER.
5       (Closes: #678736)
6     - Italian, thanks Beatrice Torracca.  (Closes: #671640)
8  -- Russ Allbery <rra@debian.org>  Tue, 21 Aug 2012 17:11:58 -0700
10 openafs (1.6.1-1) unstable; urgency=low
12   * New upstream release.
13     - Do not ignore all InlineBulkStatus errors in file server.
14     - Support for Linux 3.3 and 3.4.
15     - Fix incorrect kernel error handling in afs_notify_change.
16     - Fix locking around RXS_PreparePacket.
18  -- Russ Allbery <rra@debian.org>  Wed, 28 Mar 2012 17:25:05 -0700
20 openafs (1.6.1~pre4-1) unstable; urgency=low
22   * New upstream prerelease.
23     - Always retry busy rx calls and retriable actions.
24     - Do not abort the salvager on large volume IDs.
25     - Ensure one NAT ping connection per srvAddr.
26     - Improvements to the file server address tracking.
27     - Improve locking in the host table in the file server.
28     - Avoid discrepancy between lastBusy and PEER_BUSY.
29     - Allow a null host for callback breaks.
30     - Fix probing for noop_fsync in the Linux kernel.
31     - Fix handling of expired locks in the file server.
32     - Reset blacklisted servers on a hard-mount retry.
33   * Update debhelper compatibility level to V9.
34   * Update standards version to 3.9.3 (no changes required).
36  -- Russ Allbery <rra@debian.org>  Thu, 08 Mar 2012 18:24:53 -0800
38 openafs (1.6.1~pre2-1) unstable; urgency=low
40   * New upstream prerelease.
41     - Disable server-side Rx keepalive during disk I/O.
42     - Avoid timing out on non-kernel busy Rx channels.
43     - Add separate client connection pool for replicated volumes.
44     - Remove SYNC client disable behavior on some error patterns.
45     - Correctly test for the end of the Rx call queue.
46     - Fix cleanup of special inodes on the server.
47     - Provide a public Rx function for toggling keepalive.
48     - Fix connection management in the client checkserver loop.
49     - Discard cached state in the client when unsure of validity.
50     - Fix thread safety of free inode management with demand-attach.
51     - Fix xstat handling of time values on 64-bit platforms.
52     - Increase the idledead time.
53     - Fix return status of fsync on a directory.
54   * Fix afs-newcell's creation of the file server process to pass
55     -localauth.  This was broken when demand-attach support was
56     added.  Thanks, Florian Hatat.  (Closes: #652973)
57   * Fix afs-newcell's unwind of file server process creation.  Thanks,
58     Davor.  (Closes: #655136)
59   * Description typo, thanks Jonas Smedegaard.  (Closes: #657933)
60   * Translation updates:
61     - Danish, thanks Joe Hansen.  (Closes: #654933)
63  -- Russ Allbery <rra@debian.org>  Wed, 08 Feb 2012 14:30:07 -0800
65 openafs (1.6.1~pre1-1) unstable; urgency=low
67   * New upstream prerelease.
68     - Install new afsio utility.
69     - Fixes performance issues in both the client and the server.
70     - Rate-limit waiting for volume messages in kernel logs.
71     - Avoid a possible memory allocation issue in ticket data management.
72     - Disable MTU discovery.
73     - Reduce the quantity of NAT pings sent by the client.
74     - Various fixes for demand-attach file servers.
75     - Fix volume lock violations.
76     - Report the bosserver -rxbind address in a file.
77     - Revert process group changes on keyring failure.
78     - Various fixes for the salvager.
80  -- Russ Allbery <rra@debian.org>  Tue, 20 Dec 2011 13:51:57 -0800
82 openafs (1.6.0-3) unstable; urgency=low
84   * Apply upstream deltas to fix file corruption issue in file server:
85     - [c73b6644] viced: disable accelerated copyonwrite
86     - [4e05bc3b] remove CopyOnWrite2 and unused vars
88  -- Russ Allbery <rra@debian.org>  Wed, 07 Dec 2011 18:47:48 -0800
90 openafs (1.6.0-2) unstable; urgency=low
92   * Apply upstream deltas for Linux 3.1 and 3.2 (Closes: #649765):
93     - [f129142] Linux: 3.1: update RCU path walking detection in
94       permission i_op (Closes: #649996)
95     - [7f55b45] Linux: d_delete now takes a const argument
96     - [737a280] Linux: 3.2: Use set_nlink to update i_nlink
97     - [364fad6] Linux: 3.1: adapt to fsync changes
98     - [032736b] Linux: make sure backing_dev_info is zeroed
99   * Add support for armhf.  Patch from Konstantinos Margaritis.
100     (Closes: #645395)
102  -- Russ Allbery <rra@debian.org>  Mon, 28 Nov 2011 17:53:45 -0800
104 openafs (1.6.0-1) unstable; urgency=low
106   * New upstream stable release.
107     - Rx NAT pings are not enabled until peer has answered
108     - Numerous fixes to command argument parsing
109     - Avoid crashing on host table exhaustion and defer clients instead
110     - Rx connection reference counting is enabled
111     - An Rx connection reference count leak is fixed in bulkstat
112     - Handle unparsable directory objects
113     - Handle Kerberos credential cache errors in aklog
114   * Generate stub header files that include the actual system header when
115     building libuafs instead of symlinking h to the appropriate directory.
116     Fixes build failures now that Debian has switched to multiarch and
117     moved some of the system headers.  (Closes: #639063, LP #831287)
118   * Fix another Doxygen call to generate a configuration file, and remove
119     the generated configuration files after Doxygen runs.
120   * Update CellServDB to the 2011-08-14 release.
122  -- Russ Allbery <rra@debian.org>  Thu, 01 Sep 2011 18:43:02 -0700
124 openafs (1.6.0~pre7-2) unstable; urgency=low
126   * Force use of dblatex to build the manual, even if docbook2pdf is
127     available, since the latter dies with errors about TeX capacity.
128     (Closes: #635306)
129   * Fix generation of protocol documentation from Doxygen headers.
130     Doxygen cannot be called directly on header files and needs a
131     configuration file to be generated first.  Thanks, Anders Kaseorg.
132   * Add another dummy rule for ./debian/rules to the kernel module rules
133     file to fix another variation of make-kpkg breakage.
135  -- Russ Allbery <rra@debian.org>  Sun, 24 Jul 2011 16:45:28 -0700
137 openafs (1.6.0~pre7-1) unstable; urgency=low
139   * New upstream prerelease.
140     - Substantial Rx updates to correct erroneous behavior
141     - Salvager tries harder to detect linktable issues
142     - Additional documentation
143     - xstat tools now cope with differing timeval structures between
144       endpoints
145     - Don't attach volumes with special status set in demand attach
146     - Treat Linux 3.0 as Linux 2.6 for sysname purposes
147   * Update README.source for a few changes in procedures and source
148     package format.
149   * Reapply the removal of the Doxygen-generated copy of jquery, since
150     this apparently wasn't as fixed as had been advertised.  However, make
151     it conditional on the existence of the jquery.js script, so we should
152     hopefully only fix this where necessary.
154  -- Russ Allbery <rra@debian.org>  Wed, 20 Jul 2011 13:04:07 -0700
156 openafs (1.6.0~pre6-2) unstable; urgency=medium
158   * Urgency set to medium since 1.6.0~pre6-1 has been in unstable for some
159     time, blocked only by the armel build problem, and 1.6.0~pre4-1 in
160     testing has serious bugs.
161   * Revert the removal of Doxygen's jquery copy.  This has now been fixed
162     in the Doxygen package.
163   * Disable optimization on armel to work around #630746.
165  -- Russ Allbery <rra@debian.org>  Wed, 13 Jul 2011 14:05:26 -0700
167 openafs (1.6.0~pre6-1) unstable; urgency=low
169   * New upstream prerelease.
170     - Don't do unnecessary page invalidation with directories.
171     - Flush vcaches in afs_shutdown for better callback givebacks.
172     - Fix the vnode type for dynroot FIDs.
173     - Fix volinfo -filenames.
174     - Fall back to afs3-vlserver for SRV records for afs3-prserver.
175     - Fix a client locking issue on ICBS that could deadlock.
176     - Fix callback state handling with demand-attach when salvaged.
177     - Fix reference leak in GetCapabilities.
178     - Document DNS SRV record usage in afsd man page.
179   * Add a dummy debian/rules rule in the kernel module rules file to fix
180     builds with make-kpkg.  (Closes: #622260)
181   * Remove and symlink the copies of jquery generated by Doxygen and add a
182     Recommends on libjs-jquery for openafs-doc.
184  -- Russ Allbery <rra@debian.org>  Thu, 16 Jun 2011 09:07:30 -0700
186 openafs (1.6.0~pre5-2) unstable; urgency=low
188   * Apply upstream patch from http://gerrit.openafs.org/#change,4656 for
189     correct reading of files larger than the chunk size.
190   * Use dpkg-buildflags to get the default values of CFLAGS, CPPFLAGS, and
191     LDFLAGS.  Upstream does not entirely honor these yet, but we're
192     getting closer.
193   * Update to standards version 3.9.2 (no changes required).
195  -- Russ Allbery <rra@debian.org>  Sun, 15 May 2011 00:29:14 -0700
197 openafs (1.6.0~pre5-1) unstable; urgency=low
199   * New upstream prerelease.
200     - Avoid downward vcache pressure when entries are free.
201     - Avoid client to fileserver deadlock during callback giveup.
202     - Improve calculation of when to flush vcaches.
203     - Don't read pages beyond the cache EOF.
204     - Improve file server reference counting, locking, and logging.
205     - Rename the OpenAFS com_err library to avoid conflicts.
206     - Restrict the number of CBRs allocated at once.
207     - Permit importing of -md5 and -md4 keys with asetkey.
208     - Fix token return in aklog with 524 conversion.
209   * Apply upstream patch from http://gerrit.openafs.org/#change,4654 to
210     fix a configure problem detecting Linux kernel properties, leading to
211     a lockup on 2.6.38 kernels.
212   * Update import-upstream and README.source for moving 1.6 from the
213     experimental and upstream-1.5 branches to the master and upstream
214     branches.
215   * Change to Debian source format 3.0 (quilt).  Force a single Debian
216     patch for simplicity since the packaging is maintained in Git using
217     branches, and include a patch header explaining why.
218   
219  -- Russ Allbery <rra@debian.org>  Sat, 14 May 2011 11:52:40 -0700
221 openafs (1.6.0~pre4-1) unstable; urgency=low
223   * Upload to unstable.
224   * New upstream prerelease.
225     - Fix file descriptor leak in the file server that could result in
226       corrupted files.
227     - Properly support large volume numbers.
228     - Document current client setuid behavior.  (Closes: #612608)
229     - Allow salvager to be run manually with demand-attach servers.
230     - Properly report setpag() errors.
231   * Apply upstream deltas:
232     - [1e322b88] Linux: 2.6.39: deal with BKL removal
233     - [a8aa6f42] Linux: 2.6.39: replace path_lookup with kern_path
234   * Declare optional dependencies in the openafs-client init script on
235     openafs-fileserver so that, if the same host is running both a
236     fileserver and a client, the fileserver starts before and stops after
237     the client.
239  -- Russ Allbery <rra@debian.org>  Thu, 31 Mar 2011 15:00:04 -0700
241 openafs (1.6.0~pre3-1) experimental; urgency=low
243   * New upstream prerelease.
244     - Revert UUID support in vos.
245     - pt_util fixed to properly create new database.
246     - MTU discovery now properly shut down on call reset.
247     - FUSE client support fixed for non-/afs mounts.
248     - A deleted volume can now be recreated properly.
249     - Callbacks are again not broken during whole partition salvages.
250     - Positional vectored IO fixed.
251     - Fileserver per-client thread usage again properly enforced.
252     - Anonymous dropbox support improved and drawbacks documented.
253     - Ensure vnodes are not reallocated while in use for demand-attach.
254     - Perform vcache eviction via a fast path before visiting vcaches
255       where sleep is needed.
256   * Apply upstream deltas:
257     - [17b48f99] Add missing semicolon (Closes: #618496)
258     - [ee2811b0] viced: Allow checkout of VOL_STATE_DELETED volumes
260  -- Russ Allbery <rra@debian.org>  Tue, 22 Mar 2011 05:07:22 -0700
262 openafs (1.6.0~pre2-1) experimental; urgency=low
264   * New upstream prerelease.
265     - Avoid spurious Rx connection timeouts.
266     - Do not retry Rx calls on channels returning busy errors.
267     - Fix double-free error in the vos command-line utility.
268     - Properly enable Rx connection hard timeouts.
269     - Fix lock initialization in Rx.
270     - Check for /afs existence before starting unless -nomount given.
271     - Fix panic when using /afs/.:mount syntax.
272     - Avoid a panic in memcache mode due to missing CellItems file.
273     - Attempt to recover more quickly from timed-out volume releases.
274     - Improve speed of volume removal.
275     - Improve CPU utilization during demand-attach volume attachment.
276     - Fix various error handling problems.
277     - Linux 2.6.38 support.
278     - Improve correctness and performance in cache bypass mode.
279     - Avoid extra runs of the vcache freeing routine.
280   * In README.modules, document the need to install the Linux headers
281     package in the DKMS instructions and the need for module-assistant
282     clean openafs in the module-assitant instructions.  (Closes: #606235)
284  -- Russ Allbery <rra@debian.org>  Thu, 03 Mar 2011 17:49:27 -0800
286 openafs (1.6.0~pre1-1) experimental; urgency=low
288   * New upstream prerelease.
289     - Rx performance improvements.
290     - Correct byte order handling of port in SRV record lookups.
291     - More robust vos release to sites previously marked "don't use."
292     - vos properly matches sites with multihomed servers.
293     - Fix ptserver supergroups support on 64-bit platforms.
294     - Bug fixes for demand-attach salvaging.
295     - Avoid potential crash when attaching a volume fails.
296     - Properly hold the host lock during host enumeration in fileserver.
297     - Use larger I/O sizes in memcache to improve performance.
298     - Avoid potential alignment issues in pioctl calls.
299     - Servers now marked down when GetCapabilities returns an error.
300     - Avoid blocking xvcache lock when freeing in-use vcaches.
301     - In-use vcache count now properly tracked.
302     - Properly configure LWP to use ucontext on appropriate platforms.
303     - Eliminate spurious AFS system call errors.
304     - Linux 2.6.37 support.
305   * Apply upstream deltas:
306     - [4a3e5291] Update NEWS for 1.5.78 and 1.6.0pre1
307   * In the openafs-client init script, don't attempt to stop or restart
308     the AFS client if module loading is disabled.  Stopping afsd without
309     unloading the module would leave the system in an inconsistent state.
310   * Add $named to Should-Start in the openafs-client init script since the
311     client may do DNS lookups for the VLDB and file servers during startup
312     in some situations.  (Closes: #586226)
313   * Drop --enable-reduced-depends for right now.  aklog doesn't deal with
314     it correctly.
315   * Now that upstream has renamed compile_et to afs_compile_et, include it
316     in libopenafs-dev.
317   * Update CellServDB to the 2010-12-13 version.
319  -- Russ Allbery <rra@debian.org>  Wed, 29 Dec 2010 12:27:59 -0800
321 openafs (1.5.77-2) experimental; urgency=low
323   * Apply upstream deltas:
324     - [ca2a7363] libuafs: Don't #define user (fixes armel build)
325     - [f7f366d0] Link dafssync-debug(8) to fssync-debug(8)
326     - [a2cf6b8d] Fix POD errors in fileserver and dasalvager
327     - [e36b4e00] Update bos create man page for new demand-attach
328   * Add backslashes to the DKMS command, which will be required once DKMS
329     uses proper shell quoting.
330   * In openafs-modules-source, use /lib/modules/`uname -r`/build as the
331     default path to the kernel headers rather than /usr/src/linux.
332     Current kernel header packages will create an appropriate symlink
333     there.  This default is only used when neither module-assistant nor
334     kernel-package are used.
335   * In the openafs-client init script, stop looking for openafs.o; Debian
336     hasn't supported 2.4 kernels for quite some time.  Remove all the $MP
337     handling since we force a module name of openafs.ko using
338     --with-linux-kernel-packaging.
340  -- Russ Allbery <rra@debian.org>  Fri, 24 Sep 2010 21:37:03 -0700
342 openafs (1.5.77-1) experimental; urgency=low
344   * Apply upstream deltas:
345     - [7594331c] Add NEWS entries for OpenAFS 1.5.77 and 1.5.76
346   * New upstream testing release.
347     - Demand-attach servers are now always built and installed under
348       separate names (dafileserver, davolserver, dasalvager).  This means
349       that the default names are no longer demand-attach, which means that
350       upgrades from previous experimental versions will fail (but upgrades
351       from non-experimental versions will be much cleaner).
352     - Linux 2.6.36 support and improved freezer interface support.
353     - More robust path MTU detection.
354     - Return VNOVOL from fileserver when a volume is deleted.
355     - Improve handling of some corruption in the salvager.
356     - Relax too-strict checks in ptserver on foreign names.
357     - Better reporting of failures during volume attach.
358     - Better fileserver handling of host hash collisions.
359     - Fix statistics reporting in RXAFS_GetStatistics64.
360     - Improved disconnected mode reference tracking.
361     - Avoid a kernel panic during vcache contention.
362     - Fix potential kernel panic during bulkstatus.
363     - Better vos dry-run mode for syncvldb and syncserv.
364     - Fix s390x kernel build support.
365   * Update afs-newcell and README.servers to recommend using the
366     demand-attach fileserver binaries and dafs bos type.
367   * Force disabling of Linux syscall probing in kernel module builds.
368   * Remove obsolete --enable-demand-attach-fs and --enable-disconnected
369     configure flags.  These are now unconditional upstream.
370   * The openafs-fileserver init script now depends on $named since
371     apparently the volserver requires DNS during startup.  Thanks, Jaap
372     Winius.  (Closes: #589783)
373   * Use dpkg --print-architecture, not --print-installation-architecture,
374     in the openafs-fileserver config script.  The latter is deprecated.
375     Thanks, Peter Palfrader.  (Closes: #594488)
376   * Add a dependency on libc6-dev to openafs-modules-dkms.  dkms doesn't
377     depend on it because most kernel modules don't need it, but openafs
378     builds userspace helper programs.  Thanks, Peter Palfrader.
379   * Fix the sample CellServDB entry printed by afs-newcell if the cell
380     isn't found in /etc/openafs/CellServDB to include the correct server
381     syntax.  Thanks, Peter Palfrader.
382   * Run the DKMS build commands in a subshell to work around a DKMS bug
383     that caused the module build logs to be discarded.  (LP: #593509)
384   * Add a status command to the openafs-fileserver init script.
385   * Update to debhelper compatibility level V8.
386     - Rewrite debian/rules to use dh and overrides.
387     - Use dh_installdocs --link-doc to handle linked doc directories.
388     - Rewrite debian/module/rules to use dh and overrides.
389     - Bump -source package dependency and compat to debhelper 8.
390   * Add ${perl:Depends} to openafs-modules-dkms and perl to the
391     dependencies of openafs-modules-source, since Perl is used as part of
392     the module build system now.
393   * Remove bison and flex dependencies for the module build packages.  We
394     now ship the results of rxgen, so don't need all the tools required to
395     build the full source tree.
396   * Update standards version to 3.9.1 (no changes required).
398  -- Russ Allbery <rra@debian.org>  Tue, 21 Sep 2010 17:59:42 -0700
400 openafs (1.5.75-2) experimental; urgency=low
402   * Apply upstream deltas:
403     - [57d727da] Link libafsauthent with -lresolv if required
404     - [c3fc948e] Check for crypt in external library
405     - [a1351d48] Fix ktime test on 64-bit systems
406   * Use --after instead of --remaining in binary-indep to avoid running
407     dh_auto_install and doing the installation process again.
409  -- Russ Allbery <rra@debian.org>  Wed, 14 Jul 2010 12:05:12 -0700
411 openafs (1.5.75-1) experimental; urgency=low
413   * New upstream testing release.
414     - Path MTU discovery for networks with bad fragmentation.
415     - New -human flag for human-readable units in some fs commands.
416     - Provide reasons for locked volumes in vos when known.
417     - Improvements to Rx ping and NAT handling.
418     - Improvements to the userspace AFS client.
419     - Substantial updates to the Administrator's Guide.
420     - Various bug fixes and improvements to the file server.
421     - Force core file generation in bosserver.
422     - Improve vlclient and vldb_check.
423     - Avoid volume corruption on creation if files were left over from a
424       previous failed cleanup.
425     - Do not tie up fileserver threads with volumes being taken offline.
426     - Break origin's callback on the target of a rename operation.
427     - Do not open /dev/console in the fileserver.  (Closes: #582111)
428     - Avoid unneeded sync() calls in the fileserver.
429     - Update client disk cache version.
430     - Parallelization improvements in lock management in the client.
431     - New -dynroot-sparse mode for afsd to not show all cells in the
432       CellServDB until that cell is needed.
433     - Fix aklog crash with linked cell handling.
434     - Fix fs getserverprefs -vlservers with default CellServDB list.
435     - Report server address when logging warnings.
436     - Avoid panic in GetCapabilities with an unknown cell.
437     - Report process name and ID for advisory lock warnings when
438       possible.
439     - Flush pending changes to server when releasing file locks.
440     - Various other client bug fixes on error handling and callbacks.
441     - Disable syscall probes when keyrings are supported.
442     - Use filehandles for all Linux 2.6 versions to avoid
443       incompatibilities with mismatched afsds.
444     - Update Linux kernel support for 2.6.35.
445     - The stripped source tree generated for kernel module builds is now
446       truly architecture-independent and can build on i386 for amd64
447       kernels (for example).  (Closes: #518270)
448     - Fix build problems on alpha.
449   * Apply upstream deltas:
450     - [bbce0515] Add NEWS entries for 1.5.75
451     - [c790e7d0] Remove a few erroneous NEWS entries for 1.5.75
452     - [9e2aba99] Fix ktime test for errors
453     - [5cc6293c] Provide man pages for more fssync-debug commands
454   * Set the OpenAFS build version to the Debian package version with
455     -debian appended so that the Debian package versions can be
456     distinguished from unmodified upstream versions.
457   * Build shared library packages for libafsauthent and libafsrpc.
458     Upstream is now more careful about the ABI.  (Closes: #433054)
459   * Explicitly link libafsauthent with -lresolv -lcrypt.  This is a
460     temporary fix for Linux that will be replaced by a better upstream fix
461     in the next release.
462   * openafs-modules-source and openafs-modules-dkms are now architecture:
463     all.  The generated kernel source is now architecture-independent.
464   * openafs-modules-source and openafs-modules-dkms now recommend an
465     appropriate version of openafs-client.
466   * Update kernel module packaging scripts:
467     - Remove selection of linux-image vs. kernel-image for kernel names.
468     - Use Breaks instead of Conflicts.
469     - Update standards version to 3.9.0.
470   * Tighten the dependencies on openafs-client in packages that symlink
471     their /usr/share/doc directories to openafs-client's to meet the
472     Policy requirements for changelog files.
473   * Remove the lpia architecture.  This was an experiment in Ubuntu that
474     has apparently been dropped.
475   * Add preliminary support for powerpcspe, mapping that architecture to
476     ppc_linux26.  The kernel build won't work unless uname -m on that
477     architecture returns ppc.
478   * Minor update to README.Debian for openafs-doc: the old IBM release
479     notes are no longer included.
480   * Remove conflicts/replaces/provides for openafs-ptutil, which was
481     ancient (removed in 2001).
482   * Install an upstream changelog file now that upstream provides one.
483   * Add a workaround in the clean target to allow the same packaging files
484     to be used by upstream, which removes changelog during distclean
485     because it's Autoconf-generated.  This workaround will not trigger
486     during a normal Debian package build.
487   * Update standards version to 3.9.0.
488     - Use Breaks instead of Conflicts where appropriate.
490  -- Russ Allbery <rra@debian.org>  Tue, 13 Jul 2010 14:46:10 -0700
492 openafs (1.5.74.1-1) experimental; urgency=low
494   * New upstream testing release.
495     - Correctly recognize cache version differences in upgrades from 1.4
496       and invalidate the old cache.
497     - Resolve symlinks in fs rmmount.
498     - Include PID in byte-range lock warning.
499   * Preserve the AFS mount point and cache directories set in
500     /etc/openafs/cacheinfo if the file already exists rather than
501     overwriting them with the defaults.  Thanks, Liam Healy.
502     (Closes: #580077)
503   * In the openafs-client init script, don't assume that AFS is mounted on
504     /afs when unmounting it or killing processes with AFS files open.
505     Instead, parse /etc/mtab to find the AFS mount point.
506   * Move the experimental afsd.fuse AFS FUSE client into openafs-fuse to
507     avoid adding a FUSE dependency in openafs-client.  Document its
508     current limitations in the package description.
510  -- Russ Allbery <rra@debian.org>  Tue, 04 May 2010 21:49:52 -0700
512 openafs (1.5.74-2) experimental; urgency=low
514   * Apply upstream deltas:
515     - [e6f6c349] Fixes and clarifications to vos setaddrs man page
516     - [d80382ef] Remove special-case call for KAM_SetPassword on s390
517   * Fix ucontext detection on ppc_linux26, hopefully fixing build failures
518     on the Debian powerpc architecture.
519   * Install afsd.fuse and a man page link for it if the FUSE client build
520     is enabled.
521   * Add build dependency on libfuse-dev and pass --enable-fuse-client to
522     configure so that the new FUSE afsd is built.  Install afsd.fuse into
523     the openafs-client package for the time being; it will move to some
524     other package before being uploaded to unstable so that openafs-client
525     doesn't keep a dependency on libfuse.  There is, as yet, no
526     documentation or init script support for the FUSE implementation.
528  -- Russ Allbery <rra@debian.org>  Tue, 20 Apr 2010 18:12:06 -0700
530 openafs (1.5.74-1) experimental; urgency=low
532   * New upstream testing release.
533     - New vos setaddrs command.
534     - Significant improvements to libuafs (user-space AFS client).
535     - Initial FUSE implementation for afsd.
536     - pts mem -supergroup and -expandgroups options.
537     - Rx lock acquisition and thread safety fixes.
538     - Fileserver capabilities support for the UNIX client.
539     - Various afsmonitor improvements.
541  -- Russ Allbery <rra@debian.org>  Mon, 19 Apr 2010 14:27:10 -0700
543 openafs (1.5.73.3-1) experimental; urgency=low
545   * New upstream testing release.
546     - New demand-attach file server support for greatly improved file
547       server restart times.
548     - Support for split readonly/read-write client caches.
549     - Better client handling of file server meltdowns.
550     - Experimental read-only client disconnected mode.
551     - NFS translator clients now work properly on Linux.
552     - Client cache readahead.
553     - Network performance improvements.
554     - New libkopenafs library providing a kernel PAG manipulation
555       interface (a subset of the API provided by Heimdal's libkafs).
556     - Fix builds on sparc64.  (LP: #181661)
557   * Apply upstream deltas:
558     - [7d395f17] Improve demand-attach fileserver bos documentation
559     - [a763edc3] Make src/rx/rx.c not executable
560     - [8d41bc24] Reallocate memory in aklog for the AFS ID string
561     - [be449999] Fix typo in bos_create manpage
562     - [fdb9429e] Linux: kmap() not page_address()
563   * Build OpenAFS with demand-attach enabled for the file server, bos
564     restricted mode enabled for bosserver, and disconnected mode enabled
565     for the client.  Except for demand-attach, these options don't change
566     the default behavior, just make new capabilities available.
567   * The openafs-modules package now provides openafs-modules3 and
568     conflicts on pre-1.5.61 openafs-client packages since the interface
569     between afsd and the module has changed.  openafs-client now conflicts
570     with openafs-modules2 and recommends openafs-modules3.
571   * Change the default permissions of /etc/openafs/server to 0755 to match
572     upstream defaults, but do not change permissions on upgrade.  The only
573     file in that directory that needs to be protected is KeyFile, which
574     should be mode 0600 anyway.  Drop the patch to bosserver to allow more
575     restrictive permissions.  bosserver will complain about directory
576     permissions after upgrade until the directory is manually changed.
577   * Upstream now installs afszcm.cat and finds it in /usr/share/openafs/C,
578     so use the version installed via make install and install it in the
579     same location.
580   * Upstream builds specific files with -fno-strict-aliasing where needed,
581     so we no longer need to build the whole source with that flag.
582   * Upstream no longer includes files covered by the Apple Public Source
583     License, so we no longer have to repackage the upstream source to
584     remove those files.  Drop Debian patches to the build system that were
585     compensating for the removal of those files.
586   * Switch to generating upstream tarballs from the upstream Git tag
587     rather than from tarball releases.  There's no reason to include all
588     the generated files when we're going to regenerate them anyway, and
589     this saves effort combining the doc and src tarballs.
591  -- Russ Allbery <rra@debian.org>  Thu, 08 Apr 2010 13:20:50 -0700
593 openafs (1.4.12+dfsg-3) unstable; urgency=low
595   * Apply upstream deltas:
596     - [135e196b] Create missing root directory when ORPH_ATTACH
597     - [190ef2cb] volmonitor keep vtrans lock
598     - [812dcc2c] Increase the maximum number of sysnames
599     - [a123d4ab] Print rxdebug statistics as unsigned values
600   * If the user configures openafs-client to use AFSDB records for VLDB
601     server location, don't prompt the user for VLDB servers for the local
602     cell even if they're not present in CellServDB and don't try to add an
603     entry for the local cell to CellServDB.  (Closes: #575299)
605  -- Russ Allbery <rra@debian.org>  Fri, 26 Mar 2010 16:05:30 -0700
607 openafs (1.4.12+dfsg-2) unstable; urgency=low
609   * Apply upstream deltas:
610     - [4ca7b6fc] Remove lih_r
611     - [f3899ac3] Allow GetSomeSpace_r to select an optimal host
612     - [94a43966] h_TossStuff_r: check held-ness after lock
613     - [b78eeb0c] h_TossStuff_r: make sure host does not go away
614     - [0583af32] volmonitor copy link before calling free
615     - [eb799d07] Move non-executable stack assembly code to end of file
616   * Build with -fno-strict-aliasing.  The upstream development branch has
617     a better fix that selectively enables this for specific files with
618     known problems, but be conservative for the stable release.
620  -- Russ Allbery <rra@debian.org>  Mon, 22 Mar 2010 15:53:48 -0700
622 openafs (1.4.12+dfsg-1) unstable; urgency=low
624   * New upstream release.
625     - Enable weak encryption types in aklog and klog.krb5.
626     - Build support for Linux 2.6.33.
627     - Improvements to host tracking safety in the file server.
628     - Fall back to current kernel credentials if we can't use stored ones.
629     - Fix truncation handling in some large file situations.
630     - Further fixes to mmap handling.
631     - Avoid double-free in some FetchData64 error situations.
632     - Stop warning about system call hooks when keyrings are in use.
633     - Flush vcaches when a mount fails to avoid inconsistent data.
634     - New dump tag and length standard for vos dump.
635     - Fix stack executability for programs containing assembly code.
636     - Various salvager robustness fixes.
637   * Use dh_dkms from the DKMS package to handle creation of the maintainer
638     scripts for openafs-modules-dkms rather than rolling our own.
639     (LP: #497149)
640   * Update init script to require $remote_fs be started first and stopped
641     after OpenAFS.  This won't be the case in the long run, but for now
642     some important boot-time options need /usr/bin/fs to set them.
643   * List $syslog in Should-Start for the openafs-client init script, since
644     otherwise if loading the module causes a kernel panic, it won't be
645     logged to disk.
646   * Update CellServDB to the 2010-02-28 version.
647   * Add README.source explaining maintenance procedures and a
648     debian/import-upstream script to do a Git-aware merge of a new
649     upstream release that will allow us to cherry-pick upstream patches
650     and do proper merges.
651   * Stop linking the openafs-fileserver doc directory to openafs-client so
652     that we can provide a separate NEWS.Debian.
653   * Update standards version to 3.8.4 (no changes required).
655  -- Russ Allbery <rra@debian.org>  Mon, 08 Mar 2010 16:32:49 -0800
657 openafs (1.4.11+dfsg-6) unstable; urgency=low
659   * Apply upstream deltas:
660     - [c12ec354] Fix write_begin configure test for recent RHEL kernels
661     - [b7198421] Fix memory allocation warnings at shutdown
662     - [7183c113] Do not check *aoutSize in PGetPAG
663     - [c0323c49] cm: address race condition in afs_QueueVCB
664     - [ad6dabdc] Clean up console message
665     - [c9f7fe37] Make ktc_curpag also detect ONEGROUP PAG gids
666     - [2f87c43e] volser transaction object race conditions
667     - [2d6c0390] Add array bounds checking in h_Enumerate
668     - [70f6a328] Check for (hostFlags & HOSTDELETED) after h_Lock_r
669     - [c7a59397] Avoid IHandle leak when failing to attach volume
670   * Remove incorrect return call in shutdown_icl() introduced by b7198421.
671   * Do not attempt to build the kernel module with DKMS if the appropriate
672     Linux headers aren't installed.  Based on code from the common DKMS
673     postinst script (which we'll just use once it's reliably available).
674     Thanks, Anders Kaseorg.  (LP: #487535)
675   * Fix configure flags used for enabling or disabling LWP and kernel
676     debugging flags and always pass --disable-strip-binaries.
677   * Fix the openafs-dbg dependencies and package description to reflect
678     its inclusion of debugging symbols for all server binaries in
679     openafs-fileserver and openafs-dbserver, but not the legacy PAM
680     modules.
681   * In anticipation of a change in dpkg-source's defaults, force source
682     package format 1.0.  The package is maintained using Git and
683     generating a proper quilt series is complex and relatively pointless
684     work, so the additional complexity of the 3.0 format is currently not
685     that useful.
686   * Change section of openafs-modules-dkms to kernel to match override.
688  -- Russ Allbery <rra@debian.org>  Mon, 30 Nov 2009 16:54:08 -0800
690 openafs (1.4.11+dfsg-5) unstable; urgency=low
692   * Apply upstream deltas:
693     - [7833e472] Make afsd.pod reflect reality
694     - [c9974c7a] Avoid prematurely destroying callback_rxcon
695     - [9b37972e] Linux: 2.6.32 - Adapt to writeback changes
696     - [abdf72bc] Linux: Avoid deadlock in readdir - release GLOCK for
697       filldir
698     - [bdb4f98a] Protect rx_call iovq from simultaneous attempts to empty
699       it
700     - [c08609ae] Avoid using released hosts
701     - [a410b7fd] Linux - Fix disk cache access for selinux/AppArmor
702       constrained processes (LP: #415766)
703     - [49094ccf] Add automatic sysname detection for ARM Linux
704     - [525b594a] Make ktc_curpag generally available (LP: #446521)
705   * In the postinst of openafs-modules-dkms, if the openafs module is
706     already added in DKMS, try to remove it first before adding it.  This
707     should more correctly handle the case of a user installing this
708     package without the correct kernel headers, having it fail in
709     postinst, and then installing the correct headers and having dpkg
710     attempt to configure the package again.  Thanks, Philipp Kaluza.
711     (Closes: #553542)
713  -- Russ Allbery <rra@debian.org>  Tue, 03 Nov 2009 20:57:21 -0800
715 openafs (1.4.11+dfsg-4) unstable; urgency=low
717   * When changing the name of the source package built by
718     openafs-modules-source, we need to change the package name in the
719     changelog as well or dpkg-gencontrol explodes.  Thanks, Aaron M.
720     Ucko.  (Closes: #549140)
722  -- Russ Allbery <rra@debian.org>  Wed, 30 Sep 2009 18:04:44 -0700
724 openafs (1.4.11+dfsg-3) unstable; urgency=low
726   * Apply upstream deltas:
727     - openafs-stable-1_4_x/fileserver-no-negative-fetchdata-20090926:
728       never return a negative data length from client reads past the end
729       of a file.
730     - openafs-stable-1_4_x/fileserver-gethost-r-cleanup-fixes-20090925:
731       fix memory leak and possible double-free in error handling cases in
732       fileserver.
733     - openafs-stable-1_4_x/fileserver-retry-registeraddrs-20090810: retry
734       VL_RegisterAddrs in the file server on failure.
735     - openafs-stable-1_4_x/kernel-init-vrequest-structure-20090914:
736       properly initialize vrequest structure in the kernel.
737   * Change the permissions of /var/lib/openafs/local to 0700 to match
738     upstream defaults.  This directory contains the fssync.sock file used
739     for coordination between the fileserver and the volserver, and
740     commands sent to that socket are not authenticated.  Linux protects
741     the socket from unprivileged writes by default, but other operating
742     systems do not.  Upstream therefore wants this directory to be 0700
743     and bosserver will complain by default if it's not.  Changing the
744     permissions let us drop a patch to bosserver.
745   * Fix the second module control file for the standards version, section,
746     and maintainer update.
747   * Change the source package name of the stripped package generated by
748     openafs-modules-source so that, should someone build a Debian source
749     package from it, it won't have the same name as the main openafs
750     source package.
752  -- Russ Allbery <rra@debian.org>  Tue, 29 Sep 2009 15:34:58 -0700
754 openafs (1.4.11+dfsg-2) unstable; urgency=low
756   * Add armv5tel to debian/sysname, mapping it to arm_linux26.  Patch from
757     Daniel Bayer.  Also make the similar change for the module source
758     package.  (Closes: #542315)
759   * Also install restorevol in the openafs-client package.
760   * Swap maintainer and uploaders in the packaging files for the module
761     source package, matching the main package.
762   * Update standards version to 3.8.3.
763     - Change section of packages generated by openafs-modules-source to
764       kernel.
765     - Add Homepage to packages generated by openafs-modules-source.
767  -- Russ Allbery <rra@debian.org>  Fri, 21 Aug 2009 19:20:03 -0700
769 openafs (1.4.11+dfsg-1) unstable; urgency=low
771   * New upstream release.
773  -- Russ Allbery <rra@debian.org>  Fri, 10 Jul 2009 13:57:55 -0700
775 openafs (1.4.11~pre3+dfsg-1) unstable; urgency=low
777   * New upstream release candidate.
778     - Further fixes for rcu_read_lock dependencies in some kernels.
779     - Clean up return values of Linux vnode operations.
780     - Call inode's setattr operation correctly.
781   * Ignore failures to remove an existing DKMS tree in the prerm of the
782     openafs-modules-dkms package.  In the possible cases where the tree
783     may not be present to be removed, failing package removal doesn't
784     make sense.  (Further addresses LP #368471.)
785   * Don't install man pages for fs command variants that are only
786     available on Windows.
787   * Bring src/config/linux-version closer to upstream since upstream now
788     handles unversioned source directories.  There is one remaining change
789     required to search for UTS_RELEASE in the correct header path.
790   * Update CellServDB to 2009-06-29 version.
791   * Translation updates:
792     - Russian, thanks Yuri Kozlov.  (Closes: #534807)
794  -- Russ Allbery <rra@debian.org>  Sat, 04 Jul 2009 15:20:06 -0700
796 openafs (1.4.11~pre1+dfsg1-1) unstable; urgency=low
798   * New upstream release candidate.
799     - New getpag pioctl to discover a PAG from userspace portably.
800     - Allow disabling of syscall probing in the kernel module.
801     - New -maxmtu override switch in afsd to accommodate some VPNs.
802     - pts client encryption support.
803     - Further fixes to address/UUID tracking in the file server.
804     - New DocBook-based manuals replacing the old HTML manuals.
805     - New Doxygen-based protocol reference replacing the old PDF files.
806     - Man pages for remaining AFS subcommands.
807   * Update standards version to 3.8.2 (no changes required).
809  -- Russ Allbery <rra@debian.org>  Wed, 17 Jun 2009 13:32:31 -0700
811 openafs (1.4.10+dfsg1-2) unstable; urgency=low
813   * Apply upstream CVS deltas:
814     - STABLE14-dprintf-rename-20090427: rename AFS's dprintf to avoid
815       conflicts with one in the kernel.
816     - STABLE14-linux26-defer-cred-changing-20090511: defer changing groups
817       when the real and effective credentials of a process differ to avoid
818       running afoul of checks in newer Linux kernels that cause oops.
819       (Closes: #528785)
820     - STABLE14-linux-mmap-antirecursion-fix-20090512 and
821       STABLE14-linux-mmap-antirecursion-avoid-spurious-eio-20090526:
822       improvements in flag setting and locking around recursive mmap
823       protection.
824     - STABLE14-memcache-write-on-laststore-20090512: write back dirty
825       pages on last store with memcache to avoid losing changes.
826     - STABLE14-background-fsync-consistency-issues-20090522: file
827       descriptor handling fixes for the file server.
828     - STABLE14-man-page-vos-dump-flags-20090526: document the -clone and
829       -omitdirs flags to vos dump.  (Closes: #502571)
830   * Provide an openafs-modules-dkms package that uses DKMS to dynamically
831     build kernel modules for the local kernel and document this option in
832     README.modules.  This is an alternative to installing
833     openafs-modules-source and building kernel modules for each new kernel
834     with module-assistant or make-kpkg.  (Closes: #168852, #525131)
835     (LP: #52786, #368471, #369875)
836   * Have openafs-client recommend at least the current source version of
837     openafs-modules-source or openafs-modules-dkms instead of any old
838     version.  While the API probably hasn't changed, it's best practice to
839     keep a relatively close match between the userspace andn the kernel
840     module version.  (LP: #369875)
841   * Dynamically determine the Debian and upstream versions for dkms.conf
842     and get-orig-source from debian/changelog.  Thanks, Anders Kaseorg.
843     (LP: #364426)
844   * Build-depend on cpio (used for generating openafs-modules-source).
846  -- Russ Allbery <rra@debian.org>  Tue, 26 May 2009 21:18:54 -0700
848 openafs (1.4.10+dfsg1-1) unstable; urgency=high
850   * New upstream release.
851     - OPENAFS-SA-2009-001: Avoid a potential kernel memory overrun if more
852       items than requested are returned from an InlineBulk or BulkStatus
853       message.  (CVE-2009-1251)
854     - OPENAFS-SA-2009-002: Avoid converting negative errors into invalid
855       kernel memory pointers.  (CVE-2009-1250)
856     - Preliminary support for 2.6.30 kernels.
857     - Dynamic vcache allocation support to deal with inotify vcache
858       pinning.
859     - Do appropriate locking for CellServDB in /proc.
860     - Use +dfsg instead of .dfsg for saner version sorting.
861   * Debian's 2.6.29 packages no longer include symlinks from the
862     architecture-specific header tree to the common header tree and
863     instead overlay both header trees using kbuild.  Change the Autoconf
864     probes to always use kbuild and generate stub headers in the paths
865     that OpenAFS expects that include the linux headers.  Patch from Aaron
866     M. Ucko.  (Closes: #521745)
867   * Build PIC versions of libafsauthent and libafsrpc and install them in
868     libopenafs-dev for use when AFS code should be embedded into shared
869     libraries.  Patch from Garrett Wollman.
870   * Update CellServDB to 2008-11-07 version.  (Closes: #522451)
871   * Update debian/watch for +dfsg naming instead of .dfsg.
872   * Update standards version to 3.8.1 (no changes required).
873   * Translation updates:
874     - Japanese, thanks Hideki Yamane.  (Closes: #521518)
876  -- Russ Allbery <rra@debian.org>  Mon, 06 Apr 2009 15:49:34 -0700
878 openafs (1.4.8.dfsg1-3) unstable; urgency=low
880   * Apply upstream CVS deltas:
881     - STABLE14-cbr-free-what-you-alloc-20090325: dequeue items in the same
882       way they were allocated.
883     - STABLE14-shutdown-vcache-avoid-null-deref-20090324: avoid oops on
884       shutdown.  (LP: #333197)
885     - STABLE14-uphys-invalidate-returns-void-20081130: fix apparent Ubik
886       synchronization errors due to incorrect use of a void return value.
887   * Update package sections for the new archive organization.
888   
889  -- Russ Allbery <rra@debian.org>  Fri, 27 Mar 2009 08:08:49 -0700
891 openafs (1.4.8.dfsg1-2) unstable; urgency=low
893   * Make openafs-modules-source architecture-specific (arch: any instead
894     of arch: all).  The new method for generating the kernel source tree
895     only generates correct build machinery for the architecture on which
896     it was built, making the package architecture-specific.  The generated
897     tree is so much smaller that this still only uses about 1MB of archive
898     space more than the old method and makes each openafs-modules-source
899     package much smaller.  This is a workaround until we can fix
900     libafs_tree to include enough build machinery to handle all Linux
901     architectures from one source tree.  (Closes: #516023)
902   * Explicitly remove *-stamp files in the clean target of the module
903     build until the module build is upgraded to debhelper 7.
905  -- Russ Allbery <rra@debian.org>  Wed, 18 Feb 2009 13:48:17 -0800
907 openafs (1.4.8.dfsg1-1) unstable; urgency=low
909   * New upstream release.  (Closes: #511535)
910     - Support 2.6.28 kernels.  (LP: #303112)
911     - Check at compile time that the kernel has keyring support rather
912       than building non-functional modules.  (Closes: #500850)
913     - Include vos clone man page.  (LP: #324449)
914   * Apply upstream CVS deltas:
915     - STABLE14-libuafs-updates-20081229: prerequisite for other deltas.
916     - STABLE14-linux-truncate-race-20090109: avoid race condition during
917       truncation.
918     - STABLE14-linux-i-size-20090112: further fix for truncation race.
919     - STABLE14-linux-truncate-cleanup-20090113: further truncation fix.
920     - STABLE14-osi-probe-check-result-cope-with-enoent-20090115: fix for
921       syscall probing.
922     - STABLE14-linux-2629-20090115: support for 2.6.29 kernels.
923       (Closes: #513680)
924     - STABLE14-rx-idledead-only-ignore-keepalives-20081222: rx bug fix to
925       not ignore other ping packets.
926     - STABLE14-rx-rdwr-writeproc-race-20081228: fix rx race condition that
927       could result in reuse of freed memory.
928     - STABLE14-rx-do-not-race-current-packet-20090105: fix rx race
929       condition.
930   * Use make libafs_tree to generate the tree for the kernel module
931     compile rather than copying the entire source tree.
932   * Compress the source in openafs-modules-source with bzip2 instead of
933     gzip to reduce the package size.
934   * Make dynroot the default for new installations.  It works much better
935     with systems that don't bring up their network until late in the boot
936     process, such as wireless laptops.  (LP: #249240, #318605)
937   * Mention libpam-afs-session instead of libpam-openafs-session in the
938     description of libpam-openafs-kaserver, and mention libpam-krb5 by
939     name.  Thanks, Philipp Kaluza.  (Closes: #501308)
940   * Suggest module-assistant auto-install in README.modules and be clearer
941     that building one's own kernel is not required.  Thanks, Anders
942     Kaseorg and Lutz Goehring for suggestions.  (LP: #295897)
943   * Allow time-daemon to satisfy the openafs-fileserver recommends in
944     addition to ntp, allowing for openntpd.  (Closes: #508258)
945   * General improvements to debconf configuration handling.
946     - Do not abort the config script if we have no default realm and
947       dnsdomainname fails.  (LP: #274886, #318132)
948     - Do not abort postinst if we can't resolve any host name for the
949       cell.  Just continue in that case, omitting any configuration for
950       the local cell.  (LP: #322054)
951     - Correctly set the default for AFS_CRYPT from the existing config.
952     - The cache size is high, not critical, since we have a default.
953     - Don't create the client ThisCell if no local cell was specified.
954     - Improve the leading comment in afs.conf.client.  Users can edit it,
955       but any changes other than the setting values will be lost.
956     - Remove the openafs-fileserver/bosconfig_moved template, which would
957       only be shown on upgrades from pre-1.2.0 versions.
958     - Standardize coding style and always quote strings.
959   * Update to debhelper compatibility level V7.
960     - Use dh where possible in debian/rules.
961     - Use dh_lintian to install Lintian overrides.
962     - Eliminate the configure target and do all the work in build.
963     - Do more in the install target and less in binary, matching the
964       default command stacks in dh.
965     - Use a debian/clean configuration file to let dh clean do more of the
966       work rather than using rm commands in debian/rules.
967   * Abort the config script rather than exiting successfully if the
968     debconf shell module is not available.  The config script should never
969     be run in the absence of debconf, so if this fails, something deeper
970     is wrong and we shouldn't blindly continue.
971   * Add ${misc:Depends} to all dependencies.
972   * Add explanations for the Lintian overrides.
973   * Use set -e instead of #!/bin/sh -e in maintainer scripts.
974   * Remove server documentation from openafs-modules-source.
975   * Translation updates:
976     - Spanish, thanks Francisco Javier Cuadrado.  (Closes: #514452)
978  -- Russ Allbery <rra@debian.org>  Mon, 06 Oct 2008 11:10:14 -0700
980 openafs (1.4.7.dfsg1-6) unstable; urgency=low
982   * Apply upstream patch to free /proc entries in the correct order.
983     Thanks, Marc Dionne.  (Closes: #493914)
984   * Apply upstream deltas to support 2.6.27 kernels and to stop using
985     COMMON_KERN_CFLAGS for all 2.6 kernels uniformly, which fixes
986     problems on amd64 with newer kernels.  Thanks, Björn Torkelsson.
987     (LP: #267504)
988   * Translation updates:
989     - Swedish, thanks Martin Bagge.  (Closes: #493120)
991  -- Russ Allbery <rra@debian.org>  Mon, 22 Sep 2008 19:07:02 -0700
993 openafs (1.4.7.dfsg1-5) unstable; urgency=low
995   * Drop support for hppa.  We only have a param file for a 2.4 kernel,
996     we were building with UCONTEXT which is stubbed out in glibc for hppa,
997     and builds without UCONTEXT fail.  The binaries we were building
998     before didn't work and no one reported a bug, indicating no one was
999     attempting to use OpenAFS on hppa.
1000   * When building the kernel module, use the setting of the ARCH
1001     environment or make variable, if present, in preference to uname -m to
1002     allow cross-compiles.  Thanks, Jose Calhariz.  (Closes: #492232)
1003   * Add Jason Edgecomb's copyright and license for man pages to
1004     debian/copyright.
1006  -- Russ Allbery <rra@debian.org>  Thu, 24 Jul 2008 10:14:42 -0700
1008 openafs (1.4.7.dfsg1-4) unstable; urgency=low
1010   * Undo the move of up.pod to afs-up.pod in debian/rules clean rather
1011     than just deleting the file and causing the second build to fail.
1012     Thanks, Dominic Hargreaves.  (Closes: #490752)
1013   * Don't use UCONTEXT on hppa; its glibc doesn't provide those
1014     functions.  It's possible that OpenAFS isn't working properly on hppa
1015     these days, but as yet there have been no reports.
1016   * Suggest openafs-krb5 in openafs-client and mention it in the long
1017     description.
1019  -- Russ Allbery <rra@debian.org>  Sun, 13 Jul 2008 19:03:58 -0700
1021 openafs (1.4.7.dfsg1-3) unstable; urgency=low
1023   * Apply upstream delta for Linux 2.6.26 support.
1024   * Enable support for arm and armel, added upstream in 1.4.7.
1025   * Enable support for lpia by making it synonymous with i386.  This means
1026     that lpia systems will get a sysname of i386_linux26, which isn't
1027     ideal but should at least work.
1028   * When clearing the restart time while installing a new cell, pass
1029     -localauth to avoid an authentication failure.  Thanks, Davor Ocelic.
1030     (Closes: #488152)
1031   * If the openafs module isn't listed in modules.dep, exit with a zero
1032     status from the init script even if modprobe fails.  Otherwise, if a
1033     module package and openafs-client are installed at the same time and
1034     openafs-client is set up before the module package, the init script
1035     can find the module, fail the modprobe (because the dependency map
1036     hasn't yet been updated), and fail the whole installation.  Exiting
1037     with a zero status still doesn't get OpenAFS started, but at least it
1038     doesn't leave the system in a partly installed state.  Thanks to Durk
1039     Strooisma for the analysis.  (Closes: #486816)
1040   * Don't include debug symbols for /sbin, /usr/bin, and /usr/sbin
1041     binaries or PAM modules in openafs-dbg, just the servers in
1042     /usr/lib/openafs, since those are the most likely cases where
1043     backtraces are important and a 10MB debug symbol package seems like
1044     overkill.
1045   * Stop using quilt to manage patches and pre-apply them to the source
1046     package now that the package is maintained with Git.
1047   * Add Vcs-Git and Vcs-Browser control fields.
1048   * Reflect current responsibilities more accurately by listing myself as
1049     maintainer and Sam as uploader.
1050   * Update standards version to 3.8.0 (no changes required).
1051   * Drop unused postinst-uses-db-input override; Lintian has been fixed.
1052   * Translation updates:
1053     - Galician, thanks Jacobo Tarrio.  (Closes: #481675)
1055  -- Russ Allbery <rra@debian.org>  Sat, 28 Jun 2008 12:35:43 -0700
1057 openafs (1.4.7.dfsg1-2) unstable; urgency=high
1059   * Bumping urgency for the conflict fix, which fixes a latent RC bug, and
1060     for the news entry for openafs-dbserver.
1061   * Add a missing conflict on older versions of openafs-client to
1062     openafs-krb5 to ensure that the klog transition to alternatives is
1063     smooth.
1064   * When configuring a new cell, clear the general restart time.
1065   * Add a NEWS file for openafs-dbserver warning of the serious Ubik bug
1066     fixed in the previous release and suggesting restarting database
1067     servers one at a time.
1068   * Update to 2008-04-23 CellServDB.
1070  -- Russ Allbery <rra@debian.org>  Fri, 09 May 2008 10:45:06 -0700
1072 openafs (1.4.7.dfsg1-1) unstable; urgency=low
1074   * New upstream release.
1075     - Work around GPLing of RCU locks.  (Closes: #476628)
1076   * Include a Kerberos v5 klog, klog.krb5, in openafs-krb5.
1077   * klog is now managed via alternatives.  openafs-client provides
1078     klog.afs and openafs-krb5 provides klog.krb5.  If both packages are
1079     installed, klog.krb5 is the default.
1080   * Don't remove and reinstall the pagsh alternative on every upgrade.
1081   * Add many new upstream man pages for fs, vos, and pts sub-commands and
1082     the CellAlias config file.
1083   * Add read_tape to openafs-dbserver.
1084   * Add bos_util and a UserList man page to openafs-fileserver.
1085   * Run dh_install with --fail-missing to catch new upstream additions.
1087  -- Russ Allbery <rra@debian.org>  Thu, 01 May 2008 08:13:56 -0700
1089 openafs (1.4.7~pre3.dfsg1-1) unstable; urgency=low
1091   * New upstream release candidate:
1092     - Better support for 2.6.25 kernels.
1093     - Fixes for flushing in the cache manager.
1095  -- Russ Allbery <rra@debian.org>  Thu, 10 Apr 2008 20:54:36 -0700
1097 openafs (1.4.7~pre1.dfsg1-1) unstable; urgency=low
1099   * New upstream release candidate:
1100     - Initial support for 2.6.25 kernels.
1101     - Better 2.6.24 kernel support.  (Closes: #463962)
1102     - Better cleanup on module unload.  (Closes: #417917)
1103     - Potential deadlock fixed in the fileserver.
1104     - Better fileserver host tracking.
1105     - Ubik fixes preventing database truncation on unreliable links.
1106   * Add upstream delta to fix oops on startup with pre-2.6.25 kernels.
1107   * Install the up man page as afs-up, matching our renaming, and update
1108     its text accordingly.  (Closes: #459635)
1109   * Move openafs-client later in the shutdown sequence on new
1110     installations so that it stops after autofs and add an X-Stop-After
1111     LSB header to achieve the same more reliably with dependency-based
1112     boots.  (Closes: #472545)
1113   * Update doc-base control file sections for the new categorization.
1114   * debian/rules and debian/module/rules improvements:
1115     - Remove all modified generated files on debian/rules clean.
1116     - Depend on $(QUILT_STAMPFN) instead of patch.
1117     - Use touch $@ to create stamp files.
1118     - Use a stamp file for the module's install target.
1119   * Uncomment and fix the watch rules for pre-releases and always scan for
1120     both regular releases and prereleases.
1122  -- Russ Allbery <rra@debian.org>  Wed, 26 Mar 2008 19:21:24 -0700
1124 openafs (1.4.6.dfsg1-3) unstable; urgency=low
1126   * Fix FTBFS caused by a change in dh_strip behavior.  It no longer
1127     creates empty files for already stripped binaries, so we should no
1128     longer remove them.  Thanks, Lucas Nussbaum.  (Closes: #464274)
1129   * Include debugging symbols for libpam-openafs-kaserver in openafs-dbg.
1130   * Do not stop daemons in run-level S.  This isn't a real run-level and
1131     hence there's no reason to create the links.
1133  -- Russ Allbery <rra@debian.org>  Wed, 06 Feb 2008 11:24:19 -0800
1135 openafs (1.4.6.dfsg1-2) unstable; urgency=low
1137   * Apply additional upstream patches to the 2.6.24 support to fix
1138     builds with older kernels.  Thanks to Felix Koop for the testing.
1139     (Closes: #458331)
1140   * Remove old /etc/openafs/server-local files from older versions when
1141     purging openafs-fileserver.
1142   * Minor reformatting of openafs-client's postrm.
1143   * Remove databases on purge of openafs-dbserver.
1144   * Remove log files when purging openafs-fileserver or openafs-dbserver
1145     per Policy 10.8.
1147  -- Russ Allbery <rra@debian.org>  Sun, 30 Dec 2007 15:08:04 -0800
1149 openafs (1.4.6.dfsg1-1) unstable; urgency=low
1151   * New upstream release.
1152     - Fixes multiple serious problems with the file server.
1153   * Apply upstream patch for Linux 2.6.24 support.  Thanks to Anders
1154     Kaseorg for researching the necessary deltas.  (Closes: #456258)
1155   * Apply upstream patch to allocate vnodes from the malloc pool rather
1156     than off the stack, fixing file server problems on SPARC.  Thanks to
1157     Barney Sowood for tracking down the patch.  (Closes: #448380)
1158   * Apply upstream patch from the 1.5 series to allow multiple realms to
1159     be listed in the server krb.conf and hence treated as local.
1160   * Build bosserver with --enable-bos-new-config.  On startup, if
1161     BosConfig.new exists, it will be renamed to BosConfig before the
1162     configuration is read.  (Closes: #453398)
1163   * Add a comment to /etc/openafs/afs.conf.client that the file is managed
1164     by debconf.  (Closes: #447183)
1165   * Add more debugging and bug reporting instructions to README.Debian.
1166   * Mention in README.Debian that the server is built with supergroups
1167     enabled and with the multiple local realm patch.  (Closes: #453399)
1168   * Support reconfigure in postinst.
1169   * Recode debian/copyright to UTF-8.
1170   * Update to standards version 3.7.3 (no changes required).
1172  -- Russ Allbery <rra@debian.org>  Mon, 17 Dec 2007 20:19:13 -0800
1174 openafs (1.4.5.dfsg1-1) unstable; urgency=low
1176   * New upstream release.
1177     - Even with a new enough Linux kernel to support keyrings, we still
1178       may have found the system call table and need to clean it up when
1179       unloading the module.  (Closes: #448793)
1180   * Use uname -m rather than dpkg --print-architecture to determine the
1181     sysname for kernel module builds.  Otherwise, builds with a different
1182     kernel architecture than userspace (amd64 kernels with i386 userspace,
1183     for example) don't work.  Thanks, Anders Kaseorg.  (Closes: #448452)
1184   * Fix signing the generated the changes file on a kernel module build.
1185     The module build file reorganization required an additional change to
1186     genchanges.  Thanks, Anders Kaseorg.  (Closes: #448449)
1187   * Expose prototypes for the ktc_* functions.  (Closes: #449432)
1188   * Fix man pages for subcommands to use an underscore in the NAME section
1189     instead of a space so that they'll be indexed properly by the current
1190     groff and man-db.
1191   * Update CellServDB to 2007-10-25 GCO release.
1192   * Add Homepage to the package control fields.
1194  -- Russ Allbery <rra@debian.org>  Sun, 11 Nov 2007 15:54:59 -0800
1196 openafs (1.4.5~pre2.dfsg1-1) unstable; urgency=low
1198   * New upstream release candidate.
1199     - Fix errors when compiled with gcc 4.2.  (Closes: #443937)
1200     - Add a frightening hack to work around the lack of getcontext and
1201       savecontext for 32-bit SPARc.  (Closes: #415952, #446837)
1202     - Add support for Linux 2.6.23.
1203     - Multiple bug fixes for client tracking in the file server.
1204     - Prevent one client from consuming all file server threads.
1205   * Remove the workaround added for 2.6.20 and 2.6.21 kernels with
1206     CONFIG_PARAVIRT enabled.  The mistaken GPL-labelling of core
1207     interfaces was fixed in 2.6.22, which has now migrated to testing.
1208   * Scan /var/log/openafs for core files with a PID appended when a server
1209     run by bosserver exits with a signal.  bosserver was unable to
1210     correctly handle core files for multithreaded servers since it
1211     expected a filename of core and Linux always appends a PID to core
1212     dumps by multithreaded processes.
1213   * Fix make kdist in openafs-modules-source, inadvertently broken by a
1214     missing genchanges script.
1215   * Stop creating /var/lib/openafs/cores.  Nothing actually uses it.
1217  -- Russ Allbery <rra@debian.org>  Tue, 16 Oct 2007 17:01:33 -0700
1219 openafs (1.4.4.dfsg1-7) unstable; urgency=low
1221   * Switch to quilt for managing patches to the upstream source.
1222   * Stop installing the Administrator's Reference.  All of the useful
1223     information in here has been converted to man pages.
1224   * Use the upstream man page for pt_util, which lets us remove the
1225     docbook-to-man build dependency.
1226   * Update to the latest CellServDB from grand.central.org.
1227   * Trim additional unuseful debug information from openafs-dbg.
1228   * Restructure the source for the module package.  The build files for
1229     the module build are now in debian/module in the source package and
1230     there is a completely separate rules file.  This way, the module build
1231     rules don't have to depend on quilt and the structure is clearer.
1232   * Fix debhelper dependencies for the module build.
1233   * Update module standards version to 3.7.2 (no changes required).
1235  -- Russ Allbery <rra@debian.org>  Mon, 20 Aug 2007 17:54:00 -0700
1237 openafs (1.4.4.dfsg1-6) unstable; urgency=low
1239   * Apply upstream patch for the OpenAFS file server to treat clients that
1240     have an all-zero UUID as if they don't have UUID support, working
1241     around bugs in various client versions that can cause multiple hosts
1242     to use all-zero UUIDs and conflict with each other.
1243   * Use dpkg --print-architecture to determine the AFS sysname for both
1244     regular builds (avoiding --print-installation-architecture, which is
1245     deprecated) and kernel builds (avoiding arch, which is temporarily not
1246     in unstable and which wouldn't do the right thing for cross-compiles).
1247     Thanks, Chris Hanson.  (Closes: #435765)
1248   * Add hppa as a recognized architecture for kernel module builds,
1249     although OpenAFS currently only supports 2.4 kernels on HPPA so this
1250     isn't that useful.
1252  -- Russ Allbery <rra@debian.org>  Thu, 02 Aug 2007 19:54:00 -0700
1254 openafs (1.4.4.dfsg1-5) unstable; urgency=low
1256   * Apply upstream patch from Jeffrey Hutzelman to fix syscall probing on
1257     AMD64 with Linux 2.6.22 kernels.  (Closes: #430179)
1258   * Add a union to des_ks_struct and reorder includes to get the correct
1259     alignment for DES code on SPARC.  Thanks, Chaskiel Grundman.  Partly
1260     addresses #415952.
1261   * Fix a typo in debian/kern-sysname that caused openafs-modules-source
1262     to still assume all ia64 systems used Linux 2.4.  Thanks, Jakob
1263     Haufe.  (Closes: #432344)
1264   * Use LSB logging functions for openafs-fileserver and support passing
1265     arguments to bosserver in /etc/default/openafs-fileserver by setting
1266     DAEMON_ARGS.
1267   * Clean up more completely after a purge of openafs-fileserver.  Remove
1268     the files created by the server in /var/lib/openafs/local, remove
1269     KeyFile and CellServDB.old from /etc/openafs/server, and remove
1270     BosConfig from /etc/openafs.
1272  -- Russ Allbery <rra@debian.org>  Tue, 17 Jul 2007 09:25:03 -0700
1274 openafs (1.4.4.dfsg1-4) unstable; urgency=low
1276   * Apply upstream patch from Jeffrey Hutzelman to fix kernel module
1277     builds on ppc64.  (Closes: #427555)
1278   * Apply upstream patches for Linux 2.6.22 support.  (Closes: #428401)
1279   * Apply upstream patch to fix the AFS /proc structure under Linux
1280     2.6.22.1 and later.
1281   * Move /etc/openafs/server-local to /var/lib/openafs/local.  Most of the
1282     files here are automatically generated and hence not configuration
1283     files, and the file server has to write to this directory to start (so
1284     having it in /etc breaks read-only / file systems).  Thanks, Alexei
1285     Sheplyakov.  (Closes: #405697)
1286   * Move upserver and upclient to /usr/lib/openafs (from /usr/sbin) to
1287     match upstream's layout and for consistency with the other servers run
1288     via bosserver.
1289   * Use --name instead of --exec in the openafs-fileserver init script and
1290     drop the --pidfile option (bosserver doesn't create a PID file) so
1291     that we don't start a second bosserver on upgrades.
1292   * Go back to using krb5-config.  The dependency problem has now been
1293     fixed on all platforms in the krb5 package and this is the preferred
1294     upstream method.
1296  -- Russ Allbery <rra@debian.org>  Thu, 21 Jun 2007 03:02:32 -0700
1298 openafs (1.4.4.dfsg1-3) unstable; urgency=low
1300   * Always generate a UUID on client startup even if for some reason we
1301     don't think we have any network interfaces.  Otherwise, the client
1302     will use an all-zeroes UUID, which will collide with every other
1303     client with the same problem.
1304   * When afsd is started with -rmtsys, it starts another process that afsd
1305     -shutdown doesn't kill.  Update the init script to kill this process
1306     on stop.  (Closes: #405982)
1307   * Don't use krb5-config to get a library list.  It runs the risk of
1308     encoding unnecessary library dependencies.  Instead, hard-code the
1309     flags and libraries we actually need.  (Closes: #424448)
1310   * When loading a module using the upstream naming convention, don't
1311     append the .mp to the module name for modprobe.  (Closes: #420597)
1313  -- Russ Allbery <rra@debian.org>  Wed, 16 May 2007 18:16:12 -0700
1315 openafs (1.4.4.dfsg1-2) unstable; urgency=low
1317   * Debian kernels as of 2.6.20 enable CONFIG_PARAVIRT, which redefines
1318     several core kernel calls as redirects through a paravirt.ops table
1319     that's marked GPL-only.  This breaks all non-GPL modules that used
1320     those (previously generally exported) calls even indirectly.  Apply a
1321     hack to switch from spin_lock_irq to spin_lock_irqsave to avoid the
1322     paravirt redirection so that the module will build.
1323   * Enable ucontext for all Linux builds with glibc 2.4 or later, not just
1324     with i386 and amd64, and (following an upstream patch) always use
1325     ucontext on ia64.  Newer versions of glibc change internal structures
1326     in ways that cause the old LWP code to have stack overflows.
1327     (Closes: #419903) 
1328   * Apply upstream patch to crashes on contention in afs_xuser when a
1329     process in a PAG exits.  Thanks, Chaskiel Grundman.
1330   * When determining the AFS sysname for kernel module builds, add
1331     explicit cases for 2.6 kernels for all architectures that support them
1332     (everything except non-64-bit sparc_linux).  Fixes build problems with
1333     ia64 and probably other architectures.  Thanks to Ippokratis Pandis
1334     for the debugging help.  (Closes: #411818)
1335   * Prefer alpha_linux_26 to alpha_linux_24 for the non-kernel build on
1336     Alpha, now that the source supports it.
1337   * Add support for the s390x architecture.  Upstream supports it and
1338     there's no reason not to.
1339   * Fix the watch file to remove .dfsg\d+ when comparing versions.
1341  -- Russ Allbery <rra@debian.org>  Thu, 19 Apr 2007 13:26:33 -0700
1343 openafs (1.4.4.dfsg1-1) unstable; urgency=low
1345   * Repackage upstream source to remove two additional files covered under
1346     the APSL.  (Closes: #416685)
1347   * Build-depend on Automake since we run aclocal during the build.  Not
1348     having aclocal caused local patches to osconf.m4 to not be effective,
1349     leading to the wrong compiler flags for shared libraries.  Thanks to
1350     Frank Lichtenheld for the report.  (Closes: #416398, #416497, #418966)
1352  -- Russ Allbery <rra@debian.org>  Thu, 12 Apr 2007 21:19:00 -0700
1354 openafs (1.4.4-1) experimental; urgency=low
1356   * New upstream release.  (Closes: #415699)
1357     - Support newer Linux kernels.  (Closes: #409797, #410120)
1358     - Add aklog fallbacks for null realms to support the referral
1359       capability in MIT Kerberos 1.6 and later.  (Closes: #410314)
1360   * Apply patch from Thomas Sesselmann to support setting options to pass
1361     to bosserver in /etc/default/openafs-fileserver.  (Closes: #409357)
1362   * Remove the rx_Init calls in the PAM module.  The internal counters
1363     that had to be initialized that way have been removed.
1364   * Now that we're running regen.sh as part of the build process, only
1365     patch the Autoconf source files and not the generated output to make
1366     the diff easier to audit.
1368  -- Russ Allbery <rra@debian.org>  Mon, 26 Mar 2007 18:56:55 -0700
1370 openafs (1.4.2-6) unstable; urgency=medium
1372   * SECURITY: Apply upstream patch to disable setuid status on all cells
1373     by default.  Prior versions of AFS defaulted to honoring setuid bits
1374     in the local cell, but since unauthenticated file access in AFS is
1375     unencrypted, an attacker could forge packets from an AFS file server
1376     to synthesize a setuid binary in AFS.
1377   * Apply upstream fix to use a single high-numbered group for the PAG on
1378     2.6 kernels and sort the group properly.  Fixes AFS-caused group
1379     ordering problems that could lead the kernel to ignore some group
1380     membership for users.  (Closes: #414911)
1381   * Apply upstream fix for segfaults in pts rename.  (Closes: #409184)
1382   * Apply upstream fix to show reasonable free space numbers for AFS in
1383     df.  Without this fix, some programs which use df to check free space
1384     may think that directories in AFS are full and prevent the user from
1385     attempting to write files.  (Closes: #415294)
1386   * Translation updates:
1387     - Dutch, thanks cobaco.  (Closes: #413701)
1388     - Portuguese, thanks Miguel Figueiredo.  (Closes: #414800)
1390  -- Russ Allbery <rra@debian.org>  Wed, 14 Mar 2007 18:37:12 -0700
1392 openafs (1.4.2-5) unstable; urgency=low
1394   * Translation updates:
1395     - Chinese, thanks Chun Tian (binghe).  (Closes: #406063)
1397  -- Russ Allbery <rra@debian.org>  Sun, 28 Jan 2007 13:43:16 -0800
1399 openafs (1.4.2-4) unstable; urgency=low
1401   * Update documentation to note that enabling v4 support or running
1402     krb524d is no longer required for aklog to work.
1403   * Translation updates:
1404     - German, thanks Henrik Kroeger.  (Closes: #400800)
1406  -- Russ Allbery <rra@debian.org>  Sun, 17 Dec 2006 17:09:41 -0800
1408 openafs (1.4.2-3) unstable; urgency=low
1410   * No longer pass explicit cache tuning options to afsd and instead let
1411     OpenAFS automatically choose tuning based on the cache size.
1412   * Accept trailing whitespace in ThisCell.
1413   * Fix path canonicalization on the server, enabling bos getlog with a
1414     simple log name to work properly against a Debian bosserver.
1415   * Change the documentation of afsd -shutdown to be less dire and more
1416     accurate.  Thanks, Daniel J. Priem.  (Closes: #394990)
1417   * Document (at least partially) AFS's mapping of Kerberos v5 principal
1418     names to Kerberos v4 format in the aklog man page.  Thanks, Daniel
1419     J. Priem.  (Closes: #394832)
1420   * Document that aklog -setpag may not always work.
1422  -- Russ Allbery <rra@debian.org>  Mon, 20 Nov 2006 17:29:46 -0800
1424 openafs (1.4.2-2) unstable; urgency=low
1426   * Upstream fix to prevent butc segfaulting.
1428  -- Sam Hartman <hartmans@debian.org>  Sat, 21 Oct 2006 20:57:09 -0400
1430 openafs (1.4.2-1) unstable; urgency=medium
1432   * New upstream release, fixes amd64 kernel issues
1433   * Update CellServDB
1435  -- Sam Hartman <hartmans@debian.org>  Fri, 20 Oct 2006 06:44:45 -0400
1437 openafs (1.4.2~fc4-3) unstable; urgency=low
1439   * Apply patch from Chaskiel Grundman to fix kernel panics when loading
1440     the kernel module into AMD64 2.6.18 kernels.  (Closes: #390653)
1441   * Apply upstream patch to fix klog segfaults.  (Closes: #390940)
1442   * The UTS_RELEASE string is no longer found in linux/version.h in
1443     2.6.18, so fall back on looking in config/kernel.release.  Thanks to
1444     Marcus Watts for the patch.
1446  -- Russ Allbery <rra@debian.org>  Thu,  5 Oct 2006 13:02:50 -0700
1448 openafs (1.4.2~fc4-2) unstable; urgency=low
1450   * Apply additional upstream patch for AMD64 2.6.18 kernel module build
1451     issues.  (Closes: #389729)
1453  -- Russ Allbery <rra@debian.org>  Sat, 30 Sep 2006 00:34:33 -0700
1455 openafs (1.4.2~fc4-1) unstable; urgency=low
1457   * New upstream release candidate.
1458     - Builds with 2.6.18 on AMD64.  (Closes: #389729)
1459   * Build an openafs-dbg package with debugging information for the
1460     OpenAFS fileserver and volserver.
1461   * Add LSB comments to the openafs-client and openafs-fileserver init
1462     scripts.
1463   * Update to debhelper compatibility level V5.
1465  -- Russ Allbery <rra@debian.org>  Wed, 27 Sep 2006 11:06:48 -0700
1467 openafs (1.4.2~fc2-1) unstable; urgency=low
1469   * New upstream release candidate.
1470     - Supports new Linux kernel versions.  (Closes: #383028)
1471   * Translation updates:
1472     - German, thanks Henrik Kroeger.  (Closes: #384803)
1474  -- Russ Allbery <rra@debian.org>  Sun,  3 Sep 2006 12:42:59 -0700
1476 openafs (1.4.1-4) unstable; urgency=low
1478   * Apply upstream fix from Derek Atkins for compilation with kernel
1479     versions prior to 2.6.10.  (Closes: #376576)
1481  -- Russ Allbery <rra@debian.org>  Sun,  9 Jul 2006 12:35:44 -0700
1483 openafs (1.4.1-3) unstable; urgency=low
1485   * Include all of AFS's local XDR implementation in the build for
1486     shlibafsrpc, fixing problems with undefined symbols in the PAM module
1487     on AMD64.
1488   * When creating a new file server in afs-newcell, use a set of tuning
1489     flags from Harald Barth rather than relying on the defaults.  This
1490     doesn't help with general bos create; long term, the defaults need to
1491     be fixed.  (Closes: #364100)
1492   * Add a note in README.servers about fileserver tuning options.
1493   * Update debconf templates to follow the best practice recommendations
1494     from the Developer's Reference.
1495   * Regenerate the man pages on build since the pre-generated ones were
1496     done with a very old version of pod2man.
1497   * Update standards version to 3.7.2 (no changes required).
1498   * Use a better method of optionally running make distclean.
1499   * Add build-arch and build-indep targets, just in case.
1500   * Translation updates:
1501     - Czech, thanks Martin Å Ã­n.
1502     - Portuguese (Brazil), thanks André Luís Lopes.
1503     - French, thanks Christian Perrier.
1504     - Vietnamese, thanks Clytie Siddall.
1506  -- Russ Allbery <rra@debian.org>  Sun, 18 Jun 2006 11:22:11 -0700
1508 openafs (1.4.1-2) unstable; urgency=low
1510   * Exit successfully in the openafs-client init script if no module is
1511     installed, since otherwise openafs-client will fail to install until
1512     one builds a module.  This restores previous accidental behavior due
1513     to a bug in debhelper.  (Closes: #362695)
1514   * libopenafs-dev must conflict with liblwp-dev since they both provide
1515     liblwp.a.  Thanks, Justin Pryzby.  (Closes: #362842)
1516   * openafs-client recommends lsof, since the init script uses it for
1517     cleaner shutdown.
1519  -- Russ Allbery <rra@debian.org>  Sat, 15 Apr 2006 15:47:04 -0700
1521 openafs (1.4.1-1) unstable; urgency=low
1523   * New upstream release.
1524     - Supports Linux 2.6.16.  (Closes: #358203)
1525     - Suspend should work with newer kernels.  (Closes: #341588)
1526     - Safer cache size calculation.  (Closes: #360176)
1527     - Upstream now includes man pages, so remove our backport.
1528   * Subsume openafs-krb5 into this source package.
1529     - Acknowledge NMU.  (Closes: #304933)
1530     - Update to the OpenAFS aklog and asetkey.  (Closes: #196094)
1531     - Backport asetkey from upstream CVS.
1532     - Include ka-forwarder from the old migration toolkit.
1533     - Add man pages for asetkey and ka-forwarder.
1534   * Subsume openafs-doc into this source package.
1535   * Since 2.6 is the supported kernel for etch, build the userspace with
1536     a sysname of *_linux26 where supported.  This only affects the sys
1537     command.  (Using livesys instead is better.)  (Closes: #358118)
1538   * Always pass the system type into Autoconf, following autotools-dev
1539     best practices.
1540   * Add an explicit copyright statement to debian/copyright.
1542  -- Russ Allbery <rra@debian.org>  Fri, 14 Apr 2006 15:04:45 -0700
1544 openafs (1.4.0-4) unstable; urgency=low
1546   * Hopefully fix sparc64 kernel support.  Thanks, Troy Benjegerdes.
1547     (Closes: #219429)
1548   * Document the need to restart ptserver and vlserver on the existing
1549     database servers when adding a new one.  Thanks, Niklas Edmundsson.
1550     (Closes: #349659)
1551   * Include xstat_cm_test and xstat_fs_test in openafs-client, as they're
1552     quite useful for debugging.
1554  -- Russ Allbery <rra@debian.org>  Tue, 14 Mar 2006 21:07:07 -0800
1556 openafs (1.4.0-3) unstable; urgency=low
1558   * Apply upstream patch from Chas Williams to be more careful about what
1559     dentry is used in renames, avoiding a kernel fault when renaming
1560     dentries accessed through multiple paths (such as RO and RW).
1561   * Apply patch to allow the module to build with the Ubuntu kernel.
1562     Thanks, Björn Torkelsson.  (Closes: #342607)
1563   * Stop unconditionally forcing the compiler to cc or gcc in configure,
1564     allowing, among other things, building the kernel module with a
1565     compiler other than the default system compiler.  (Closes: #338306)
1566   * Call kernel-version correctly from prep-modules, which fixes build
1567     issues with manually-built kernels.  (Closes: #344851)
1568   * Backport man pages from upstream CVS.  (Closes: #79763)
1569   * Include afsmonitor and livesys in openafs-client.
1570   * Include volinfo in openafs-fileserver.
1571   * Document FAM's lack of support for AFS's security model and recommend
1572     gamin instead.  (Closes: #343246)
1573   * Add a hint to README.Debian on what to do about the cache partition if
1574     running ReiserFS or XFS without a spare partition.
1575   * Use make install into debian/tmp rather than make dest.  make dest is
1576     mostly for Transarc compatibility and make install looks more like a
1577     typical package and makes it easier to evaluate differences in FHS
1578     location between upstream and Debian.  As a side effect, there's no
1579     need to mess with the @sys link.  (Closes: #165909)
1580   * Install more files with dh_install rather than install commands in
1581     debian/rules so that *.install shows a more complete picture of what
1582     goes into each package.
1583   * Don't ignore make distclean errors.
1585  -- Russ Allbery <rra@debian.org>  Tue, 27 Dec 2005 15:34:16 -0800
1587 openafs (1.4.0-2) unstable; urgency=low
1589   * Install more of the standard OpenAFS utilities.  (Closes: #138851)
1590     - openafs-dbserver: Install prdb_check and vldb_check.
1591     - openafs-fileserver: Install voldump.
1592     - openafs-client: Install fstrace, scout, and up (as afs-up).
1593     - Modify fstrace to load its catalog from /usr/share/openafs.
1594   * Do not install kpwvalid.  The default version does little useful and
1595     the kpwvalid binary must be in AFS for it to take effect.
1596   * Overhaul the way kernel modules are built.
1597     - Recommend linux-image rather than kernel-image for newer kernels.
1598     - Always recommend the kernel package; since it's only a recommends,
1599       there's no need to special-case the hand-built kernel case.
1600     - Be less fragile about how the kernel version is used in prep-modules
1601       to support other ways kernel modules are built.  (Closes: #341836)
1602     - Add Build-Depends and Uploaders to the openafs-modules-source
1603       control file.
1604     - Remove unused parts of prep-modules and heavily comment it.
1605   * openafs-client should only recommend the AFS kernel module.  Many of
1606     the client programs will work in unauthenticated mode without it, and
1607     openafs-fileserver depends on it (but doesn't require the kernel
1608     module).  (Closes: #342095)
1609   * openafs-modules-source no longer has to depend on as many libraries.
1610   * Suggest the same PAM settings for pam_krb5 that libpam-krb5 does.
1611   * Update uploader address.
1613  -- Russ Allbery <rra@debian.org>  Tue,  6 Dec 2005 23:34:18 -0800
1615 openafs (1.4.0-1) unstable; urgency=low
1617   * New upstream version.
1618     - Builds correctly with 2.6.13 kernels and software suspend.
1619     - Builds correctly with 2.6.12-10.  (Closes: #337883)
1620   * Install afsd in /sbin rather than /usr/sbin.  While putting /usr in
1621     AFS isn't as common as it once was, no reason to make it harder than
1622     it needs to be.
1623   * Update CellServDB to the 2005-10-15 grand.central.org version.
1624   * Install NEWS as an upstream changelog.
1625   * Add a watch file.
1626   * Remove the unused and uninstalled make-links script.
1628  -- Russ Allbery <rra@stanford.edu>  Sun,  6 Nov 2005 21:37:40 -0800
1630 openafs (1.4rc4-1) unstable; urgency=low
1632   * New upstream version.
1633     - Correctly handle root.afs becoming replicated after the client
1634       starts.  This should resolve the problems with AFS eventually
1635       failing on the first system using a new cell.  (Closes: #88906)
1636   * When kill_all_afs is enabled in /etc/openafs/afs.conf, only kill AFS
1637     processes if the runlevel is 0 or 6.  You really only want this when
1638     the system is shutting down.  (Closes: #325347)
1639   * Remove the init script check of the cache file system and instead
1640     improve the check in afsd.  The init script check used stat, which is
1641     in /usr/bin and therefore not fair game for init scripts.
1642   * Set PATH in the init script, just in case.
1643   * libpam-openafs-kaserver must depend on openafs-client, not just
1644     recommend it, since acquiring tokens requires that the client be
1645     running.
1646   * Expand README.Debian and include information about PAM configuration.
1647   * Link libpam-openafs-kaserver's doc directory to openafs-client.
1648   * Make the short descriptions shorter.
1649   * Translation updates.
1650     - Portuguese (Brazil), thanks André Luís Lopes.
1652  -- Russ Allbery <rra@stanford.edu>  Wed, 21 Sep 2005 13:36:34 -0700
1654 openafs (1.4rc1-1) unstable; urgency=low
1656   * New upstream version.
1657   * Install pam_afs.krb.so on hppa.  I believe the new PAM module build
1658     process fixes the issue that was being worked around before.
1659   * Improve the documentation and scripts for setting up new servers or a
1660     new cell.  afs-rootvol can now be run from a client configured to use
1661     dynroot.  afs-newcell generates the server CellServDB directly to work
1662     around oddities with bos addhost.  There are many other, more minor
1663     improvements as well.  Thanks to Faheem Mitha and Sergio Gelato for
1664     analysis and patches.  (Closes: #322638)
1665   * Update the configuration transcript to reflect the current packages,
1666     messages, and instructions.  Thanks, Faheem Mitha.
1667   * Fill in the server CellServDB with information about the local cell,
1668     if available in the client CellServDB, rather than always initializing
1669     it to contain just the name of the cell.
1670   * Detect AFS caches on non-ext2/ext3 file systems and abort AFS client
1671     initialization.  (Closes: #249315)
1672   * Provide a way of setting sysname in afs.conf.  (Closes: #324694)
1673   * Don't create the unused /etc/openafs/AFSLog file.  (Closes: #120097)
1674   * Redo how library object files are found for the PAM module build to
1675     avoid assuming C locale character set behavior.  (Closes: #323582)
1676   * Remove the openafs-client warning against dynroot for the first system
1677     in a cell now that afs-rootvol can cope.  Provide some basic
1678     documentation of the CellAlias syntax in that message until we have a
1679     real man page.
1680   * Suggest openafs-doc.
1681   * Update standards version to 3.6.2 for the kernel module packages (no
1682     changes required).
1683   * Translation updates.
1684     - Czech, thanks Martin Sin.
1685     - Vietnamese, thanks Clytie Siddall.
1686     - French, thanks Christian Perrier.
1688  -- Russ Allbery <rra@stanford.edu>  Fri, 26 Aug 2005 01:30:21 -0700
1690 openafs (1.3.87-1) unstable; urgency=low
1692   * New upstream version.
1693     - Fixes build problems with 2.6.12.3 and later.  (Closes: #320099)
1694   * Add support for ppc64, thanks Andreas Jochens.  (Closes: #322020)
1695   * Improve the openafs-client init script.
1696     - Update the default client options based on the cache tuning synopsis
1697       by Jeffrey Hutzelman, including setting a larger chunksize for all
1698       default option sets.  (Closes: #303944)
1699     - Choose the client options based on the cache size by default.
1700     - Move the code to build the options string to the init script from
1701       afs.conf so that afs.conf is pure configuration.
1702     - Add an AFS_PRE_SHUTDOWN hook called before shutting down the client.
1703     - Provide a shutdown hook, disabled by default, that kills all
1704       processes with files open in /afs.  Enabling this ensures a more
1705       reliable clean shutdown and umounting of the cache partition, but
1706       may not always be what the admin wants.
1707     - Improve the readability of the output on start.
1708     - Significantly improve the comments in afs.conf.
1709     - Remove the code to set -nosettime as it's now the default.
1710   * Move the openafs-client init script and afs.conf file we use into the
1711     debian directory rather than patching the upstream version.  We've
1712     diverged so much that there's no point in continuing to merge changes.
1713   * Diagnose unsupported architectures earlier and with a clearer error.
1714   * Suppress error messages from a missing kernel version header since
1715     they occur normally when doing the regular package build and are just
1716     confusing.  Instead, print an error in kern-sysname and abort if the
1717     kernel version could not be determined.
1718   * Rework how PAM modules are handled.
1719     - Build against the pthread-aware libraries.  (Closes: #297804)
1720     - Use the shared library objects instead of building separate PIC
1721       objects, eliminating the need for many Makefile modifications.
1722     - Include pam_afs.krb.so as well.  (Closes: #165972)
1723   * Don't include the empty /usr/src/modules directory in
1724     openafs-modules-source, only the tarball, to match how other kernel
1725     module source packages behave.  (Closes: #244685)
1726   * Update config.guess and config.sub.
1727   * Translation updates.
1728     - French, thanks Christian Perrier.  (Closes: #318807)
1729     - Vietnamese, thanks Clytie Siddall.  (Closes: #319705)
1730     - Czech, thanks Martin Sin.  (Closes: #319940)
1732  -- Russ Allbery <rra@stanford.edu>  Sun, 14 Aug 2005 14:41:48 -0700
1734 openafs (1.3.82-2) unstable; urgency=low
1736   * Output error messages from heredocs in the init script with cat rather
1737     than echo.  Thanks, Reid Barton.  (Closes: #311729)
1738   * Make bosserver less picky about permissions and remove the attempt to
1739     set /etc/openafs/server-local not-world-readable since dh_fixperms was
1740     overridding it anyway.  (Closes: #312921)
1741   * Fix some spacing and capitalization errors in the debconf templates.
1742     Thanks, Clytie Siddall.  (Closes: #316597)
1743   * Initial Czech translation, thanks Martin Sin.  (Closes: #310699)
1744   * New Vietnamese translation, thanks Clytie Siddall.  (Closes: #316598)
1745   * Update standards version to 3.6.2 (no changes required).
1747  -- Russ Allbery <rra@stanford.edu>  Mon, 11 Jul 2005 17:34:13 -0700
1749 openafs (1.3.82-1) unstable; urgency=medium
1751   * New upstream version.  (Closes: #307699)
1752     - Proper locking for preempt kernels.  This bug manifested as an
1753       inability to shut down AFS cleanly.  (Closes: #308399, #304040)
1754     - Correctly handle the inotify semaphore.  (Closes: #303495)
1755   * Repackage upstream to remove MacOS-specific files covered by the APSL.
1756     Remove the WINNT directory to save space since we have to repackage
1757     anyway.  Provide a get-orig-source target to do the repackaging.
1758   * libpam-openafs-kaserver: Fix compilation so that the PAM module isn't
1759     missing symbols and therefore unusable.  (Closes: #308844)
1760   * Apply patch from Chas Williams to fix stale cache data from deleted
1761     files, a bug introduced in 1.3.82.
1762   * In all cases, only build the module appropriate to the kernel we're
1763     building against.  Building an SMP module against a non-SMP kernel
1764     fails due to missing defines.  (Closes: #225907)
1765   * README.modules: Add documentation for module-assistant and recommend
1766     it when using Debian kernels.  Mention divergences from upstream in
1767     module naming.  (Closes: #253168)  Emphasize that the kernel source
1768     tree used for make-kpkg must be identically configured to the kernel
1769     the module will be used with.
1770   * Update copyright with more complete information from upstream
1771     src/LICENSE.
1772   * Simplify clean target.  Upstream make distclean is now better.
1774  -- Russ Allbery <rra@stanford.edu>  Tue, 10 May 2005 21:09:55 -0700
1776 openafs (1.3.81-5) unstable; urgency=low
1778   * Handle modules named either with or without the .mp extension on SMP
1779     hosts.  (Closes: #305389, #307280, #307797)
1780   * README.Debian: Document that the client cache partition must be ext2
1781     or ext3 and that XFS and ReiserFS will not work.  upserver and
1782     upclient are now provided.  Provide some information about why
1783     kaserver is not provided.  (Closes: #249315)
1784   * Overhaul the module build rules.
1785     - Use debhelper to build the module binary package.
1786     - Let debhelper handle the module postinst and prerm control scripts.
1787     - Properly support modules_config and modules_clean.
1788     - Break the build process into configure, build, install, and binary
1789       rules, paralleling the regular build rules and making it easier to
1790       maintain the make-kpkg build targets.
1791     - Include the kernel version in the long description.
1792     - Update standards version of module packages to 3.6.1.
1793     - Include the copyright and basic documentation in the module binary
1794       package.  Otherwise, policy requires an exact versioned dependency
1795       on the package containing the copyright file.
1796   * Update standards version to 3.6.1.
1797     - Install Debian::OpenAFS::ConfigUtils in /usr/share, not /usr/lib.
1798     - Always enable debugging symbols and disable optimization if noopt is
1799       set in DEB_BUILD_OPTIONS.  (Alas, this doesn't entirely work; the
1800       upstream makefiles don't always honor the configure options.)
1801     - /etc/init.d/openafs-fileserver restart starts bosserver if it's not
1802       already running.
1803   * Update debhelper compatibility level to V4.
1804     - Remove all *.conffiles control files.  They're no longer needed.
1805     - Use misc:Depends to get debconf dependencies.
1806     - Use dh_install rather than the movefiles script.
1807   * openafs-dbserver doesn't need to depend on debconf.
1808   * Use dh_perl to get the correct Perl dependency for openafs-dbserver.
1809   * Remove unnecessary build dependencies.
1810   * Depend on comerr-dev rather than e2fslibs-dev.
1811   * Remove unnecessary preinst for openafs-fileserver.
1812   * Clean up and reformat package build rules.
1813   * Update lintian overrides.
1815  -- Russ Allbery <rra@stanford.edu>  Sat,  7 May 2005 20:57:12 -0700
1817 openafs (1.3.81-4) unstable; urgency=low
1819   * make-kpkg doesn't run fakeroot for us but instead expects the module
1820     rules file to use $(ROOT_CMD) appropriately.  (Closes: #237861)
1821   * Put the compiled modules into KPKG_DEST_DIR if set.  This appears to
1822     be preferred over DEB_DEST by the make-kpkg documentation.  Thanks,
1823     Jonas Smedegaard.  (Closes: #206403)
1824   * Add a check to afs-newcell to ensure the local hostname doesn't
1825     resolve to 127.0.0.1.  (Closes: #163751)
1826   * Exclude .svn directories from the modules source tarball.
1827   * Fix genchanges for module builds to not fail when trying to remove a
1828     nonexistent file.
1829     * New French translations from Christian Perrier, Closes: #305780
1831  -- Russ Allbery <rra@stanford.edu>  Sun, 17 Apr 2005 00:00:27 -0700
1833 openafs (1.3.81-3) unstable; urgency=low
1835   * Patch from kcr to fix osconf.m4 so that sparc defines afs_pthread_env
1836     and thus builds.
1838  -- Sam Hartman <hartmans@debian.org>  Wed,  6 Apr 2005 19:54:24 -0400
1840 openafs (1.3.81-2) unstable; urgency=low
1842   * Oops, update debian/sysname because hppa is hppa not parisc-*-linux-*
1843     since we now use dpkg --print-installation-architecture
1845  -- Sam Hartman <hartmans@debian.org>  Wed,  6 Apr 2005 11:10:14 -0400
1847 openafs (1.3.81-1) unstable; urgency=low
1849   * New Upstream version
1850   * Use Linux 2.4 as the claimed userspace OS for alpha; hopefully this
1851     resolves the  largefile issue and allows us to build again, Closes: #271923
1853  -- Sam Hartman <hartmans@debian.org>  Wed,  6 Apr 2005 08:08:29 -0400
1855 openafs (1.3.80-1) UNRELEASED; urgency=low
1857   *  New upstream version, Closes: #297781
1858   * I think this works on sparc better and definitely works on 2.6.10, Closes: #283488
1859   * Make thiscell a high debconf value, Closes: #302939
1860   * New upstream version (1.3.79)
1861         - Works with 2.6.10, Closes: #296835
1862   * Use amd64 not x86_64 for sysname script, Closes: #296855
1863   * Patches from kcr
1864       - Loosen dependencies for client and modules
1865       - Enable debugging
1866       - Some callbacks later stuff and fix short bitfield
1867       - Fix permissions on /etc/openafs/server-local, Closes: #271460
1868   
1869   * Versions 1.3.79 an newer work on amd64, Closes: #262382
1871  -- Sam Hartman <hartmans@debian.org>  Mon,  4 Apr 2005 00:32:42 -0400
1873 openafs (1.3.77-1) unstable; urgency=low
1875   * New upstream version
1876   * Target for unstable not experimental
1877   * New CellServDB
1878   * OpenAFS seems not to have a changelog available, so stop shipping it.
1879   * Build openafs.ko not libafs.ko so the right name appears in lsmod
1881  -- Sam Hartman <hartmans@debian.org>  Sat,  8 Jan 2005 20:02:23 -0500
1883 openafs (1.3.74-1) experimental; urgency=low
1885   * New upstream version
1887  -- Sam Hartman <hartmans@mit.edu>  Mon, 15 Nov 2004 16:58:02 -0500
1889 openafs (1.3.73-1) experimental; urgency=low
1891   * New upstream version
1892     -  Works with 2.6.8 and 2.6.9, Closes: #277521
1893   * Remove call to dh_suidregister
1894   * Update sysname to prefer 2.4 on more arches for largefile issues
1895   * Patch from pnelson@ANDREW.CMU.EDU to add x86_64 support to sysname scripts
1896   * debian/sysname: Use installation architecture 
1898  -- Sam Hartman <hartmans@debian.org>  Wed, 27 Oct 2004 20:42:12 -0400
1900 openafs (1.3.71-1) experimental; urgency=low
1902   * New upstream version
1904  -- Sam Hartman <hartmans@mit.edu>  Tue, 31 Aug 2004 09:45:59 -0400
1906 openafs (1.3.70-1) experimental; urgency=low
1908   * New upstream version
1909   * debian/kern-sysname: 2.6* not 2.6
1910   * Enable supergroups and largefile-fileserver
1912  -- Sam Hartman <hartmans@debian.org>  Sun, 15 Aug 2004 18:56:48 -0400
1914 openafs (1.3.65-1) experimental; urgency=low
1916   * New upstream Version, Closes: #256580
1918  -- Sam Hartman <hartmans@debian.org>  Mon, 28 Jun 2004 19:40:30 -0400
1920 openafs (1.3.64-2) experimental; urgency=low
1922   * Allow loading of a .ko file not just .o
1924  -- Sam Hartman <hartmans@debian.org>  Mon, 31 May 2004 13:46:05 -0400
1926 openafs (1.3.64-1) experimental; urgency=low
1928   * New upstream version
1929   * Add 2.6 to kern-sysname for i386
1930   * Apply patch from
1931     /afs/cs.cmu.edu/user/jhutz/junk/openafs-patches/openafs-build-on-linux26  which correctly generates 2.6 modules, Closes: #234284
1932   * use make only_libafs not dest_only_libafs
1933     - AS a result, build times are much faster, Closes: #144781
1934   * Correct module build scripts to install module package from new location
1935   * Fix afslocaldir to be /etc/openafs/server-local, Closes: #237154
1937  -- Sam Hartman <hartmans@debian.org>  Sun, 30 May 2004 18:12:54 -0400
1939 openafs (1.2.12-1) unstable; urgency=medium
1941   * New upstream version
1942   * Medium urgency because this version fixes a significant server crash
1943     bug.  Windows clients, particularly greater than version 1.3.70 tend
1944     to crash openafs servers.
1945   * Cause openafs-kpasswd to conflict  with kerberos4kth-clients, Closes:
1946     #277844 
1947   * Conflict between libopenafs-dev and arla-dev, Closes: #274788
1949  -- Sam Hartman <hartmans@debian.org>  Fri, 22 Oct 2004 16:21:29 -0400
1951 openafs (1.2.11-3) unstable; urgency=high
1953   * Now that libopenafs-dev contains binaries, it should have shared
1954     library dependencies, Closes: #267509
1955   * New fr.po from Christian Perrier, Closes: #237098
1957  -- Sam Hartman <hartmans@debian.org>  Tue, 24 Aug 2004 12:10:02 -0400
1959 openafs (1.2.11-2) unstable; urgency=low
1961   * Install rxgen
1962   * Install upserver and upclient
1963   * Mark as version 1.2.11, Closes: #255883
1965  -- Sam Hartman <hartmans@debian.org>  Thu, 12 Aug 2004 14:27:39 -0400
1967 openafs (1.2.11-1) unstable; urgency=high
1969   * Versions prior to 1.2.10 stopped working with multiple servers in a
1970     cell because of a ubik bug prompting the 1.2.11 release.
1971   * Fix afs startup script not to start afsd if already running; really
1972     fixed in 1.2.10-3, but not documented, Closes: #219702
1974  -- Sam Hartman <hartmans@debian.org>  Sat, 10 Jan 2004 16:37:33 -0500
1976 openafs (1.2.10-3) unstable; urgency=low
1978   * Fix Openafs not to include kernel headers from /usr/include,
1979   Closes: #220600 
1980   * Fix typo in openafs templates, Closes: #215714
1981   * New French translations, Closes: #216158
1982   * Build-depend on e2fslibs-dev to get appropriate headers
1984  -- Sam Hartman <hartmans@debian.org>  Thu, 20 Nov 2003 16:02:45 -0500
1986 openafs (1.2.10-2) unstable; urgency=low
1988   * New Brazilian Portuguese (pt_BR) translations, Closes: #208035
1989   * Don't conflict with ircd, Closes: #204865
1990   * Fix wording of question about using dynroot, Closes: #209332
1991   * New French debconf translations, sorry about the delay in including these, Closes: #203608
1992   * Avoid yes/no construction in openafs-client templates, Closes: #198476
1993   * Fix libpam-openafs-kaserver to include the symbols it needs, patch
1994     from Daniel Joseph Barnhart Clark , Closes: #194818
1996  -- Sam Hartman <hartmans@debian.org>  Mon, 13 Oct 2003 00:38:42 -0400
1998 openafs (1.2.10-1) unstable; urgency=low
2000   * New upstream version
2001   * net/*.h included properly by kernel module, Closes: #204642
2002   * Don't build libafsrpc or libafsauthent, as we can't exactly use them
2003     because they contain non-pic code, Closes: #203456
2004   * I think I finally build the PAM module on hppa, Closes: #179679
2005   * Decnet includes should work now because of the change of the net
2006     symlink, Closes: #204486
2007   * Escape $ in debian/rules, Closes: #204185
2009  -- Sam Hartman <hartmans@debian.org>  Sun, 24 Aug 2003 18:03:21 -0400
2011 openafs (1.2.9-3) unstable; urgency=low
2013   * Add support for kernel headers, thanks to Patrick Sodre, 
2014     Closes: #173137 
2015   * Add patch to support the Debian 2.4.21 Kernel sources, thanks to amu,
2016     Closes: #198774
2017   * Add chronyd to list of programs we assume set the clock, thanks RISKO
2018     Gergely, Closes: #201725
2019   * Fix template formatting (extra leading spaces), Closes: #198477
2020   * New French translations, thanks Christian Perrier, Closes: #198719
2021   * Fix PAM problem on hppa, Closes: #179679
2022   * Don't translate defaults: Closes: #198384
2023   * Fix movefiles error handling and errors exposed by this change.  The
2024     contents of libopenafs-dev  were somewhat wrong because of this.
2025   * Make /usr/src/modules root.src 775, Closes: #201733
2027  -- Sam Hartman <hartmans@debian.org>  Sat, 26 Jul 2003 18:03:31 -0400
2029 openafs (1.2.9-2) unstable; urgency=low
2031   * Fix   to not build PAM krb since we don't install it and it breaks alpha, Closes: #189548
2032   * Don't install pagsh man page symlink since we no longer link to
2033     undocumented, Closes: #189860
2035  -- Sam Hartman <hartmans@debian.org>  Mon, 21 Apr 2003 21:05:51 -0400
2037 openafs (1.2.9-1) unstable; urgency=low
2039   * Literal newline fixes, Closes: #175627
2040   * Require new kernel modules per upstream change.
2041   * New upstream version
2042   * Fix section of libopenafs-dev to libdevel
2043   * openafs-client stop should shut down afsd if it is running even if afs
2044     not mounted, Closes: #188000
2045       * Fix to build on alpha again; PAM patch was broken
2046   * Report i386_linux24 not linux22 on i386, Closes: #187789
2047   * Convert to po-debconf, patch from Andre Luis Lopes, CLoses: #187901
2048   * Fix from Lamont to build on hppa, Closes: #179679
2050  -- Sam Hartman <hartmans@debian.org>  Sun, 13 Apr 2003 17:21:54 -0400
2052 openafs (1.2.8-4) unstable; urgency=low
2054   * Fix from Eduard Bloch to compile on kernels with variable numbers of
2055     CPUs; he is not sure it actually works yet though, Closes: #178505
2056   * Patch that might possibly fix the fails to build on recent unstable;
2057     definitely fixes a bug in include path handling, but I am not sure it
2058     is a correct patch since I cannot reproduce the problem, Closes: #178154
2060  -- Sam Hartman <hartmans@debian.org>  Sun,  2 Feb 2003 14:08:14 -0500
2062 openafs (1.2.8-3) unstable; urgency=medium
2064   * Patch from Eduard Bloch <blade@debian.org> to build the PAM module for
2065     kaserver users; the main thing this patch does in create a bunch of
2066     PIC object files so it is a policy-conformant shared library, Closes:
2067     #174668 
2068   * Do not include -I/usr/include and especially -I/usr/include/sys in the
2069     PAM Makefile so gcc 3.2 works; already fixed upstream, Closes: #176538
2071  -- Sam Hartman <hartmans@debian.org>  Sun, 19 Jan 2003 17:44:53 -0500
2073 openafs (1.2.8-2) unstable; urgency=low
2075   * Convert v5 principal names to v4 style names in rxkad 2b.  Especially
2076     important for rcmd vs host
2077   * Fix debian/rules clean to remove  generated files, Closes: #174625
2078   * Fix AFS not to declare errno, Closes: #174059
2080  -- Sam Hartman <hartmans@debian.org>  Fri,  3 Jan 2003 15:28:30 -0500
2082 openafs (1.2.8-1) unstable; urgency=low
2084   * New upstream version
2086  -- Sam Hartman <hartmans@debian.org>  Tue, 10 Dec 2002 23:43:46 -0500
2088 openafs (1.2.7-3) unstable; urgency=low
2090   * Apparently OpenAFS and  ircd conflict on a UDP port, so you can't use
2091     both at once, Closes: #150242
2092   * Patch from seph to add -nosettime when ntp is installed, Closes: #155123
2093   * Fix bosserver  shutdown on restart after upgrade, Closes :#155586
2094   * Install translate_et, Closes: #138672
2095   * Allow byacc instead of bison
2096   
2097  -- Sam Hartman <hartmans@debian.org>  Tue,  3 Dec 2002 22:30:44 -0500
2099 openafs (1.2.7-2) unstable; urgency=low
2101   * Fix uss to build with bison 1.50 and 1.75 so we can throw away the
2102     resulting binaries, Closes: #164366
2103   * Evaluate all limited range of comparison warnings; a warning in
2104     rxkad_client.c remains but is harmless, other warnings pointed to
2105     potential problems that were fixed, Closes: #162754
2106   * Fix s390 modules to actually build, Closes: #162772
2108  -- Sam Hartman <hartmans@debian.org>  Sun, 20 Oct 2002 15:20:19 -0400
2110 openafs (1.2.7-1) unstable; urgency=low
2112   * Fix typo in templates, Closes: #150356
2113   
2114   * New upstream version
2116  -- Sam Hartman <hartmans@debian.org>  Thu, 26 Sep 2002 16:11:25 -0400
2118 openafs (1.2.6-1) unstable; urgency=low
2121   * New upstream version
2122   * Update CellServDB, Closes: #154893
2123   * Add debconf support for fakestat
2124   * Patch from Sergio Gelato to avoid use of host, Closes: #144264
2125   * Install sys because it was requested
2126   * Fix version string, Closes: #153136
2127  -- Sam Hartman <hartmans@debian.org>  Fri,  2 Aug 2002 17:33:11 -0400
2129 openafs (1.2.5-1) unstable; urgency=low
2131   * New upstream version.
2133  -- Sam Hartman <hartmans@debian.org>  Mon, 10 Jun 2002 08:09:05 -0400
2135 openafs (1.2.4-1) unstable; urgency=low
2137   * New upstream version
2138   * Now builds for ia64, closes: #142287
2139   * Now works again with 2.2 kernels, thanks to upstream fix, closes: #140187
2140   * openafs-modules-source depends on kernel-package, Closes: #137169
2141   * Fix typo in readme.modules, Closes: #148155
2143  -- Sam Hartman <hartmans@debian.org>  Sun,  2 Jun 2002 17:54:42 -0400
2145 openafs (1.2.3final2-5) unstable; urgency=medium
2147   * Fix subarch handling, closes: #139662
2148   * Update module control files to use  net not non-us
2150  -- Sam Hartman <hartmans@debian.org>  Thu, 18 Apr 2002 13:13:16 -0400
2152 openafs (1.2.3final2-4) unstable; urgency=low
2154   * Move from non-us to main.
2155   * Fix ultrasparc 2.4 build to actually work.
2157  -- Sam Hartman <hartmans@debian.org>  Sat, 16 Mar 2002 15:33:33 -0500
2159 openafs (1.2.3final2-3) unstable; urgency=medium
2161   * Oops, install backup
2163  -- Sam Hartman <hartmans@debian.org>  Thu,  7 Mar 2002 08:12:34 -0500
2165 openafs (1.2.3final2-2) unstable; urgency=low
2167   * Add dynroot support to debconf; currently no support for creating
2168     CellAliases  automatically
2169   * Don't call depmod since we call update-modules, closes: #132851
2170   * Add hppa to debian/sysname, process.c patch from Lamont, closes: #134173
2172  -- Sam Hartman <hartmans@debian.org>  Mon, 25 Feb 2002 15:45:32 -0500
2174 openafs (1.2.3final2-1) unstable; urgency=low
2176   * Upstream released a new version that they call 1.2.3 after things were
2177     tagged  in the Debian repository.
2179  -- Sam Hartman <hartmans@debian.org>  Wed, 30 Jan 2002 16:59:04 -0500
2181 openafs (1.2.3final-1) unstable; urgency=low
2183   * New upstream release
2184   * Add support for fs setcrypt in debconf; by default traffic is encrypted.
2186  -- Sam Hartman <hartmans@debian.org>  Wed, 30 Jan 2002 10:46:46 -0500
2188 openafs (1.2.3candidate3-1) unstable; urgency=low
2190   *  New  upstream release candidate
2191   * Use different version number format; people who installed rc1 will
2192     need to upgrade manually.  Sorry, but rc1 was never uploaded to Debian.
2193   * Support sparc_linux24
2195  -- Sam Hartman <hartmans@debian.org>  Sun, 27 Jan 2002 19:57:04 -0500
2197 openafs (1.2.3.candidate1-1) unstable; urgency=low
2199   *  New upstream release candidate
2200   * Add ia64 as a potential architecture
2202  -- Sam Hartman <hartmans@debian.org>  Tue, 22 Jan 2002 19:00:51 -0500
2204 openafs (1.2.2-3) unstable; urgency=low
2206   * Support s390, closes: #123540
2207   * Support update-alternatives for pagsh, closes: #122144
2208   * Note that alpha port doesn't work for fileservers, closes: #127387
2209   * Implement subarch, closes: #126192
2211  -- Sam Hartman <hartmans@debian.org>  Mon,  7 Jan 2002 05:26:03 -0500
2213 openafs (1.2.2-2) unstable; urgency=low
2215   * Don't declare lseek in auth/ktc.c; sent upstream
2216   * Allow /etc/openafs/server to be mode 700 and /var/lib/openafs to be
2217     755, closes: #120072
2218   *  Don't try to shut down during afs-newcell until we've done enough
2219     that works, closes: #119452
2220   * Fix message  output on server failed to start, closes: #119461
2221   * Fix openafs to deal if /etc/openafs/server/ThisCell has a newline,
2222     closes: #118086 
2224  -- Sam Hartman <hartmans@debian.org>  Sun, 25 Nov 2001 20:03:01 -0500
2226 openafs (1.2.2-1) unstable; urgency=low
2228   * New upstream release.
2229   * We now require openafs-modules1 and conflict with openafs-modules.
2230   Our modules packages now provide openafs-modules1.  This is because
2231   upstream made a forward and backward incompatible change in the modules
2232   interface.
2233    * Include buserver in openafs-dbserver, butc and fms in openafs-client.c
2234     butc and fms may move, but they are there for now, closes: #114313
2236  -- Sam Hartman <hartmans@debian.org>  Sun, 14 Oct 2001 15:07:10 -0400
2238 openafs (1.2.1-1) unstable; urgency=low
2240   * New upstream version.
2241   * Document that you may need to append a version for newer kernels,
2242     closes: #112246 
2244  -- Sam Hartman <hartmans@debian.org>  Thu, 20 Sep 2001 03:10:54 -0400
2246 openafs (1.2.0-3) unstable; urgency=high
2248   * High until we get this into testing.
2249   * Fix dependency on ncurses, closes: #112244
2250   * Fix typo in German template added in last version, closes: #112289
2252  -- Sam Hartman <hartmans@debian.org>  Fri, 14 Sep 2001 23:40:25 -0400
2254 openafs (1.2.0-2) unstable; urgency=high
2256   * Fix PPC makefile so that it finds install; this time actually
2257     submitted upstream. 
2258   * Have openafs-modules-source depend on libpam0g-dev because upstream
2259     seems to need it.  Bug opened upstream asking if this is really necessary.
2260   * Include German template, closes: #110087
2262  -- Sam Hartman <hartmans@debian.org>  Thu, 13 Sep 2001 16:58:53 -0400
2264 openafs (1.2.0-1) unstable; urgency=high
2266   * Fix typo in  README.servers; thanks to mdz@debian.org, closes: #109199
2267   * Upstream patch for configure-style path handling accepted, closes: #88897
2268   * New upstream version.
2269   * Update upstream changelog
2271  -- Sam Hartman <hartmans@debian.org>  Tue, 11 Sep 2001 16:21:35 -0400
2273 openafs (1.1.1-3) unstable; urgency=low
2275   * Oops, that last upstream patch for rx debug and version didn't work on
2276     Linux.  Since some Debian users may run Linux, let's try again.
2278  -- Sam Hartman <hartmans@debian.org>  Sat, 21 Jul 2001 12:48:00 -0400
2280 openafs (1.1.1-2) unstable; urgency=medium
2282   * Swallow before vomiting, for it is the Debconf way, closes: #106030
2283   * Fix setting of INSTALL macro on powerpc, closes: #106019
2284   * Support AFSDB in debconf.  By default now (assuming you take the new
2285     /etc/openafs/afs.conf), AFS will look up cells  it doesn't know
2286     about in DNS.
2287   * Include upstream patch to prevent potential DOS with two RX servers
2288     looping rxdebug and version amongst each other.
2289   * Install rxdebug (oops)
2290   * Fix lintian overrides to get Lintian to stop complaining about
2291     non-problems. 
2293  -- Sam Hartman <hartmans@debian.org>  Sat, 21 Jul 2001 08:53:10 -0400
2295 openafs (1.1.1-1) unstable; urgency=low
2297   * New upstream release to fix readlink sometimes giving permission
2298     denied when it shouldn't.
2299   * Bring back the upstream changelog, now with change descriptions
2300   * Patch to give better error messages when  copyonwrite fails in the
2301     fileserver (contributed upstream)
2302   * New CellServDB
2303   
2304  -- Sam Hartman <hartmans@debian.org>  Fri, 20 Jul 2001 08:12:24 -0400
2306 openafs (1.1.0-1) unstable; urgency=low
2308   * New Upstream release.
2309   * Warn if not running as root for afs-newcell|rootvol, closes: #103532
2310   * Work around upstream make clean target not working correctly.
2311  -- Sam Hartman <hartmans@debian.org>  Mon, 16 Jul 2001 06:13:41 -0400
2313 openafs (1.0.90.20010710.snapshot-1) experimental; urgency=low
2315   *  New upstream snapshot
2316   * Fix module package to not have build cruft
2317   * Use --disable-kernel-module option except for module sources
2318   * Attempt to build modules correctly, although still not in right place
2319   * Pretend we build for alpha. This is mostly not a fiction, although I
2320     don't really know that much more than the kernel module and afsd
2321     work.  The pointer cast warnings are frightening.
2323  -- Sam Hartman <hartmans@debian.org>  Wed, 11 Jul 2001 11:41:22 -0400
2325 openafs (1.0.90.20010704.snapshot-1) experimental; urgency=low
2327   * New upstream snapshot.  Support AFSDB records and many other
2328     features.  Not at all stable yet.  This is packaged so I and others
2329     can try it out.
2331  -- Sam Hartman <hartmans@debian.org>  Thu,  5 Jul 2001 04:04:20 -0400
2333 openafs (1.0.4-3) unstable; urgency=medium
2335   * Fix patch introduced in -2 to be consistent with what is sent upstream.
2336   * openafs-modules-source depends on debhelper
2338  -- Sam Hartman <hartmans@debian.org>  Wed,  4 Jul 2001 03:52:37 -0400
2340 openafs (1.0.4-2) unstable; urgency=low
2342   * Fix modversions and athlon memcpy mmx bug, closes: #91925
2343   * Fix openafs-client to fail rather than starting a useless afsd if we don't have any db servers
2344   * If AFS client fails to start for afs-newcell, then complain, closes: #98303
2345   * New CellServDB
2346   * Fix module builds on non-i386, closes: #100939
2348  -- Sam Hartman <hartmans@debian.org>  Sun, 17 Jun 2001 01:22:37 -0400
2350 openafs (1.0.4-1) unstable; urgency=low
2352   * New upstream version, closes: #92776
2353   * Allow openafs-client to depend on openafs-modules-source not just
2354     openafs-modules.  This allows us to be installable on testing even
2355     without binary modules which may become a necessity given the current
2356     kernel image mess.
2357   *  implement target for modules_clean, closes: #95049
2359  -- Sam Hartman <hartmans@debian.org>  Tue, 24 Apr 2001 14:56:57 -0400
2361 openafs (1.0.3-2) unstable; urgency=low
2363   * Fix  direntry type to be DT_UNKNOWN not DT_DIR on Linux (contributed upstream)
2364   * Return ENOTEMPTY not ENOTDIR for rmdir of non-empty directory, closes: #82589
2365   * Include build instructions in modules, closes: #92032
2366   * Don't grep a file for a potentially null string, closes: #89967
2368  -- Sam Hartman <hartmans@debian.org>  Thu, 29 Mar 2001 22:09:29 -0500
2370 openafs (1.0.3-1) unstable; urgency=low
2372   * New upstream version
2373   * Allow host to be used instead of dnsutils, closes: #87915
2374   * Document kernel module build.
2375   * Include upstream changelog
2377  -- Sam Hartman <hartmans@debian.org>  Thu,  8 Mar 2001 14:35:57 -0500
2379 openafs (1.0.2-3) unstable; urgency=low
2381   * Apply patch from  Stefan Kluth  <skluth@mppmu.mpg.de> for ppc_linux22
2382   * Back out architecture change from last version; no good way to
2383     actually solve that problem apparently. 
2386  -- Sam Hartman <hartmans@debian.org>  Sat, 17 Feb 2001 23:45:06 -0500
2388 openafs (1.0.2-2) unstable; urgency=low
2390   * Provide openafs-ptutil in hope that apt will deal better with upgrade,
2391     closes: #84303
2392   * Make thiscell default to dnsdomainname so things don't break quite as
2393     bad if you don't enter it, closes: #81149 
2394   * Include source architecture line, Closes: #84530
2395   * Rebuild with new debhelper to fix dh_installinit not shutting down on
2396     removal (Thanks Joey) (now requires debhelper 2.2.20)
2397   * Move CellServDB to /usr/share/openafs  so we comply with policy 3.5
2399  -- Sam Hartman <hartmans@debian.org>  Mon,  5 Feb 2001 13:23:51 -0500
2401 openafs (1.0.2-1) unstable; urgency=low
2403   * Add support for ppc and sparc, closes: #80835
2404   * Update maintainer address for modules.
2405   * Support for 2.4.0 final (and not just prereleases as before), closes: #82751
2406   * New upstream version.
2407   * Conflict with openafs-ptutil since it is now included
2408   * Fix message in RC script, closes: #82489
2409   * Attempt to avoid using pinstall  in kernel module build
2411  -- Sam Hartman <hartmans@debian.org>  Fri, 19 Jan 2001 22:38:32 -0500
2413 openafs (1.0.1-3) unstable; urgency=low
2415   * Add support for Linux Kernel 2.4.x.
2416   * Note that administration scripts are released under the GPL.
2418  -- Sam Hartman <hartmans@debian.org>  Mon,  18 Dec 2000 19:06:00 -0500
2421 openafs (1.0.1-2) unstable; urgency=medium
2423   * New maintainer address.
2424   * Depend on debhelper 2.1.16 for /usr/share/doc symlinks.
2425   * Only run init script once; confusion with DH_OPTIONS
2426   * Fix bosserver to look in /usr/openafs/lib so it restarts correctly every Sunday.
2427   * Upload to Debian (Gloses: BUG#69336)
2428   * Do not generate .map file for module; depmod complains.
2430  -- Sam Hartman <hartmans@debian.org>  Wed,  6 Dec 2000 11:21:53 -0500
2432 openafs (1.0.1-1) unstable; urgency=low
2434   * New upstream version
2435   * Fix typo in openafs-client templates.
2436   * Clarify that afs-newcell sets up for afs-rootvol 
2438  -- Sam Hartman <hartmans@mit.edu>  Sun,  3 Dec 2000 02:04:50 -0500
2440 openafs (1.0.snap20001106-10) unstable; urgency=low
2442   * Release (Closes: BUG#69336)
2443   * Fix typo and afs-rootvol and test from CLI
2445  -- Sam Hartman <hartmans@mit.edu>  Sat,  2 Dec 2000 00:44:37 -0500
2447 openafs (1.0.snap20001106-9) unstable; urgency=medium
2449   * Fix openafs-fileserver restart to do a bos restart
2450   * Document that AFS key must be single-DES.
2451   * afs-rootvol: use the -fast option so we do not hang forever on bad cells or firewalls.
2452   * Fix priority on openafs-client rc script to run after server starts.
2454  -- Sam Hartman <hartmans@mit.edu>  Wed, 29 Nov 2000 20:43:59 -0500
2456 openafs (1.0.snap20001106-8) unstable; urgency=low
2458   * Modules no longer depend on the tlient; client depends on modules.
2459     This works better for AFS, even though it is not the way packages like
2460     alsa-base work.
2461   * Fix several typos in configuration scripts.
2462   * Clarify that it starts the client just after debconf.
2464  -- Sam Hartman <hartmans@mit.edu>  Wed, 29 Nov 2000 13:10:43 -0500
2466 openafs (1.0.snap20001106-7) unstable; urgency=low
2468   * Add command line options to afs-newcell
2469   * Fix control.module for real this time.
2470   * Add kpasswd and kas to the openafs-kpasswd package.
2471   * Add manpage for afs-newcell and many undocumented links.
2472   * Remove PAM module from libopenafs-dev.
2473   * Instal udebug, pagsh, cmdebug.
2474   * Remove execute bit from some includes in /usr/include.
2476  --  Sam Hartman <hartmans@mit.edu>  Mon, 27 Nov 2000 03:02:57 -0500
2478 openafs (1.0.snap20001106-6) unstable; urgency=medium
2480   * Add config option to disable  client on boot
2481   * Create rc.d links
2482   * Make CellServDB handled by postinst not a conffile.  Sadly AFSDB
2483     records will be a while in the future.
2484   * New script: afs-newcell to configure a dbserver
2485   * Use the native Debian install instead of afs install while building;
2486     works  under fakeroot.  Important for modules package.
2487   * Fix purge to delete configuration files
2489  --  <Sam Hartman <hartmans@mit.edu>  Sat, 25 Nov 2000 01:09:55 -0500
2491 openafs (1.0.snap20001106-5) unstable; urgency=low
2493   * Make change so kdump builds on potato
2495  --  Sam Hartman <hartmans@mit.edu>  Sun, 19 Nov 2000 19:27:01 -0500
2497 openafs (1.0.snap20001106-4) unstable; urgency=low
2499   * Fix so dpkg-buildpackage works.  Oops.
2501  --  Sam Hartman <hartmans@mit.edu>  Sun, 19 Nov 2000 02:18:05 -0500
2503 openafs (1.0.snap20001106-3) unstable; urgency=low
2505   * Increase stacksize for server processes so they don't dump core.
2506   * New script: afs-rootvol--creates the root.afs and root.cell.  Works
2507     fairly well except that it is overly verbose and that it has my test
2508     cell hardcoded.  This script will evolve into part of a new cell
2509     config tool. 
2512   --
2513   * Support removing module for smP
2514   * Prune build directories out of modules sources--oops
2515   * Fix bogus depends for module sources--note that it really does want
2516     bison and flex at least for now.
2518  --  Sam Hartman <hartmans@mit.edu>  Thu, 16 Nov 2000 01:39:48 -0500
2520 openafs (1.0.snap20001106-2) unstable; urgency=low
2522   * Fix directories for servers to be FHS-reasonable
2523   * Fix init.d script to actually work for stop this time--tested and works
2524   * Add server packages; fairly useless right now but at least we
2525       ship the binaries
2526   * Check to make sure home cell exists and warn user if not
2527   * Fix purge for openafs-client
2529  --  Sam Hartman <hartmans@mit.edu>  Fri, 10 Nov 2000 23:35:30 -0500
2531 openafs (1.0.snap20001106-1) unstable; urgency=low
2533   * New Upstream version
2534   * Fix init.d script to properly remove openafs.o
2536  --  Sam Hartman <hartmans@mit.edu>  Tue,  7 Nov 2000 13:55:47 -0500
2538 openafs (1.0.snap20001104-1) unstable; urgency=low
2540   * New upstream snapshot
2541   * Fix path to afsd in /etc/init.d/openafs-client
2542   * Build openafs module packages
2544  --  Sam Hartman <hartmans@mit.edu>  Mon,  6 Nov 2000 09:39:11 -0500
2546 openafs (1.0.snap20001103-1) unstable; urgency=low
2548   * Initial Release.
2550  -- unknown <hartmans@snorklewacker.mit.edu>  Fri,  3 Nov 2000 23:41:41 -0500