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