debian-packaging-update-20080220
[openafs.git] / src / packaging / Debian / changelog
1 openafs (1.4.6.dfsg1-3) unstable; urgency=low
2
3   * Fix FTBFS caused by a change in dh_strip behavior.  It no longer
4     creates empty files for already stripped binaries, so we should no
5     longer remove them.  Thanks, Lucas Nussbaum.  (Closes: #464274)
6   * Include debugging symbols for libpam-openafs-kaserver in openafs-dbg.
7   * Do not stop daemons in run-level S.  This isn't a real run-level and
8     hence there's no reason to create the links.
9
10  -- Russ Allbery <rra@debian.org>  Wed, 06 Feb 2008 11:24:19 -0800
11
12 openafs (1.4.6.dfsg1-2) unstable; urgency=low
13
14   * Apply additional upstream patches to the 2.6.24 support to fix
15     builds with older kernels.  Thanks to Felix Koop for the testing.
16     (Closes: #458331)
17   * Remove old /etc/openafs/server-local files from older versions when
18     purging openafs-fileserver.
19   * Minor reformatting of openafs-client's postrm.
20   * Remove databases on purge of openafs-dbserver.
21   * Remove log files when purging openafs-fileserver or openafs-dbserver
22     per Policy 10.8.
23
24  -- Russ Allbery <rra@debian.org>  Sun, 30 Dec 2007 15:08:04 -0800
25
26 openafs (1.4.6.dfsg1-1) unstable; urgency=low
27
28   * New upstream release.
29     - Fixes multiple serious problems with the file server.
30   * Apply upstream patch for Linux 2.6.24 support.  Thanks to Anders
31     Kaseorg for researching the necessary deltas.  (Closes: #456258)
32   * Apply upstream patch to allocate vnodes from the malloc pool rather
33     than off the stack, fixing file server problems on SPARC.  Thanks to
34     Barney Sowood for tracking down the patch.  (Closes: #448380)
35   * Apply upstream patch from the 1.5 series to allow multiple realms to
36     be listed in the server krb.conf and hence treated as local.
37   * Build bosserver with --enable-bos-new-config.  On startup, if
38     BosConfig.new exists, it will be renamed to BosConfig before the
39     configuration is read.  (Closes: #453398)
40   * Add a comment to /etc/openafs/afs.conf.client that the file is managed
41     by debconf.  (Closes: #447183)
42   * Add more debugging and bug reporting instructions to README.Debian.
43   * Mention in README.Debian that the server is built with supergroups
44     enabled and with the multiple local realm patch.  (Closes: #453399)
45   * Support reconfigure in postinst.
46   * Recode debian/copyright to UTF-8.
47   * Update to standards version 3.7.3 (no changes required).
48
49  -- Russ Allbery <rra@debian.org>  Mon, 17 Dec 2007 20:19:13 -0800
50
51 openafs (1.4.5.dfsg1-1) unstable; urgency=low
52
53   * New upstream release.
54     - Even with a new enough Linux kernel to support keyrings, we still
55       may have found the system call table and need to clean it up when
56       unloading the module.  (Closes: #448793)
57   * Use uname -m rather than dpkg --print-architecture to determine the
58     sysname for kernel module builds.  Otherwise, builds with a different
59     kernel architecture than userspace (amd64 kernels with i386 userspace,
60     for example) don't work.  Thanks, Anders Kaseorg.  (Closes: #448452)
61   * Fix signing the generated the changes file on a kernel module build.
62     The module build file reorganization required an additional change to
63     genchanges.  Thanks, Anders Kaseorg.  (Closes: #448449)
64   * Expose prototypes for the ktc_* functions.  (Closes: #449432)
65   * Fix man pages for subcommands to use an underscore in the NAME section
66     instead of a space so that they'll be indexed properly by the current
67     groff and man-db.
68   * Update CellServDB to 2007-10-25 GCO release.
69   * Add Homepage to the package control fields.
70
71  -- Russ Allbery <rra@debian.org>  Sun, 11 Nov 2007 15:54:59 -0800
72
73 openafs (1.4.5~pre2.dfsg1-1) unstable; urgency=low
74
75   * New upstream release candidate.
76     - Fix errors when compiled with gcc 4.2.  (Closes: #443937)
77     - Add a frightening hack to work around the lack of getcontext and
78       savecontext for 32-bit SPARc.  (Closes: #415952, #446837)
79     - Add support for Linux 2.6.23.
80     - Multiple bug fixes for client tracking in the file server.
81     - Prevent one client from consuming all file server threads.
82   * Remove the workaround added for 2.6.20 and 2.6.21 kernels with
83     CONFIG_PARAVIRT enabled.  The mistaken GPL-labelling of core
84     interfaces was fixed in 2.6.22, which has now migrated to testing.
85   * Scan /var/log/openafs for core files with a PID appended when a server
86     run by bosserver exits with a signal.  bosserver was unable to
87     correctly handle core files for multithreaded servers since it
88     expected a filename of core and Linux always appends a PID to core
89     dumps by multithreaded processes.
90   * Fix make kdist in openafs-modules-source, inadvertently broken by a
91     missing genchanges script.
92   * Stop creating /var/lib/openafs/cores.  Nothing actually uses it.
93
94  -- Russ Allbery <rra@debian.org>  Tue, 16 Oct 2007 17:01:33 -0700
95
96 openafs (1.4.4.dfsg1-7) unstable; urgency=low
97
98   * Switch to quilt for managing patches to the upstream source.
99   * Stop installing the Administrator's Reference.  All of the useful
100     information in here has been converted to man pages.
101   * Use the upstream man page for pt_util, which lets us remove the
102     docbook-to-man build dependency.
103   * Update to the latest CellServDB from grand.central.org.
104   * Trim additional unuseful debug information from openafs-dbg.
105   * Restructure the source for the module package.  The build files for
106     the module build are now in debian/module in the source package and
107     there is a completely separate rules file.  This way, the module build
108     rules don't have to depend on quilt and the structure is clearer.
109   * Fix debhelper dependencies for the module build.
110   * Update module standards version to 3.7.2 (no changes required).
111
112  -- Russ Allbery <rra@debian.org>  Mon, 20 Aug 2007 17:54:00 -0700
113
114 openafs (1.4.4.dfsg1-6) unstable; urgency=low
115
116   * Apply upstream patch for the OpenAFS file server to treat clients that
117     have an all-zero UUID as if they don't have UUID support, working
118     around bugs in various client versions that can cause multiple hosts
119     to use all-zero UUIDs and conflict with each other.
120   * Use dpkg --print-architecture to determine the AFS sysname for both
121     regular builds (avoiding --print-installation-architecture, which is
122     deprecated) and kernel builds (avoiding arch, which is temporarily not
123     in unstable and which wouldn't do the right thing for cross-compiles).
124     Thanks, Chris Hanson.  (Closes: #435765)
125   * Add hppa as a recognized architecture for kernel module builds,
126     although OpenAFS currently only supports 2.4 kernels on HPPA so this
127     isn't that useful.
128
129  -- Russ Allbery <rra@debian.org>  Thu, 02 Aug 2007 19:54:00 -0700
130
131 openafs (1.4.4.dfsg1-5) unstable; urgency=low
132
133   * Apply upstream patch from Jeffrey Hutzelman to fix syscall probing on
134     AMD64 with Linux 2.6.22 kernels.  (Closes: #430179)
135   * Add a union to des_ks_struct and reorder includes to get the correct
136     alignment for DES code on SPARC.  Thanks, Chaskiel Grundman.  Partly
137     addresses #415952.
138   * Fix a typo in debian/kern-sysname that caused openafs-modules-source
139     to still assume all ia64 systems used Linux 2.4.  Thanks, Jakob
140     Haufe.  (Closes: #432344)
141   * Use LSB logging functions for openafs-fileserver and support passing
142     arguments to bosserver in /etc/default/openafs-fileserver by setting
143     DAEMON_ARGS.
144   * Clean up more completely after a purge of openafs-fileserver.  Remove
145     the files created by the server in /var/lib/openafs/local, remove
146     KeyFile and CellServDB.old from /etc/openafs/server, and remove
147     BosConfig from /etc/openafs.
148
149  -- Russ Allbery <rra@debian.org>  Tue, 17 Jul 2007 09:25:03 -0700
150
151 openafs (1.4.4.dfsg1-4) unstable; urgency=low
152
153   * Apply upstream patch from Jeffrey Hutzelman to fix kernel module
154     builds on ppc64.  (Closes: #427555)
155   * Apply upstream patches for Linux 2.6.22 support.  (Closes: #428401)
156   * Apply upstream patch to fix the AFS /proc structure under Linux
157     2.6.22.1 and later.
158   * Move /etc/openafs/server-local to /var/lib/openafs/local.  Most of the
159     files here are automatically generated and hence not configuration
160     files, and the file server has to write to this directory to start (so
161     having it in /etc breaks read-only / file systems).  Thanks, Alexei
162     Sheplyakov.  (Closes: #405697)
163   * Move upserver and upclient to /usr/lib/openafs (from /usr/sbin) to
164     match upstream's layout and for consistency with the other servers run
165     via bosserver.
166   * Use --name instead of --exec in the openafs-fileserver init script and
167     drop the --pidfile option (bosserver doesn't create a PID file) so
168     that we don't start a second bosserver on upgrades.
169   * Go back to using krb5-config.  The dependency problem has now been
170     fixed on all platforms in the krb5 package and this is the preferred
171     upstream method.
172
173  -- Russ Allbery <rra@debian.org>  Thu, 21 Jun 2007 03:02:32 -0700
174
175 openafs (1.4.4.dfsg1-3) unstable; urgency=low
176
177   * Always generate a UUID on client startup even if for some reason we
178     don't think we have any network interfaces.  Otherwise, the client
179     will use an all-zeroes UUID, which will collide with every other
180     client with the same problem.
181   * When afsd is started with -rmtsys, it starts another process that afsd
182     -shutdown doesn't kill.  Update the init script to kill this process
183     on stop.  (Closes: #405982)
184   * Don't use krb5-config to get a library list.  It runs the risk of
185     encoding unnecessary library dependencies.  Instead, hard-code the
186     flags and libraries we actually need.  (Closes: #424448)
187   * When loading a module using the upstream naming convention, don't
188     append the .mp to the module name for modprobe.  (Closes: #420597)
189
190  -- Russ Allbery <rra@debian.org>  Wed, 16 May 2007 18:16:12 -0700
191
192 openafs (1.4.4.dfsg1-2) unstable; urgency=low
193
194   * Debian kernels as of 2.6.20 enable CONFIG_PARAVIRT, which redefines
195     several core kernel calls as redirects through a paravirt.ops table
196     that's marked GPL-only.  This breaks all non-GPL modules that used
197     those (previously generally exported) calls even indirectly.  Apply a
198     hack to switch from spin_lock_irq to spin_lock_irqsave to avoid the
199     paravirt redirection so that the module will build.
200   * Enable ucontext for all Linux builds with glibc 2.4 or later, not just
201     with i386 and amd64, and (following an upstream patch) always use
202     ucontext on ia64.  Newer versions of glibc change internal structures
203     in ways that cause the old LWP code to have stack overflows.
204     (Closes: #419903) 
205   * Apply upstream patch to crashes on contention in afs_xuser when a
206     process in a PAG exits.  Thanks, Chaskiel Grundman.
207   * When determining the AFS sysname for kernel module builds, add
208     explicit cases for 2.6 kernels for all architectures that support them
209     (everything except non-64-bit sparc_linux).  Fixes build problems with
210     ia64 and probably other architectures.  Thanks to Ippokratis Pandis
211     for the debugging help.  (Closes: #411818)
212   * Prefer alpha_linux_26 to alpha_linux_24 for the non-kernel build on
213     Alpha, now that the source supports it.
214   * Add support for the s390x architecture.  Upstream supports it and
215     there's no reason not to.
216   * Fix the watch file to remove .dfsg\d+ when comparing versions.
217
218  -- Russ Allbery <rra@debian.org>  Thu, 19 Apr 2007 13:26:33 -0700
219
220 openafs (1.4.4.dfsg1-1) unstable; urgency=low
221
222   * Repackage upstream source to remove two additional files covered under
223     the APSL.  (Closes: #416685)
224   * Build-depend on Automake since we run aclocal during the build.  Not
225     having aclocal caused local patches to osconf.m4 to not be effective,
226     leading to the wrong compiler flags for shared libraries.  Thanks to
227     Frank Lichtenheld for the report.  (Closes: #416398, #416497, #418966)
228
229  -- Russ Allbery <rra@debian.org>  Thu, 12 Apr 2007 21:19:00 -0700
230
231 openafs (1.4.4-1) experimental; urgency=low
232
233   * New upstream release.  (Closes: #415699)
234     - Support newer Linux kernels.  (Closes: #409797, #410120)
235     - Add aklog fallbacks for null realms to support the referral
236       capability in MIT Kerberos 1.6 and later.  (Closes: #410314)
237   * Apply patch from Thomas Sesselmann to support setting options to pass
238     to bosserver in /etc/default/openafs-fileserver.  (Closes: #409357)
239   * Remove the rx_Init calls in the PAM module.  The internal counters
240     that had to be initialized that way have been removed.
241   * Now that we're running regen.sh as part of the build process, only
242     patch the Autoconf source files and not the generated output to make
243     the diff easier to audit.
244
245  -- Russ Allbery <rra@debian.org>  Mon, 26 Mar 2007 18:56:55 -0700
246
247 openafs (1.4.2-6) unstable; urgency=medium
248
249   * SECURITY: Apply upstream patch to disable setuid status on all cells
250     by default.  Prior versions of AFS defaulted to honoring setuid bits
251     in the local cell, but since unauthenticated file access in AFS is
252     unencrypted, an attacker could forge packets from an AFS file server
253     to synthesize a setuid binary in AFS.
254   * Apply upstream fix to use a single high-numbered group for the PAG on
255     2.6 kernels and sort the group properly.  Fixes AFS-caused group
256     ordering problems that could lead the kernel to ignore some group
257     membership for users.  (Closes: #414911)
258   * Apply upstream fix for segfaults in pts rename.  (Closes: #409184)
259   * Apply upstream fix to show reasonable free space numbers for AFS in
260     df.  Without this fix, some programs which use df to check free space
261     may think that directories in AFS are full and prevent the user from
262     attempting to write files.  (Closes: #415294)
263   * Translation updates:
264     - Dutch, thanks cobaco.  (Closes: #413701)
265     - Portuguese, thanks Miguel Figueiredo.  (Closes: #414800)
266
267  -- Russ Allbery <rra@debian.org>  Wed, 14 Mar 2007 18:37:12 -0700
268
269 openafs (1.4.2-5) unstable; urgency=low
270
271   * Translation updates:
272     - Chinese, thanks Chun Tian (binghe).  (Closes: #406063)
273
274  -- Russ Allbery <rra@debian.org>  Sun, 28 Jan 2007 13:43:16 -0800
275
276 openafs (1.4.2-4) unstable; urgency=low
277
278   * Update documentation to note that enabling v4 support or running
279     krb524d is no longer required for aklog to work.
280   * Translation updates:
281     - German, thanks Henrik Kroeger.  (Closes: #400800)
282
283  -- Russ Allbery <rra@debian.org>  Sun, 17 Dec 2006 17:09:41 -0800
284
285 openafs (1.4.2-3) unstable; urgency=low
286
287   * No longer pass explicit cache tuning options to afsd and instead let
288     OpenAFS automatically choose tuning based on the cache size.
289   * Accept trailing whitespace in ThisCell.
290   * Fix path canonicalization on the server, enabling bos getlog with a
291     simple log name to work properly against a Debian bosserver.
292   * Change the documentation of afsd -shutdown to be less dire and more
293     accurate.  Thanks, Daniel J. Priem.  (Closes: #394990)
294   * Document (at least partially) AFS's mapping of Kerberos v5 principal
295     names to Kerberos v4 format in the aklog man page.  Thanks, Daniel
296     J. Priem.  (Closes: #394832)
297   * Document that aklog -setpag may not always work.
298
299  -- Russ Allbery <rra@debian.org>  Mon, 20 Nov 2006 17:29:46 -0800
300
301 openafs (1.4.2-2) unstable; urgency=low
302
303   * Upstream fix to prevent butc segfaulting.
304
305  -- Sam Hartman <hartmans@debian.org>  Sat, 21 Oct 2006 20:57:09 -0400
306
307 openafs (1.4.2-1) unstable; urgency=medium
308
309   * New upstream release, fixes amd64 kernel issues
310   * Update CellServDB
311
312  -- Sam Hartman <hartmans@debian.org>  Fri, 20 Oct 2006 06:44:45 -0400
313
314 openafs (1.4.2~fc4-3) unstable; urgency=low
315
316   * Apply patch from Chaskiel Grundman to fix kernel panics when loading
317     the kernel module into AMD64 2.6.18 kernels.  (Closes: #390653)
318   * Apply upstream patch to fix klog segfaults.  (Closes: #390940)
319   * The UTS_RELEASE string is no longer found in linux/version.h in
320     2.6.18, so fall back on looking in config/kernel.release.  Thanks to
321     Marcus Watts for the patch.
322
323  -- Russ Allbery <rra@debian.org>  Thu,  5 Oct 2006 13:02:50 -0700
324
325 openafs (1.4.2~fc4-2) unstable; urgency=low
326
327   * Apply additional upstream patch for AMD64 2.6.18 kernel module build
328     issues.  (Closes: #389729)
329
330  -- Russ Allbery <rra@debian.org>  Sat, 30 Sep 2006 00:34:33 -0700
331
332 openafs (1.4.2~fc4-1) unstable; urgency=low
333
334   * New upstream release candidate.
335     - Builds with 2.6.18 on AMD64.  (Closes: #389729)
336   * Build an openafs-dbg package with debugging information for the
337     OpenAFS fileserver and volserver.
338   * Add LSB comments to the openafs-client and openafs-fileserver init
339     scripts.
340   * Update to debhelper compatibility level V5.
341
342  -- Russ Allbery <rra@debian.org>  Wed, 27 Sep 2006 11:06:48 -0700
343
344 openafs (1.4.2~fc2-1) unstable; urgency=low
345
346   * New upstream release candidate.
347     - Supports new Linux kernel versions.  (Closes: #383028)
348   * Translation updates:
349     - German, thanks Henrik Kroeger.  (Closes: #384803)
350
351  -- Russ Allbery <rra@debian.org>  Sun,  3 Sep 2006 12:42:59 -0700
352
353 openafs (1.4.1-4) unstable; urgency=low
354
355   * Apply upstream fix from Derek Atkins for compilation with kernel
356     versions prior to 2.6.10.  (Closes: #376576)
357
358  -- Russ Allbery <rra@debian.org>  Sun,  9 Jul 2006 12:35:44 -0700
359
360 openafs (1.4.1-3) unstable; urgency=low
361
362   * Include all of AFS's local XDR implementation in the build for
363     shlibafsrpc, fixing problems with undefined symbols in the PAM module
364     on AMD64.
365   * When creating a new file server in afs-newcell, use a set of tuning
366     flags from Harald Barth rather than relying on the defaults.  This
367     doesn't help with general bos create; long term, the defaults need to
368     be fixed.  (Closes: #364100)
369   * Add a note in README.servers about fileserver tuning options.
370   * Update debconf templates to follow the best practice recommendations
371     from the Developer's Reference.
372   * Regenerate the man pages on build since the pre-generated ones were
373     done with a very old version of pod2man.
374   * Update standards version to 3.7.2 (no changes required).
375   * Use a better method of optionally running make distclean.
376   * Add build-arch and build-indep targets, just in case.
377   * Translation updates:
378     - Czech, thanks Martin Å Ã­n.
379     - Portuguese (Brazil), thanks André Luís Lopes.
380     - French, thanks Christian Perrier.
381     - Vietnamese, thanks Clytie Siddall.
382
383  -- Russ Allbery <rra@debian.org>  Sun, 18 Jun 2006 11:22:11 -0700
384
385 openafs (1.4.1-2) unstable; urgency=low
386
387   * Exit successfully in the openafs-client init script if no module is
388     installed, since otherwise openafs-client will fail to install until
389     one builds a module.  This restores previous accidental behavior due
390     to a bug in debhelper.  (Closes: #362695)
391   * libopenafs-dev must conflict with liblwp-dev since they both provide
392     liblwp.a.  Thanks, Justin Pryzby.  (Closes: #362842)
393   * openafs-client recommends lsof, since the init script uses it for
394     cleaner shutdown.
395
396  -- Russ Allbery <rra@debian.org>  Sat, 15 Apr 2006 15:47:04 -0700
397
398 openafs (1.4.1-1) unstable; urgency=low
399
400   * New upstream release.
401     - Supports Linux 2.6.16.  (Closes: #358203)
402     - Suspend should work with newer kernels.  (Closes: #341588)
403     - Safer cache size calculation.  (Closes: #360176)
404     - Upstream now includes man pages, so remove our backport.
405   * Subsume openafs-krb5 into this source package.
406     - Acknowledge NMU.  (Closes: #304933)
407     - Update to the OpenAFS aklog and asetkey.  (Closes: #196094)
408     - Backport asetkey from upstream CVS.
409     - Include ka-forwarder from the old migration toolkit.
410     - Add man pages for asetkey and ka-forwarder.
411   * Subsume openafs-doc into this source package.
412   * Since 2.6 is the supported kernel for etch, build the userspace with
413     a sysname of *_linux26 where supported.  This only affects the sys
414     command.  (Using livesys instead is better.)  (Closes: #358118)
415   * Always pass the system type into Autoconf, following autotools-dev
416     best practices.
417   * Add an explicit copyright statement to debian/copyright.
418
419  -- Russ Allbery <rra@debian.org>  Fri, 14 Apr 2006 15:04:45 -0700
420
421 openafs (1.4.0-4) unstable; urgency=low
422
423   * Hopefully fix sparc64 kernel support.  Thanks, Troy Benjegerdes.
424     (Closes: #219429)
425   * Document the need to restart ptserver and vlserver on the existing
426     database servers when adding a new one.  Thanks, Niklas Edmundsson.
427     (Closes: #349659)
428   * Include xstat_cm_test and xstat_fs_test in openafs-client, as they're
429     quite useful for debugging.
430
431  -- Russ Allbery <rra@debian.org>  Tue, 14 Mar 2006 21:07:07 -0800
432
433 openafs (1.4.0-3) unstable; urgency=low
434
435   * Apply upstream patch from Chas Williams to be more careful about what
436     dentry is used in renames, avoiding a kernel fault when renaming
437     dentries accessed through multiple paths (such as RO and RW).
438   * Apply patch to allow the module to build with the Ubuntu kernel.
439     Thanks, Björn Torkelsson.  (Closes: #342607)
440   * Stop unconditionally forcing the compiler to cc or gcc in configure,
441     allowing, among other things, building the kernel module with a
442     compiler other than the default system compiler.  (Closes: #338306)
443   * Call kernel-version correctly from prep-modules, which fixes build
444     issues with manually-built kernels.  (Closes: #344851)
445   * Backport man pages from upstream CVS.  (Closes: #79763)
446   * Include afsmonitor and livesys in openafs-client.
447   * Include volinfo in openafs-fileserver.
448   * Document FAM's lack of support for AFS's security model and recommend
449     gamin instead.  (Closes: #343246)
450   * Add a hint to README.Debian on what to do about the cache partition if
451     running ReiserFS or XFS without a spare partition.
452   * Use make install into debian/tmp rather than make dest.  make dest is
453     mostly for Transarc compatibility and make install looks more like a
454     typical package and makes it easier to evaluate differences in FHS
455     location between upstream and Debian.  As a side effect, there's no
456     need to mess with the @sys link.  (Closes: #165909)
457   * Install more files with dh_install rather than install commands in
458     debian/rules so that *.install shows a more complete picture of what
459     goes into each package.
460   * Don't ignore make distclean errors.
461
462  -- Russ Allbery <rra@debian.org>  Tue, 27 Dec 2005 15:34:16 -0800
463
464 openafs (1.4.0-2) unstable; urgency=low
465
466   * Install more of the standard OpenAFS utilities.  (Closes: #138851)
467     - openafs-dbserver: Install prdb_check and vldb_check.
468     - openafs-fileserver: Install voldump.
469     - openafs-client: Install fstrace, scout, and up (as afs-up).
470     - Modify fstrace to load its catalog from /usr/share/openafs.
471   * Do not install kpwvalid.  The default version does little useful and
472     the kpwvalid binary must be in AFS for it to take effect.
473   * Overhaul the way kernel modules are built.
474     - Recommend linux-image rather than kernel-image for newer kernels.
475     - Always recommend the kernel package; since it's only a recommends,
476       there's no need to special-case the hand-built kernel case.
477     - Be less fragile about how the kernel version is used in prep-modules
478       to support other ways kernel modules are built.  (Closes: #341836)
479     - Add Build-Depends and Uploaders to the openafs-modules-source
480       control file.
481     - Remove unused parts of prep-modules and heavily comment it.
482   * openafs-client should only recommend the AFS kernel module.  Many of
483     the client programs will work in unauthenticated mode without it, and
484     openafs-fileserver depends on it (but doesn't require the kernel
485     module).  (Closes: #342095)
486   * openafs-modules-source no longer has to depend on as many libraries.
487   * Suggest the same PAM settings for pam_krb5 that libpam-krb5 does.
488   * Update uploader address.
489
490  -- Russ Allbery <rra@debian.org>  Tue,  6 Dec 2005 23:34:18 -0800
491
492 openafs (1.4.0-1) unstable; urgency=low
493
494   * New upstream version.
495     - Builds correctly with 2.6.13 kernels and software suspend.
496     - Builds correctly with 2.6.12-10.  (Closes: #337883)
497   * Install afsd in /sbin rather than /usr/sbin.  While putting /usr in
498     AFS isn't as common as it once was, no reason to make it harder than
499     it needs to be.
500   * Update CellServDB to the 2005-10-15 grand.central.org version.
501   * Install NEWS as an upstream changelog.
502   * Add a watch file.
503   * Remove the unused and uninstalled make-links script.
504
505  -- Russ Allbery <rra@stanford.edu>  Sun,  6 Nov 2005 21:37:40 -0800
506
507 openafs (1.4rc4-1) unstable; urgency=low
508
509   * New upstream version.
510     - Correctly handle root.afs becoming replicated after the client
511       starts.  This should resolve the problems with AFS eventually
512       failing on the first system using a new cell.  (Closes: #88906)
513   * When kill_all_afs is enabled in /etc/openafs/afs.conf, only kill AFS
514     processes if the runlevel is 0 or 6.  You really only want this when
515     the system is shutting down.  (Closes: #325347)
516   * Remove the init script check of the cache file system and instead
517     improve the check in afsd.  The init script check used stat, which is
518     in /usr/bin and therefore not fair game for init scripts.
519   * Set PATH in the init script, just in case.
520   * libpam-openafs-kaserver must depend on openafs-client, not just
521     recommend it, since acquiring tokens requires that the client be
522     running.
523   * Expand README.Debian and include information about PAM configuration.
524   * Link libpam-openafs-kaserver's doc directory to openafs-client.
525   * Make the short descriptions shorter.
526   * Translation updates.
527     - Portuguese (Brazil), thanks André Luís Lopes.
528
529  -- Russ Allbery <rra@stanford.edu>  Wed, 21 Sep 2005 13:36:34 -0700
530
531 openafs (1.4rc1-1) unstable; urgency=low
532
533   * New upstream version.
534   * Install pam_afs.krb.so on hppa.  I believe the new PAM module build
535     process fixes the issue that was being worked around before.
536   * Improve the documentation and scripts for setting up new servers or a
537     new cell.  afs-rootvol can now be run from a client configured to use
538     dynroot.  afs-newcell generates the server CellServDB directly to work
539     around oddities with bos addhost.  There are many other, more minor
540     improvements as well.  Thanks to Faheem Mitha and Sergio Gelato for
541     analysis and patches.  (Closes: #322638)
542   * Update the configuration transcript to reflect the current packages,
543     messages, and instructions.  Thanks, Faheem Mitha.
544   * Fill in the server CellServDB with information about the local cell,
545     if available in the client CellServDB, rather than always initializing
546     it to contain just the name of the cell.
547   * Detect AFS caches on non-ext2/ext3 file systems and abort AFS client
548     initialization.  (Closes: #249315)
549   * Provide a way of setting sysname in afs.conf.  (Closes: #324694)
550   * Don't create the unused /etc/openafs/AFSLog file.  (Closes: #120097)
551   * Redo how library object files are found for the PAM module build to
552     avoid assuming C locale character set behavior.  (Closes: #323582)
553   * Remove the openafs-client warning against dynroot for the first system
554     in a cell now that afs-rootvol can cope.  Provide some basic
555     documentation of the CellAlias syntax in that message until we have a
556     real man page.
557   * Suggest openafs-doc.
558   * Update standards version to 3.6.2 for the kernel module packages (no
559     changes required).
560   * Translation updates.
561     - Czech, thanks Martin Sin.
562     - Vietnamese, thanks Clytie Siddall.
563     - French, thanks Christian Perrier.
564
565  -- Russ Allbery <rra@stanford.edu>  Fri, 26 Aug 2005 01:30:21 -0700
566
567 openafs (1.3.87-1) unstable; urgency=low
568
569   * New upstream version.
570     - Fixes build problems with 2.6.12.3 and later.  (Closes: #320099)
571   * Add support for ppc64, thanks Andreas Jochens.  (Closes: #322020)
572   * Improve the openafs-client init script.
573     - Update the default client options based on the cache tuning synopsis
574       by Jeffrey Hutzelman, including setting a larger chunksize for all
575       default option sets.  (Closes: #303944)
576     - Choose the client options based on the cache size by default.
577     - Move the code to build the options string to the init script from
578       afs.conf so that afs.conf is pure configuration.
579     - Add an AFS_PRE_SHUTDOWN hook called before shutting down the client.
580     - Provide a shutdown hook, disabled by default, that kills all
581       processes with files open in /afs.  Enabling this ensures a more
582       reliable clean shutdown and umounting of the cache partition, but
583       may not always be what the admin wants.
584     - Improve the readability of the output on start.
585     - Significantly improve the comments in afs.conf.
586     - Remove the code to set -nosettime as it's now the default.
587   * Move the openafs-client init script and afs.conf file we use into the
588     debian directory rather than patching the upstream version.  We've
589     diverged so much that there's no point in continuing to merge changes.
590   * Diagnose unsupported architectures earlier and with a clearer error.
591   * Suppress error messages from a missing kernel version header since
592     they occur normally when doing the regular package build and are just
593     confusing.  Instead, print an error in kern-sysname and abort if the
594     kernel version could not be determined.
595   * Rework how PAM modules are handled.
596     - Build against the pthread-aware libraries.  (Closes: #297804)
597     - Use the shared library objects instead of building separate PIC
598       objects, eliminating the need for many Makefile modifications.
599     - Include pam_afs.krb.so as well.  (Closes: #165972)
600   * Don't include the empty /usr/src/modules directory in
601     openafs-modules-source, only the tarball, to match how other kernel
602     module source packages behave.  (Closes: #244685)
603   * Update config.guess and config.sub.
604   * Translation updates.
605     - French, thanks Christian Perrier.  (Closes: #318807)
606     - Vietnamese, thanks Clytie Siddall.  (Closes: #319705)
607     - Czech, thanks Martin Sin.  (Closes: #319940)
608
609  -- Russ Allbery <rra@stanford.edu>  Sun, 14 Aug 2005 14:41:48 -0700
610
611 openafs (1.3.82-2) unstable; urgency=low
612
613   * Output error messages from heredocs in the init script with cat rather
614     than echo.  Thanks, Reid Barton.  (Closes: #311729)
615   * Make bosserver less picky about permissions and remove the attempt to
616     set /etc/openafs/server-local not-world-readable since dh_fixperms was
617     overridding it anyway.  (Closes: #312921)
618   * Fix some spacing and capitalization errors in the debconf templates.
619     Thanks, Clytie Siddall.  (Closes: #316597)
620   * Initial Czech translation, thanks Martin Sin.  (Closes: #310699)
621   * New Vietnamese translation, thanks Clytie Siddall.  (Closes: #316598)
622   * Update standards version to 3.6.2 (no changes required).
623
624  -- Russ Allbery <rra@stanford.edu>  Mon, 11 Jul 2005 17:34:13 -0700
625
626 openafs (1.3.82-1) unstable; urgency=medium
627
628   * New upstream version.  (Closes: #307699)
629     - Proper locking for preempt kernels.  This bug manifested as an
630       inability to shut down AFS cleanly.  (Closes: #308399, #304040)
631     - Correctly handle the inotify semaphore.  (Closes: #303495)
632   * Repackage upstream to remove MacOS-specific files covered by the APSL.
633     Remove the WINNT directory to save space since we have to repackage
634     anyway.  Provide a get-orig-source target to do the repackaging.
635   * libpam-openafs-kaserver: Fix compilation so that the PAM module isn't
636     missing symbols and therefore unusable.  (Closes: #308844)
637   * Apply patch from Chas Williams to fix stale cache data from deleted
638     files, a bug introduced in 1.3.82.
639   * In all cases, only build the module appropriate to the kernel we're
640     building against.  Building an SMP module against a non-SMP kernel
641     fails due to missing defines.  (Closes: #225907)
642   * README.modules: Add documentation for module-assistant and recommend
643     it when using Debian kernels.  Mention divergences from upstream in
644     module naming.  (Closes: #253168)  Emphasize that the kernel source
645     tree used for make-kpkg must be identically configured to the kernel
646     the module will be used with.
647   * Update copyright with more complete information from upstream
648     src/LICENSE.
649   * Simplify clean target.  Upstream make distclean is now better.
650
651  -- Russ Allbery <rra@stanford.edu>  Tue, 10 May 2005 21:09:55 -0700
652
653 openafs (1.3.81-5) unstable; urgency=low
654
655   * Handle modules named either with or without the .mp extension on SMP
656     hosts.  (Closes: #305389, #307280, #307797)
657   * README.Debian: Document that the client cache partition must be ext2
658     or ext3 and that XFS and ReiserFS will not work.  upserver and
659     upclient are now provided.  Provide some information about why
660     kaserver is not provided.  (Closes: #249315)
661   * Overhaul the module build rules.
662     - Use debhelper to build the module binary package.
663     - Let debhelper handle the module postinst and prerm control scripts.
664     - Properly support modules_config and modules_clean.
665     - Break the build process into configure, build, install, and binary
666       rules, paralleling the regular build rules and making it easier to
667       maintain the make-kpkg build targets.
668     - Include the kernel version in the long description.
669     - Update standards version of module packages to 3.6.1.
670     - Include the copyright and basic documentation in the module binary
671       package.  Otherwise, policy requires an exact versioned dependency
672       on the package containing the copyright file.
673   * Update standards version to 3.6.1.
674     - Install Debian::OpenAFS::ConfigUtils in /usr/share, not /usr/lib.
675     - Always enable debugging symbols and disable optimization if noopt is
676       set in DEB_BUILD_OPTIONS.  (Alas, this doesn't entirely work; the
677       upstream makefiles don't always honor the configure options.)
678     - /etc/init.d/openafs-fileserver restart starts bosserver if it's not
679       already running.
680   * Update debhelper compatibility level to V4.
681     - Remove all *.conffiles control files.  They're no longer needed.
682     - Use misc:Depends to get debconf dependencies.
683     - Use dh_install rather than the movefiles script.
684   * openafs-dbserver doesn't need to depend on debconf.
685   * Use dh_perl to get the correct Perl dependency for openafs-dbserver.
686   * Remove unnecessary build dependencies.
687   * Depend on comerr-dev rather than e2fslibs-dev.
688   * Remove unnecessary preinst for openafs-fileserver.
689   * Clean up and reformat package build rules.
690   * Update lintian overrides.
691
692  -- Russ Allbery <rra@stanford.edu>  Sat,  7 May 2005 20:57:12 -0700
693
694 openafs (1.3.81-4) unstable; urgency=low
695
696   * make-kpkg doesn't run fakeroot for us but instead expects the module
697     rules file to use $(ROOT_CMD) appropriately.  (Closes: #237861)
698   * Put the compiled modules into KPKG_DEST_DIR if set.  This appears to
699     be preferred over DEB_DEST by the make-kpkg documentation.  Thanks,
700     Jonas Smedegaard.  (Closes: #206403)
701   * Add a check to afs-newcell to ensure the local hostname doesn't
702     resolve to 127.0.0.1.  (Closes: #163751)
703   * Exclude .svn directories from the modules source tarball.
704   * Fix genchanges for module builds to not fail when trying to remove a
705     nonexistent file.
706     * New French translations from Christian Perrier, Closes: #305780
707
708  -- Russ Allbery <rra@stanford.edu>  Sun, 17 Apr 2005 00:00:27 -0700
709
710 openafs (1.3.81-3) unstable; urgency=low
711
712   * Patch from kcr to fix osconf.m4 so that sparc defines afs_pthread_env
713     and thus builds.
714
715  -- Sam Hartman <hartmans@debian.org>  Wed,  6 Apr 2005 19:54:24 -0400
716
717 openafs (1.3.81-2) unstable; urgency=low
718
719   * Oops, update debian/sysname because hppa is hppa not parisc-*-linux-*
720     since we now use dpkg --print-installation-architecture
721
722  -- Sam Hartman <hartmans@debian.org>  Wed,  6 Apr 2005 11:10:14 -0400
723
724 openafs (1.3.81-1) unstable; urgency=low
725
726   * New Upstream version
727   * Use Linux 2.4 as the claimed userspace OS for alpha; hopefully this
728     resolves the  largefile issue and allows us to build again, Closes: #271923
729
730  -- Sam Hartman <hartmans@debian.org>  Wed,  6 Apr 2005 08:08:29 -0400
731
732 openafs (1.3.80-1) UNRELEASED; urgency=low
733
734   *  New upstream version, Closes: #297781
735   * I think this works on sparc better and definitely works on 2.6.10, Closes: #283488
736   * Make thiscell a high debconf value, Closes: #302939
737   * New upstream version (1.3.79)
738         - Works with 2.6.10, Closes: #296835
739   * Use amd64 not x86_64 for sysname script, Closes: #296855
740   * Patches from kcr
741       - Loosen dependencies for client and modules
742       - Enable debugging
743       - Some callbacks later stuff and fix short bitfield
744       - Fix permissions on /etc/openafs/server-local, Closes: #271460
745   
746   * Versions 1.3.79 an newer work on amd64, Closes: #262382
747
748  -- Sam Hartman <hartmans@debian.org>  Mon,  4 Apr 2005 00:32:42 -0400
749
750 openafs (1.3.77-1) unstable; urgency=low
751
752   * New upstream version
753   * Target for unstable not experimental
754   * New CellServDB
755   * OpenAFS seems not to have a changelog available, so stop shipping it.
756   * Build openafs.ko not libafs.ko so the right name appears in lsmod
757
758  -- Sam Hartman <hartmans@debian.org>  Sat,  8 Jan 2005 20:02:23 -0500
759
760 openafs (1.3.74-1) experimental; urgency=low
761
762   * New upstream version
763
764  -- Sam Hartman <hartmans@mit.edu>  Mon, 15 Nov 2004 16:58:02 -0500
765
766 openafs (1.3.73-1) experimental; urgency=low
767
768   * New upstream version
769     -  Works with 2.6.8 and 2.6.9, Closes: #277521
770   * Remove call to dh_suidregister
771   * Update sysname to prefer 2.4 on more arches for largefile issues
772   * Patch from pnelson@ANDREW.CMU.EDU to add x86_64 support to sysname scripts
773   * debian/sysname: Use installation architecture 
774
775  -- Sam Hartman <hartmans@debian.org>  Wed, 27 Oct 2004 20:42:12 -0400
776
777 openafs (1.3.71-1) experimental; urgency=low
778
779   * New upstream version
780
781  -- Sam Hartman <hartmans@mit.edu>  Tue, 31 Aug 2004 09:45:59 -0400
782
783 openafs (1.3.70-1) experimental; urgency=low
784
785   * New upstream version
786   * debian/kern-sysname: 2.6* not 2.6
787   * Enable supergroups and largefile-fileserver
788
789  -- Sam Hartman <hartmans@debian.org>  Sun, 15 Aug 2004 18:56:48 -0400
790
791 openafs (1.3.65-1) experimental; urgency=low
792
793   * New upstream Version, Closes: #256580
794
795  -- Sam Hartman <hartmans@debian.org>  Mon, 28 Jun 2004 19:40:30 -0400
796
797 openafs (1.3.64-2) experimental; urgency=low
798
799   * Allow loading of a .ko file not just .o
800
801  -- Sam Hartman <hartmans@debian.org>  Mon, 31 May 2004 13:46:05 -0400
802
803 openafs (1.3.64-1) experimental; urgency=low
804
805   * New upstream version
806   * Add 2.6 to kern-sysname for i386
807   * Apply patch from
808     /afs/cs.cmu.edu/user/jhutz/junk/openafs-patches/openafs-build-on-linux26  which correctly generates 2.6 modules, Closes: #234284
809   * use make only_libafs not dest_only_libafs
810     - AS a result, build times are much faster, Closes: #144781
811   * Correct module build scripts to install module package from new location
812   * Fix afslocaldir to be /etc/openafs/server-local, Closes: #237154
813
814  -- Sam Hartman <hartmans@debian.org>  Sun, 30 May 2004 18:12:54 -0400
815
816 openafs (1.2.12-1) unstable; urgency=medium
817
818   * New upstream version
819   * Medium urgency because this version fixes a significant server crash
820     bug.  Windows clients, particularly greater than version 1.3.70 tend
821     to crash openafs servers.
822   * Cause openafs-kpasswd to conflict  with kerberos4kth-clients, Closes:
823     #277844 
824   * Conflict between libopenafs-dev and arla-dev, Closes: #274788
825
826  -- Sam Hartman <hartmans@debian.org>  Fri, 22 Oct 2004 16:21:29 -0400
827
828 openafs (1.2.11-3) unstable; urgency=high
829
830   * Now that libopenafs-dev contains binaries, it should have shared
831     library dependencies, Closes: #267509
832   * New fr.po from Christian Perrier, Closes: #237098
833
834  -- Sam Hartman <hartmans@debian.org>  Tue, 24 Aug 2004 12:10:02 -0400
835
836 openafs (1.2.11-2) unstable; urgency=low
837
838   * Install rxgen
839   * Install upserver and upclient
840   * Mark as version 1.2.11, Closes: #255883
841
842  -- Sam Hartman <hartmans@debian.org>  Thu, 12 Aug 2004 14:27:39 -0400
843
844 openafs (1.2.11-1) unstable; urgency=high
845
846   * Versions prior to 1.2.10 stopped working with multiple servers in a
847     cell because of a ubik bug prompting the 1.2.11 release.
848   * Fix afs startup script not to start afsd if already running; really
849     fixed in 1.2.10-3, but not documented, Closes: #219702
850
851  -- Sam Hartman <hartmans@debian.org>  Sat, 10 Jan 2004 16:37:33 -0500
852
853 openafs (1.2.10-3) unstable; urgency=low
854
855   * Fix Openafs not to include kernel headers from /usr/include,
856   Closes: #220600 
857   * Fix typo in openafs templates, Closes: #215714
858   * New French translations, Closes: #216158
859   * Build-depend on e2fslibs-dev to get appropriate headers
860
861  -- Sam Hartman <hartmans@debian.org>  Thu, 20 Nov 2003 16:02:45 -0500
862
863 openafs (1.2.10-2) unstable; urgency=low
864
865   * New Brazilian Portuguese (pt_BR) translations, Closes: #208035
866   * Don't conflict with ircd, Closes: #204865
867   * Fix wording of question about using dynroot, Closes: #209332
868   * New French debconf translations, sorry about the delay in including these, Closes: #203608
869   * Avoid yes/no construction in openafs-client templates, Closes: #198476
870   * Fix libpam-openafs-kaserver to include the symbols it needs, patch
871     from Daniel Joseph Barnhart Clark , Closes: #194818
872
873  -- Sam Hartman <hartmans@debian.org>  Mon, 13 Oct 2003 00:38:42 -0400
874
875 openafs (1.2.10-1) unstable; urgency=low
876
877   * New upstream version
878   * net/*.h included properly by kernel module, Closes: #204642
879   * Don't build libafsrpc or libafsauthent, as we can't exactly use them
880     because they contain non-pic code, Closes: #203456
881   * I think I finally build the PAM module on hppa, Closes: #179679
882   * Decnet includes should work now because of the change of the net
883     symlink, Closes: #204486
884   * Escape $ in debian/rules, Closes: #204185
885
886  -- Sam Hartman <hartmans@debian.org>  Sun, 24 Aug 2003 18:03:21 -0400
887
888 openafs (1.2.9-3) unstable; urgency=low
889
890   * Add support for kernel headers, thanks to Patrick Sodre, 
891     Closes: #173137 
892   * Add patch to support the Debian 2.4.21 Kernel sources, thanks to amu,
893     Closes: #198774
894   * Add chronyd to list of programs we assume set the clock, thanks RISKO
895     Gergely, Closes: #201725
896   * Fix template formatting (extra leading spaces), Closes: #198477
897   * New French translations, thanks Christian Perrier, Closes: #198719
898   * Fix PAM problem on hppa, Closes: #179679
899   * Don't translate defaults: Closes: #198384
900   * Fix movefiles error handling and errors exposed by this change.  The
901     contents of libopenafs-dev  were somewhat wrong because of this.
902   * Make /usr/src/modules root.src 775, Closes: #201733
903
904  -- Sam Hartman <hartmans@debian.org>  Sat, 26 Jul 2003 18:03:31 -0400
905
906 openafs (1.2.9-2) unstable; urgency=low
907
908   * Fix   to not build PAM krb since we don't install it and it breaks alpha, Closes: #189548
909   * Don't install pagsh man page symlink since we no longer link to
910     undocumented, Closes: #189860
911
912  -- Sam Hartman <hartmans@debian.org>  Mon, 21 Apr 2003 21:05:51 -0400
913
914 openafs (1.2.9-1) unstable; urgency=low
915
916   * Literal newline fixes, Closes: #175627
917   * Require new kernel modules per upstream change.
918   * New upstream version
919   * Fix section of libopenafs-dev to libdevel
920   * openafs-client stop should shut down afsd if it is running even if afs
921     not mounted, Closes: #188000
922       * Fix to build on alpha again; PAM patch was broken
923   * Report i386_linux24 not linux22 on i386, Closes: #187789
924   * Convert to po-debconf, patch from Andre Luis Lopes, CLoses: #187901
925   * Fix from Lamont to build on hppa, Closes: #179679
926
927  -- Sam Hartman <hartmans@debian.org>  Sun, 13 Apr 2003 17:21:54 -0400
928
929 openafs (1.2.8-4) unstable; urgency=low
930
931   * Fix from Eduard Bloch to compile on kernels with variable numbers of
932     CPUs; he is not sure it actually works yet though, Closes: #178505
933   * Patch that might possibly fix the fails to build on recent unstable;
934     definitely fixes a bug in include path handling, but I am not sure it
935     is a correct patch since I cannot reproduce the problem, Closes: #178154
936
937  -- Sam Hartman <hartmans@debian.org>  Sun,  2 Feb 2003 14:08:14 -0500
938
939 openafs (1.2.8-3) unstable; urgency=medium
940
941   * Patch from Eduard Bloch <blade@debian.org> to build the PAM module for
942     kaserver users; the main thing this patch does in create a bunch of
943     PIC object files so it is a policy-conformant shared library, Closes:
944     #174668 
945   * Do not include -I/usr/include and especially -I/usr/include/sys in the
946     PAM Makefile so gcc 3.2 works; already fixed upstream, Closes: #176538
947
948  -- Sam Hartman <hartmans@debian.org>  Sun, 19 Jan 2003 17:44:53 -0500
949
950 openafs (1.2.8-2) unstable; urgency=low
951
952   * Convert v5 principal names to v4 style names in rxkad 2b.  Especially
953     important for rcmd vs host
954   * Fix debian/rules clean to remove  generated files, Closes: #174625
955   * Fix AFS not to declare errno, Closes: #174059
956
957  -- Sam Hartman <hartmans@debian.org>  Fri,  3 Jan 2003 15:28:30 -0500
958
959 openafs (1.2.8-1) unstable; urgency=low
960
961   * New upstream version
962
963  -- Sam Hartman <hartmans@debian.org>  Tue, 10 Dec 2002 23:43:46 -0500
964
965 openafs (1.2.7-3) unstable; urgency=low
966
967   * Apparently OpenAFS and  ircd conflict on a UDP port, so you can't use
968     both at once, Closes: #150242
969   * Patch from seph to add -nosettime when ntp is installed, Closes: #155123
970   * Fix bosserver  shutdown on restart after upgrade, Closes :#155586
971   * Install translate_et, Closes: #138672
972   * Allow byacc instead of bison
973   
974  -- Sam Hartman <hartmans@debian.org>  Tue,  3 Dec 2002 22:30:44 -0500
975
976 openafs (1.2.7-2) unstable; urgency=low
977
978   * Fix uss to build with bison 1.50 and 1.75 so we can throw away the
979     resulting binaries, Closes: #164366
980   * Evaluate all limited range of comparison warnings; a warning in
981     rxkad_client.c remains but is harmless, other warnings pointed to
982     potential problems that were fixed, Closes: #162754
983   * Fix s390 modules to actually build, Closes: #162772
984
985  -- Sam Hartman <hartmans@debian.org>  Sun, 20 Oct 2002 15:20:19 -0400
986
987 openafs (1.2.7-1) unstable; urgency=low
988
989   * Fix typo in templates, Closes: #150356
990   
991   * New upstream version
992
993  -- Sam Hartman <hartmans@debian.org>  Thu, 26 Sep 2002 16:11:25 -0400
994
995 openafs (1.2.6-1) unstable; urgency=low
996
997
998   * New upstream version
999   * Update CellServDB, Closes: #154893
1000   * Add debconf support for fakestat
1001   * Patch from Sergio Gelato to avoid use of host, Closes: #144264
1002   * Install sys because it was requested
1003   * Fix version string, Closes: #153136
1004  -- Sam Hartman <hartmans@debian.org>  Fri,  2 Aug 2002 17:33:11 -0400
1005
1006 openafs (1.2.5-1) unstable; urgency=low
1007
1008   * New upstream version.
1009
1010  -- Sam Hartman <hartmans@debian.org>  Mon, 10 Jun 2002 08:09:05 -0400
1011
1012 openafs (1.2.4-1) unstable; urgency=low
1013
1014   * New upstream version
1015   * Now builds for ia64, closes: #142287
1016   * Now works again with 2.2 kernels, thanks to upstream fix, closes: #140187
1017   * openafs-modules-source depends on kernel-package, Closes: #137169
1018   * Fix typo in readme.modules, Closes: #148155
1019
1020  -- Sam Hartman <hartmans@debian.org>  Sun,  2 Jun 2002 17:54:42 -0400
1021
1022 openafs (1.2.3final2-5) unstable; urgency=medium
1023
1024   * Fix subarch handling, closes: #139662
1025   * Update module control files to use  net not non-us
1026
1027  -- Sam Hartman <hartmans@debian.org>  Thu, 18 Apr 2002 13:13:16 -0400
1028
1029 openafs (1.2.3final2-4) unstable; urgency=low
1030
1031   * Move from non-us to main.
1032   * Fix ultrasparc 2.4 build to actually work.
1033
1034  -- Sam Hartman <hartmans@debian.org>  Sat, 16 Mar 2002 15:33:33 -0500
1035
1036 openafs (1.2.3final2-3) unstable; urgency=medium
1037
1038   * Oops, install backup
1039
1040  -- Sam Hartman <hartmans@debian.org>  Thu,  7 Mar 2002 08:12:34 -0500
1041
1042 openafs (1.2.3final2-2) unstable; urgency=low
1043
1044   * Add dynroot support to debconf; currently no support for creating
1045     CellAliases  automatically
1046   * Don't call depmod since we call update-modules, closes: #132851
1047   * Add hppa to debian/sysname, process.c patch from Lamont, closes: #134173
1048
1049  -- Sam Hartman <hartmans@debian.org>  Mon, 25 Feb 2002 15:45:32 -0500
1050
1051 openafs (1.2.3final2-1) unstable; urgency=low
1052
1053   * Upstream released a new version that they call 1.2.3 after things were
1054     tagged  in the Debian repository.
1055
1056  -- Sam Hartman <hartmans@debian.org>  Wed, 30 Jan 2002 16:59:04 -0500
1057
1058 openafs (1.2.3final-1) unstable; urgency=low
1059
1060   * New upstream release
1061   * Add support for fs setcrypt in debconf; by default traffic is encrypted.
1062
1063  -- Sam Hartman <hartmans@debian.org>  Wed, 30 Jan 2002 10:46:46 -0500
1064
1065 openafs (1.2.3candidate3-1) unstable; urgency=low
1066
1067   *  New  upstream release candidate
1068   * Use different version number format; people who installed rc1 will
1069     need to upgrade manually.  Sorry, but rc1 was never uploaded to Debian.
1070   * Support sparc_linux24
1071
1072  -- Sam Hartman <hartmans@debian.org>  Sun, 27 Jan 2002 19:57:04 -0500
1073
1074 openafs (1.2.3.candidate1-1) unstable; urgency=low
1075
1076   *  New upstream release candidate
1077   * Add ia64 as a potential architecture
1078
1079  -- Sam Hartman <hartmans@debian.org>  Tue, 22 Jan 2002 19:00:51 -0500
1080
1081 openafs (1.2.2-3) unstable; urgency=low
1082
1083   * Support s390, closes: #123540
1084   * Support update-alternatives for pagsh, closes: #122144
1085   * Note that alpha port doesn't work for fileservers, closes: #127387
1086   * Implement subarch, closes: #126192
1087
1088  -- Sam Hartman <hartmans@debian.org>  Mon,  7 Jan 2002 05:26:03 -0500
1089
1090 openafs (1.2.2-2) unstable; urgency=low
1091
1092   * Don't declare lseek in auth/ktc.c; sent upstream
1093   * Allow /etc/openafs/server to be mode 700 and /var/lib/openafs to be
1094     755, closes: #120072
1095   *  Don't try to shut down during afs-newcell until we've done enough
1096     that works, closes: #119452
1097   * Fix message  output on server failed to start, closes: #119461
1098   * Fix openafs to deal if /etc/openafs/server/ThisCell has a newline,
1099     closes: #118086 
1100
1101  -- Sam Hartman <hartmans@debian.org>  Sun, 25 Nov 2001 20:03:01 -0500
1102
1103 openafs (1.2.2-1) unstable; urgency=low
1104
1105   * New upstream release.
1106   * We now require openafs-modules1 and conflict with openafs-modules.
1107   Our modules packages now provide openafs-modules1.  This is because
1108   upstream made a forward and backward incompatible change in the modules
1109   interface.
1110    * Include buserver in openafs-dbserver, butc and fms in openafs-client.c
1111     butc and fms may move, but they are there for now, closes: #114313
1112
1113  -- Sam Hartman <hartmans@debian.org>  Sun, 14 Oct 2001 15:07:10 -0400
1114
1115 openafs (1.2.1-1) unstable; urgency=low
1116
1117   * New upstream version.
1118   * Document that you may need to append a version for newer kernels,
1119     closes: #112246 
1120
1121  -- Sam Hartman <hartmans@debian.org>  Thu, 20 Sep 2001 03:10:54 -0400
1122
1123 openafs (1.2.0-3) unstable; urgency=high
1124
1125   * High until we get this into testing.
1126   * Fix dependency on ncurses, closes: #112244
1127   * Fix typo in German template added in last version, closes: #112289
1128
1129  -- Sam Hartman <hartmans@debian.org>  Fri, 14 Sep 2001 23:40:25 -0400
1130
1131 openafs (1.2.0-2) unstable; urgency=high
1132
1133   * Fix PPC makefile so that it finds install; this time actually
1134     submitted upstream. 
1135   * Have openafs-modules-source depend on libpam0g-dev because upstream
1136     seems to need it.  Bug opened upstream asking if this is really necessary.
1137   * Include German template, closes: #110087
1138
1139  -- Sam Hartman <hartmans@debian.org>  Thu, 13 Sep 2001 16:58:53 -0400
1140
1141 openafs (1.2.0-1) unstable; urgency=high
1142
1143   * Fix typo in  README.servers; thanks to mdz@debian.org, closes: #109199
1144   * Upstream patch for configure-style path handling accepted, closes: #88897
1145   * New upstream version.
1146   * Update upstream changelog
1147
1148  -- Sam Hartman <hartmans@debian.org>  Tue, 11 Sep 2001 16:21:35 -0400
1149
1150 openafs (1.1.1-3) unstable; urgency=low
1151
1152   * Oops, that last upstream patch for rx debug and version didn't work on
1153     Linux.  Since some Debian users may run Linux, let's try again.
1154
1155  -- Sam Hartman <hartmans@debian.org>  Sat, 21 Jul 2001 12:48:00 -0400
1156
1157 openafs (1.1.1-2) unstable; urgency=medium
1158
1159   * Swallow before vomiting, for it is the Debconf way, closes: #106030
1160   * Fix setting of INSTALL macro on powerpc, closes: #106019
1161   * Support AFSDB in debconf.  By default now (assuming you take the new
1162     /etc/openafs/afs.conf), AFS will look up cells  it doesn't know
1163     about in DNS.
1164   * Include upstream patch to prevent potential DOS with two RX servers
1165     looping rxdebug and version amongst each other.
1166   * Install rxdebug (oops)
1167   * Fix lintian overrides to get Lintian to stop complaining about
1168     non-problems. 
1169
1170  -- Sam Hartman <hartmans@debian.org>  Sat, 21 Jul 2001 08:53:10 -0400
1171
1172 openafs (1.1.1-1) unstable; urgency=low
1173
1174   * New upstream release to fix readlink sometimes giving permission
1175     denied when it shouldn't.
1176   * Bring back the upstream changelog, now with change descriptions
1177   * Patch to give better error messages when  copyonwrite fails in the
1178     fileserver (contributed upstream)
1179   * New CellServDB
1180   
1181  -- Sam Hartman <hartmans@debian.org>  Fri, 20 Jul 2001 08:12:24 -0400
1182
1183 openafs (1.1.0-1) unstable; urgency=low
1184
1185   * New Upstream release.
1186   * Warn if not running as root for afs-newcell|rootvol, closes: #103532
1187   * Work around upstream make clean target not working correctly.
1188  -- Sam Hartman <hartmans@debian.org>  Mon, 16 Jul 2001 06:13:41 -0400
1189
1190 openafs (1.0.90.20010710.snapshot-1) experimental; urgency=low
1191
1192   *  New upstream snapshot
1193   * Fix module package to not have build cruft
1194   * Use --disable-kernel-module option except for module sources
1195   * Attempt to build modules correctly, although still not in right place
1196   * Pretend we build for alpha. This is mostly not a fiction, although I
1197     don't really know that much more than the kernel module and afsd
1198     work.  The pointer cast warnings are frightening.
1199
1200  -- Sam Hartman <hartmans@debian.org>  Wed, 11 Jul 2001 11:41:22 -0400
1201
1202 openafs (1.0.90.20010704.snapshot-1) experimental; urgency=low
1203
1204   * New upstream snapshot.  Support AFSDB records and many other
1205     features.  Not at all stable yet.  This is packaged so I and others
1206     can try it out.
1207
1208  -- Sam Hartman <hartmans@debian.org>  Thu,  5 Jul 2001 04:04:20 -0400
1209
1210 openafs (1.0.4-3) unstable; urgency=medium
1211
1212   * Fix patch introduced in -2 to be consistent with what is sent upstream.
1213   * openafs-modules-source depends on debhelper
1214
1215  -- Sam Hartman <hartmans@debian.org>  Wed,  4 Jul 2001 03:52:37 -0400
1216
1217 openafs (1.0.4-2) unstable; urgency=low
1218
1219   * Fix modversions and athlon memcpy mmx bug, closes: #91925
1220   * Fix openafs-client to fail rather than starting a useless afsd if we don't have any db servers
1221   * If AFS client fails to start for afs-newcell, then complain, closes: #98303
1222   * New CellServDB
1223   * Fix module builds on non-i386, closes: #100939
1224
1225  -- Sam Hartman <hartmans@debian.org>  Sun, 17 Jun 2001 01:22:37 -0400
1226
1227 openafs (1.0.4-1) unstable; urgency=low
1228
1229   * New upstream version, closes: #92776
1230   * Allow openafs-client to depend on openafs-modules-source not just
1231     openafs-modules.  This allows us to be installable on testing even
1232     without binary modules which may become a necessity given the current
1233     kernel image mess.
1234   *  implement target for modules_clean, closes: #95049
1235
1236  -- Sam Hartman <hartmans@debian.org>  Tue, 24 Apr 2001 14:56:57 -0400
1237
1238 openafs (1.0.3-2) unstable; urgency=low
1239
1240   * Fix  direntry type to be DT_UNKNOWN not DT_DIR on Linux (contributed upstream)
1241   * Return ENOTEMPTY not ENOTDIR for rmdir of non-empty directory, closes: #82589
1242   * Include build instructions in modules, closes: #92032
1243   * Don't grep a file for a potentially null string, closes: #89967
1244
1245  -- Sam Hartman <hartmans@debian.org>  Thu, 29 Mar 2001 22:09:29 -0500
1246
1247 openafs (1.0.3-1) unstable; urgency=low
1248
1249   * New upstream version
1250   * Allow host to be used instead of dnsutils, closes: #87915
1251   * Document kernel module build.
1252   * Include upstream changelog
1253
1254  -- Sam Hartman <hartmans@debian.org>  Thu,  8 Mar 2001 14:35:57 -0500
1255
1256 openafs (1.0.2-3) unstable; urgency=low
1257
1258   * Apply patch from  Stefan Kluth  <skluth@mppmu.mpg.de> for ppc_linux22
1259   * Back out architecture change from last version; no good way to
1260     actually solve that problem apparently. 
1261
1262
1263  -- Sam Hartman <hartmans@debian.org>  Sat, 17 Feb 2001 23:45:06 -0500
1264
1265 openafs (1.0.2-2) unstable; urgency=low
1266
1267   * Provide openafs-ptutil in hope that apt will deal better with upgrade,
1268     closes: #84303
1269   * Make thiscell default to dnsdomainname so things don't break quite as
1270     bad if you don't enter it, closes: #81149 
1271   * Include source architecture line, Closes: #84530
1272   * Rebuild with new debhelper to fix dh_installinit not shutting down on
1273     removal (Thanks Joey) (now requires debhelper 2.2.20)
1274   * Move CellServDB to /usr/share/openafs  so we comply with policy 3.5
1275
1276  -- Sam Hartman <hartmans@debian.org>  Mon,  5 Feb 2001 13:23:51 -0500
1277
1278 openafs (1.0.2-1) unstable; urgency=low
1279
1280   * Add support for ppc and sparc, closes: #80835
1281   * Update maintainer address for modules.
1282   * Support for 2.4.0 final (and not just prereleases as before), closes: #82751
1283   * New upstream version.
1284   * Conflict with openafs-ptutil since it is now included
1285   * Fix message in RC script, closes: #82489
1286   * Attempt to avoid using pinstall  in kernel module build
1287
1288  -- Sam Hartman <hartmans@debian.org>  Fri, 19 Jan 2001 22:38:32 -0500
1289
1290 openafs (1.0.1-3) unstable; urgency=low
1291
1292   * Add support for Linux Kernel 2.4.x.
1293   * Note that administration scripts are released under the GPL.
1294
1295  -- Sam Hartman <hartmans@debian.org>  Mon,  18 Dec 2000 19:06:00 -0500
1296
1297
1298 openafs (1.0.1-2) unstable; urgency=medium
1299
1300   * New maintainer address.
1301   * Depend on debhelper 2.1.16 for /usr/share/doc symlinks.
1302   * Only run init script once; confusion with DH_OPTIONS
1303   * Fix bosserver to look in /usr/openafs/lib so it restarts correctly every Sunday.
1304   * Upload to Debian (Gloses: BUG#69336)
1305   * Do not generate .map file for module; depmod complains.
1306
1307  -- Sam Hartman <hartmans@debian.org>  Wed,  6 Dec 2000 11:21:53 -0500
1308
1309 openafs (1.0.1-1) unstable; urgency=low
1310
1311   * New upstream version
1312   * Fix typo in openafs-client templates.
1313   * Clarify that afs-newcell sets up for afs-rootvol 
1314
1315  -- Sam Hartman <hartmans@mit.edu>  Sun,  3 Dec 2000 02:04:50 -0500
1316
1317 openafs (1.0.snap20001106-10) unstable; urgency=low
1318
1319   * Release (Closes: BUG#69336)
1320   * Fix typo and afs-rootvol and test from CLI
1321
1322  -- Sam Hartman <hartmans@mit.edu>  Sat,  2 Dec 2000 00:44:37 -0500
1323
1324 openafs (1.0.snap20001106-9) unstable; urgency=medium
1325
1326   * Fix openafs-fileserver restart to do a bos restart
1327   * Document that AFS key must be single-DES.
1328   * afs-rootvol: use the -fast option so we do not hang forever on bad cells or firewalls.
1329   * Fix priority on openafs-client rc script to run after server starts.
1330
1331  -- Sam Hartman <hartmans@mit.edu>  Wed, 29 Nov 2000 20:43:59 -0500
1332
1333 openafs (1.0.snap20001106-8) unstable; urgency=low
1334
1335   * Modules no longer depend on the tlient; client depends on modules.
1336     This works better for AFS, even though it is not the way packages like
1337     alsa-base work.
1338   * Fix several typos in configuration scripts.
1339   * Clarify that it starts the client just after debconf.
1340
1341  -- Sam Hartman <hartmans@mit.edu>  Wed, 29 Nov 2000 13:10:43 -0500
1342
1343 openafs (1.0.snap20001106-7) unstable; urgency=low
1344
1345   * Add command line options to afs-newcell
1346   * Fix control.module for real this time.
1347   * Add kpasswd and kas to the openafs-kpasswd package.
1348   * Add manpage for afs-newcell and many undocumented links.
1349   * Remove PAM module from libopenafs-dev.
1350   * Instal udebug, pagsh, cmdebug.
1351   * Remove execute bit from some includes in /usr/include.
1352
1353  --  Sam Hartman <hartmans@mit.edu>  Mon, 27 Nov 2000 03:02:57 -0500
1354
1355 openafs (1.0.snap20001106-6) unstable; urgency=medium
1356
1357   * Add config option to disable  client on boot
1358   * Create rc.d links
1359   * Make CellServDB handled by postinst not a conffile.  Sadly AFSDB
1360     records will be a while in the future.
1361   * New script: afs-newcell to configure a dbserver
1362   * Use the native Debian install instead of afs install while building;
1363     works  under fakeroot.  Important for modules package.
1364   * Fix purge to delete configuration files
1365
1366  --  <Sam Hartman <hartmans@mit.edu>  Sat, 25 Nov 2000 01:09:55 -0500
1367
1368 openafs (1.0.snap20001106-5) unstable; urgency=low
1369
1370   * Make change so kdump builds on potato
1371
1372  --  Sam Hartman <hartmans@mit.edu>  Sun, 19 Nov 2000 19:27:01 -0500
1373
1374 openafs (1.0.snap20001106-4) unstable; urgency=low
1375
1376   * Fix so dpkg-buildpackage works.  Oops.
1377
1378  --  Sam Hartman <hartmans@mit.edu>  Sun, 19 Nov 2000 02:18:05 -0500
1379
1380 openafs (1.0.snap20001106-3) unstable; urgency=low
1381
1382   * Increase stacksize for server processes so they don't dump core.
1383   * New script: afs-rootvol--creates the root.afs and root.cell.  Works
1384     fairly well except that it is overly verbose and that it has my test
1385     cell hardcoded.  This script will evolve into part of a new cell
1386     config tool. 
1387
1388
1389   --
1390   * Support removing module for smP
1391   * Prune build directories out of modules sources--oops
1392   * Fix bogus depends for module sources--note that it really does want
1393     bison and flex at least for now.
1394
1395  --  Sam Hartman <hartmans@mit.edu>  Thu, 16 Nov 2000 01:39:48 -0500
1396
1397 openafs (1.0.snap20001106-2) unstable; urgency=low
1398
1399   * Fix directories for servers to be FHS-reasonable
1400   * Fix init.d script to actually work for stop this time--tested and works
1401   * Add server packages; fairly useless right now but at least we
1402       ship the binaries
1403   * Check to make sure home cell exists and warn user if not
1404   * Fix purge for openafs-client
1405
1406  --  Sam Hartman <hartmans@mit.edu>  Fri, 10 Nov 2000 23:35:30 -0500
1407
1408 openafs (1.0.snap20001106-1) unstable; urgency=low
1409
1410   * New Upstream version
1411   * Fix init.d script to properly remove openafs.o
1412
1413  --  Sam Hartman <hartmans@mit.edu>  Tue,  7 Nov 2000 13:55:47 -0500
1414
1415 openafs (1.0.snap20001104-1) unstable; urgency=low
1416
1417   * New upstream snapshot
1418   * Fix path to afsd in /etc/init.d/openafs-client
1419   * Build openafs module packages
1420
1421  --  Sam Hartman <hartmans@mit.edu>  Mon,  6 Nov 2000 09:39:11 -0500
1422
1423 openafs (1.0.snap20001103-1) unstable; urgency=low
1424
1425   * Initial Release.
1426
1427  -- unknown <hartmans@snorklewacker.mit.edu>  Fri,  3 Nov 2000 23:41:41 -0500