a1a6bc02e1cfe939599133bab24865cc7edccd78
[openafs.git] / src / packaging / Debian / changelog
1 openafs (1.4.0-4) unstable; urgency=low
2
3   * Hopefully fix sparc64 kernel support.  Thanks, Troy Benjegerdes.
4     (Closes: #219429)
5   * Document the need to restart ptserver and vlserver on the existing
6     database servers when adding a new one.  Thanks, Niklas Edmundsson.
7     (Closes: #349659)
8   * Include xstat_cm_test and xstat_fs_test in openafs-client, as they're
9     quite useful for debugging.
10
11  -- Russ Allbery <rra@debian.org>  Tue, 14 Mar 2006 21:07:07 -0800
12
13 openafs (1.4.0-3) unstable; urgency=low
14
15   * Apply upstream patch from Chas Williams to be more careful about what
16     dentry is used in renames, avoiding a kernel fault when renaming
17     dentries accessed through multiple paths (such as RO and RW).
18   * Apply patch to allow the module to build with the Ubuntu kernel.
19     Thanks, Björn Torkelsson.  (Closes: #342607)
20   * Stop unconditionally forcing the compiler to cc or gcc in configure,
21     allowing, among other things, building the kernel module with a
22     compiler other than the default system compiler.  (Closes: #338306)
23   * Call kernel-version correctly from prep-modules, which fixes build
24     issues with manually-built kernels.  (Closes: #344851)
25   * Backport man pages from upstream CVS.  (Closes: #79763)
26   * Include afsmonitor and livesys in openafs-client.
27   * Include volinfo in openafs-fileserver.
28   * Document FAM's lack of support for AFS's security model and recommend
29     gamin instead.  (Closes: #343246)
30   * Add a hint to README.Debian on what to do about the cache partition if
31     running ReiserFS or XFS without a spare partition.
32   * Use make install into debian/tmp rather than make dest.  make dest is
33     mostly for Transarc compatibility and make install looks more like a
34     typical package and makes it easier to evaluate differences in FHS
35     location between upstream and Debian.  As a side effect, there's no
36     need to mess with the @sys link.  (Closes: #165909)
37   * Install more files with dh_install rather than install commands in
38     debian/rules so that *.install shows a more complete picture of what
39     goes into each package.
40   * Don't ignore make distclean errors.
41
42  -- Russ Allbery <rra@debian.org>  Tue, 27 Dec 2005 15:34:16 -0800
43
44 openafs (1.4.0-2) unstable; urgency=low
45
46   * Install more of the standard OpenAFS utilities.  (Closes: #138851)
47     - openafs-dbserver: Install prdb_check and vldb_check.
48     - openafs-fileserver: Install voldump.
49     - openafs-client: Install fstrace, scout, and up (as afs-up).
50     - Modify fstrace to load its catalog from /usr/share/openafs.
51   * Do not install kpwvalid.  The default version does little useful and
52     the kpwvalid binary must be in AFS for it to take effect.
53   * Overhaul the way kernel modules are built.
54     - Recommend linux-image rather than kernel-image for newer kernels.
55     - Always recommend the kernel package; since it's only a recommends,
56       there's no need to special-case the hand-built kernel case.
57     - Be less fragile about how the kernel version is used in prep-modules
58       to support other ways kernel modules are built.  (Closes: #341836)
59     - Add Build-Depends and Uploaders to the openafs-modules-source
60       control file.
61     - Remove unused parts of prep-modules and heavily comment it.
62   * openafs-client should only recommend the AFS kernel module.  Many of
63     the client programs will work in unauthenticated mode without it, and
64     openafs-fileserver depends on it (but doesn't require the kernel
65     module).  (Closes: #342095)
66   * openafs-modules-source no longer has to depend on as many libraries.
67   * Suggest the same PAM settings for pam_krb5 that libpam-krb5 does.
68   * Update uploader address.
69
70  -- Russ Allbery <rra@debian.org>  Tue,  6 Dec 2005 23:34:18 -0800
71
72 openafs (1.4.0-1) unstable; urgency=low
73
74   * New upstream version.
75     - Builds correctly with 2.6.13 kernels and software suspend.
76     - Builds correctly with 2.6.12-10.  (Closes: #337883)
77   * Install afsd in /sbin rather than /usr/sbin.  While putting /usr in
78     AFS isn't as common as it once was, no reason to make it harder than
79     it needs to be.
80   * Update CellServDB to the 2005-10-15 grand.central.org version.
81   * Install NEWS as an upstream changelog.
82   * Add a watch file.
83   * Remove the unused and uninstalled make-links script.
84
85  -- Russ Allbery <rra@stanford.edu>  Sun,  6 Nov 2005 21:37:40 -0800
86
87 openafs (1.4rc4-1) unstable; urgency=low
88
89   * New upstream version.
90     - Correctly handle root.afs becoming replicated after the client
91       starts.  This should resolve the problems with AFS eventually
92       failing on the first system using a new cell.  (Closes: #88906)
93   * When kill_all_afs is enabled in /etc/openafs/afs.conf, only kill AFS
94     processes if the runlevel is 0 or 6.  You really only want this when
95     the system is shutting down.  (Closes: #325347)
96   * Remove the init script check of the cache file system and instead
97     improve the check in afsd.  The init script check used stat, which is
98     in /usr/bin and therefore not fair game for init scripts.
99   * Set PATH in the init script, just in case.
100   * libpam-openafs-kaserver must depend on openafs-client, not just
101     recommend it, since acquiring tokens requires that the client be
102     running.
103   * Expand README.Debian and include information about PAM configuration.
104   * Link libpam-openafs-kaserver's doc directory to openafs-client.
105   * Make the short descriptions shorter.
106   * Translation updates.
107     - Portuguese (Brazil), thanks André Luís Lopes.
108
109  -- Russ Allbery <rra@stanford.edu>  Wed, 21 Sep 2005 13:36:34 -0700
110
111 openafs (1.4rc1-1) unstable; urgency=low
112
113   * New upstream version.
114   * Install pam_afs.krb.so on hppa.  I believe the new PAM module build
115     process fixes the issue that was being worked around before.
116   * Improve the documentation and scripts for setting up new servers or a
117     new cell.  afs-rootvol can now be run from a client configured to use
118     dynroot.  afs-newcell generates the server CellServDB directly to work
119     around oddities with bos addhost.  There are many other, more minor
120     improvements as well.  Thanks to Faheem Mitha and Sergio Gelato for
121     analysis and patches.  (Closes: #322638)
122   * Update the configuration transcript to reflect the current packages,
123     messages, and instructions.  Thanks, Faheem Mitha.
124   * Fill in the server CellServDB with information about the local cell,
125     if available in the client CellServDB, rather than always initializing
126     it to contain just the name of the cell.
127   * Detect AFS caches on non-ext2/ext3 file systems and abort AFS client
128     initialization.  (Closes: #249315)
129   * Provide a way of setting sysname in afs.conf.  (Closes: #324694)
130   * Don't create the unused /etc/openafs/AFSLog file.  (Closes: #120097)
131   * Redo how library object files are found for the PAM module build to
132     avoid assuming C locale character set behavior.  (Closes: #323582)
133   * Remove the openafs-client warning against dynroot for the first system
134     in a cell now that afs-rootvol can cope.  Provide some basic
135     documentation of the CellAlias syntax in that message until we have a
136     real man page.
137   * Suggest openafs-doc.
138   * Update standards version to 3.6.2 for the kernel module packages (no
139     changes required).
140   * Translation updates.
141     - Czech, thanks Martin Sin.
142     - Vietnamese, thanks Clytie Siddall.
143     - French, thanks Christian Perrier.
144
145  -- Russ Allbery <rra@stanford.edu>  Fri, 26 Aug 2005 01:30:21 -0700
146
147 openafs (1.3.87-1) unstable; urgency=low
148
149   * New upstream version.
150     - Fixes build problems with 2.6.12.3 and later.  (Closes: #320099)
151   * Add support for ppc64, thanks Andreas Jochens.  (Closes: #322020)
152   * Improve the openafs-client init script.
153     - Update the default client options based on the cache tuning synopsis
154       by Jeffrey Hutzelman, including setting a larger chunksize for all
155       default option sets.  (Closes: #303944)
156     - Choose the client options based on the cache size by default.
157     - Move the code to build the options string to the init script from
158       afs.conf so that afs.conf is pure configuration.
159     - Add an AFS_PRE_SHUTDOWN hook called before shutting down the client.
160     - Provide a shutdown hook, disabled by default, that kills all
161       processes with files open in /afs.  Enabling this ensures a more
162       reliable clean shutdown and umounting of the cache partition, but
163       may not always be what the admin wants.
164     - Improve the readability of the output on start.
165     - Significantly improve the comments in afs.conf.
166     - Remove the code to set -nosettime as it's now the default.
167   * Move the openafs-client init script and afs.conf file we use into the
168     debian directory rather than patching the upstream version.  We've
169     diverged so much that there's no point in continuing to merge changes.
170   * Diagnose unsupported architectures earlier and with a clearer error.
171   * Suppress error messages from a missing kernel version header since
172     they occur normally when doing the regular package build and are just
173     confusing.  Instead, print an error in kern-sysname and abort if the
174     kernel version could not be determined.
175   * Rework how PAM modules are handled.
176     - Build against the pthread-aware libraries.  (Closes: #297804)
177     - Use the shared library objects instead of building separate PIC
178       objects, eliminating the need for many Makefile modifications.
179     - Include pam_afs.krb.so as well.  (Closes: #165972)
180   * Don't include the empty /usr/src/modules directory in
181     openafs-modules-source, only the tarball, to match how other kernel
182     module source packages behave.  (Closes: #244685)
183   * Update config.guess and config.sub.
184   * Translation updates.
185     - French, thanks Christian Perrier.  (Closes: #318807)
186     - Vietnamese, thanks Clytie Siddall.  (Closes: #319705)
187     - Czech, thanks Martin Sin.  (Closes: #319940)
188
189  -- Russ Allbery <rra@stanford.edu>  Sun, 14 Aug 2005 14:41:48 -0700
190
191 openafs (1.3.82-2) unstable; urgency=low
192
193   * Output error messages from heredocs in the init script with cat rather
194     than echo.  Thanks, Reid Barton.  (Closes: #311729)
195   * Make bosserver less picky about permissions and remove the attempt to
196     set /etc/openafs/server-local not-world-readable since dh_fixperms was
197     overridding it anyway.  (Closes: #312921)
198   * Fix some spacing and capitalization errors in the debconf templates.
199     Thanks, Clytie Siddall.  (Closes: #316597)
200   * Initial Czech translation, thanks Martin Sin.  (Closes: #310699)
201   * New Vietnamese translation, thanks Clytie Siddall.  (Closes: #316598)
202   * Update standards version to 3.6.2 (no changes required).
203
204  -- Russ Allbery <rra@stanford.edu>  Mon, 11 Jul 2005 17:34:13 -0700
205
206 openafs (1.3.82-1) unstable; urgency=medium
207
208   * New upstream version.  (Closes: #307699)
209     - Proper locking for preempt kernels.  This bug manifested as an
210       inability to shut down AFS cleanly.  (Closes: #308399, #304040)
211     - Correctly handle the inotify semaphore.  (Closes: #303495)
212   * Repackage upstream to remove MacOS-specific files covered by the APSL.
213     Remove the WINNT directory to save space since we have to repackage
214     anyway.  Provide a get-orig-source target to do the repackaging.
215   * libpam-openafs-kaserver: Fix compilation so that the PAM module isn't
216     missing symbols and therefore unusable.  (Closes: #308844)
217   * Apply patch from Chas Williams to fix stale cache data from deleted
218     files, a bug introduced in 1.3.82.
219   * In all cases, only build the module appropriate to the kernel we're
220     building against.  Building an SMP module against a non-SMP kernel
221     fails due to missing defines.  (Closes: #225907)
222   * README.modules: Add documentation for module-assistant and recommend
223     it when using Debian kernels.  Mention divergences from upstream in
224     module naming.  (Closes: #253168)  Emphasize that the kernel source
225     tree used for make-kpkg must be identically configured to the kernel
226     the module will be used with.
227   * Update copyright with more complete information from upstream
228     src/LICENSE.
229   * Simplify clean target.  Upstream make distclean is now better.
230
231  -- Russ Allbery <rra@stanford.edu>  Tue, 10 May 2005 21:09:55 -0700
232
233 openafs (1.3.81-5) unstable; urgency=low
234
235   * Handle modules named either with or without the .mp extension on SMP
236     hosts.  (Closes: #305389, #307280, #307797)
237   * README.Debian: Document that the client cache partition must be ext2
238     or ext3 and that XFS and ReiserFS will not work.  upserver and
239     upclient are now provided.  Provide some information about why
240     kaserver is not provided.  (Closes: #249315)
241   * Overhaul the module build rules.
242     - Use debhelper to build the module binary package.
243     - Let debhelper handle the module postinst and prerm control scripts.
244     - Properly support modules_config and modules_clean.
245     - Break the build process into configure, build, install, and binary
246       rules, paralleling the regular build rules and making it easier to
247       maintain the make-kpkg build targets.
248     - Include the kernel version in the long description.
249     - Update standards version of module packages to 3.6.1.
250     - Include the copyright and basic documentation in the module binary
251       package.  Otherwise, policy requires an exact versioned dependency
252       on the package containing the copyright file.
253   * Update standards version to 3.6.1.
254     - Install Debian::OpenAFS::ConfigUtils in /usr/share, not /usr/lib.
255     - Always enable debugging symbols and disable optimization if noopt is
256       set in DEB_BUILD_OPTIONS.  (Alas, this doesn't entirely work; the
257       upstream makefiles don't always honor the configure options.)
258     - /etc/init.d/openafs-fileserver restart starts bosserver if it's not
259       already running.
260   * Update debhelper compatibility level to V4.
261     - Remove all *.conffiles control files.  They're no longer needed.
262     - Use misc:Depends to get debconf dependencies.
263     - Use dh_install rather than the movefiles script.
264   * openafs-dbserver doesn't need to depend on debconf.
265   * Use dh_perl to get the correct Perl dependency for openafs-dbserver.
266   * Remove unnecessary build dependencies.
267   * Depend on comerr-dev rather than e2fslibs-dev.
268   * Remove unnecessary preinst for openafs-fileserver.
269   * Clean up and reformat package build rules.
270   * Update lintian overrides.
271
272  -- Russ Allbery <rra@stanford.edu>  Sat,  7 May 2005 20:57:12 -0700
273
274 openafs (1.3.81-4) unstable; urgency=low
275
276   * make-kpkg doesn't run fakeroot for us but instead expects the module
277     rules file to use $(ROOT_CMD) appropriately.  (Closes: #237861)
278   * Put the compiled modules into KPKG_DEST_DIR if set.  This appears to
279     be preferred over DEB_DEST by the make-kpkg documentation.  Thanks,
280     Jonas Smedegaard.  (Closes: #206403)
281   * Add a check to afs-newcell to ensure the local hostname doesn't
282     resolve to 127.0.0.1.  (Closes: #163751)
283   * Exclude .svn directories from the modules source tarball.
284   * Fix genchanges for module builds to not fail when trying to remove a
285     nonexistent file.
286     * New French translations from Christian Perrier, Closes: #305780
287
288  -- Russ Allbery <rra@stanford.edu>  Sun, 17 Apr 2005 00:00:27 -0700
289
290 openafs (1.3.81-3) unstable; urgency=low
291
292   * Patch from kcr to fix osconf.m4 so that sparc defines afs_pthread_env
293     and thus builds.
294
295  -- Sam Hartman <hartmans@debian.org>  Wed,  6 Apr 2005 19:54:24 -0400
296
297 openafs (1.3.81-2) unstable; urgency=low
298
299   * Oops, update debian/sysname because hppa is hppa not parisc-*-linux-*
300     since we now use dpkg --print-installation-architecture
301
302  -- Sam Hartman <hartmans@debian.org>  Wed,  6 Apr 2005 11:10:14 -0400
303
304 openafs (1.3.81-1) unstable; urgency=low
305
306   * New Upstream version
307   * Use Linux 2.4 as the claimed userspace OS for alpha; hopefully this
308     resolves the  largefile issue and allows us to build again, Closes: #271923
309
310  -- Sam Hartman <hartmans@debian.org>  Wed,  6 Apr 2005 08:08:29 -0400
311
312 openafs (1.3.80-1) UNRELEASED; urgency=low
313
314   *  New upstream version, Closes: #297781
315   * I think this works on sparc better and definitely works on 2.6.10, Closes: #283488
316   * Make thiscell a high debconf value, Closes: #302939
317   * New upstream version (1.3.79)
318         - Works with 2.6.10, Closes: #296835
319   * Use amd64 not x86_64 for sysname script, Closes: #296855
320   * Patches from kcr
321       - Loosen dependencies for client and modules
322       - Enable debugging
323       - Some callbacks later stuff and fix short bitfield
324       - Fix permissions on /etc/openafs/server-local, Closes: #271460
325   
326   * Versions 1.3.79 an newer work on amd64, Closes: #262382
327
328  -- Sam Hartman <hartmans@debian.org>  Mon,  4 Apr 2005 00:32:42 -0400
329
330 openafs (1.3.77-1) unstable; urgency=low
331
332   * New upstream version
333   * Target for unstable not experimental
334   * New CellServDB
335   * OpenAFS seems not to have a changelog available, so stop shipping it.
336   * Build openafs.ko not libafs.ko so the right name appears in lsmod
337
338  -- Sam Hartman <hartmans@debian.org>  Sat,  8 Jan 2005 20:02:23 -0500
339
340 openafs (1.3.74-1) experimental; urgency=low
341
342   * New upstream version
343
344  -- Sam Hartman <hartmans@mit.edu>  Mon, 15 Nov 2004 16:58:02 -0500
345
346 openafs (1.3.73-1) experimental; urgency=low
347
348   * New upstream version
349     -  Works with 2.6.8 and 2.6.9, Closes: #277521
350   * Remove call to dh_suidregister
351   * Update sysname to prefer 2.4 on more arches for largefile issues
352   * Patch from pnelson@ANDREW.CMU.EDU to add x86_64 support to sysname scripts
353   * debian/sysname: Use installation architecture 
354
355  -- Sam Hartman <hartmans@debian.org>  Wed, 27 Oct 2004 20:42:12 -0400
356
357 openafs (1.3.71-1) experimental; urgency=low
358
359   * New upstream version
360
361  -- Sam Hartman <hartmans@mit.edu>  Tue, 31 Aug 2004 09:45:59 -0400
362
363 openafs (1.3.70-1) experimental; urgency=low
364
365   * New upstream version
366   * debian/kern-sysname: 2.6* not 2.6
367   * Enable supergroups and largefile-fileserver
368
369  -- Sam Hartman <hartmans@debian.org>  Sun, 15 Aug 2004 18:56:48 -0400
370
371 openafs (1.3.65-1) experimental; urgency=low
372
373   * New upstream Version, Closes: #256580
374
375  -- Sam Hartman <hartmans@debian.org>  Mon, 28 Jun 2004 19:40:30 -0400
376
377 openafs (1.3.64-2) experimental; urgency=low
378
379   * Allow loading of a .ko file not just .o
380
381  -- Sam Hartman <hartmans@debian.org>  Mon, 31 May 2004 13:46:05 -0400
382
383 openafs (1.3.64-1) experimental; urgency=low
384
385   * New upstream version
386   * Add 2.6 to kern-sysname for i386
387   * Apply patch from
388     /afs/cs.cmu.edu/user/jhutz/junk/openafs-patches/openafs-build-on-linux26  which correctly generates 2.6 modules, Closes: #234284
389   * use make only_libafs not dest_only_libafs
390     - AS a result, build times are much faster, Closes: #144781
391   * Correct module build scripts to install module package from new location
392   * Fix afslocaldir to be /etc/openafs/server-local, Closes: #237154
393
394  -- Sam Hartman <hartmans@debian.org>  Sun, 30 May 2004 18:12:54 -0400
395
396 openafs (1.2.12-1) unstable; urgency=medium
397
398   * New upstream version
399   * Medium urgency because this version fixes a significant server crash
400     bug.  Windows clients, particularly greater than version 1.3.70 tend
401     to crash openafs servers.
402   * Cause openafs-kpasswd to conflict  with kerberos4kth-clients, Closes:
403     #277844 
404   * Conflict between libopenafs-dev and arla-dev, Closes: #274788
405
406  -- Sam Hartman <hartmans@debian.org>  Fri, 22 Oct 2004 16:21:29 -0400
407
408 openafs (1.2.11-3) unstable; urgency=high
409
410   * Now that libopenafs-dev contains binaries, it should have shared
411     library dependencies, Closes: #267509
412   * New fr.po from Christian Perrier, Closes: #237098
413
414  -- Sam Hartman <hartmans@debian.org>  Tue, 24 Aug 2004 12:10:02 -0400
415
416 openafs (1.2.11-2) unstable; urgency=low
417
418   * Install rxgen
419   * Install upserver and upclient
420   * Mark as version 1.2.11, Closes: #255883
421
422  -- Sam Hartman <hartmans@debian.org>  Thu, 12 Aug 2004 14:27:39 -0400
423
424 openafs (1.2.11-1) unstable; urgency=high
425
426   * Versions prior to 1.2.10 stopped working with multiple servers in a
427     cell because of a ubik bug prompting the 1.2.11 release.
428   * Fix afs startup script not to start afsd if already running; really
429     fixed in 1.2.10-3, but not documented, Closes: #219702
430
431  -- Sam Hartman <hartmans@debian.org>  Sat, 10 Jan 2004 16:37:33 -0500
432
433 openafs (1.2.10-3) unstable; urgency=low
434
435   * Fix Openafs not to include kernel headers from /usr/include,
436   Closes: #220600 
437   * Fix typo in openafs templates, Closes: #215714
438   * New French translations, Closes: #216158
439   * Build-depend on e2fslibs-dev to get appropriate headers
440
441  -- Sam Hartman <hartmans@debian.org>  Thu, 20 Nov 2003 16:02:45 -0500
442
443 openafs (1.2.10-2) unstable; urgency=low
444
445   * New Brazilian Portuguese (pt_BR) translations, Closes: #208035
446   * Don't conflict with ircd, Closes: #204865
447   * Fix wording of question about using dynroot, Closes: #209332
448   * New French debconf translations, sorry about the delay in including these, Closes: #203608
449   * Avoid yes/no construction in openafs-client templates, Closes: #198476
450   * Fix libpam-openafs-kaserver to include the symbols it needs, patch
451     from Daniel Joseph Barnhart Clark , Closes: #194818
452
453  -- Sam Hartman <hartmans@debian.org>  Mon, 13 Oct 2003 00:38:42 -0400
454
455 openafs (1.2.10-1) unstable; urgency=low
456
457   * New upstream version
458   * net/*.h included properly by kernel module, Closes: #204642
459   * Don't build libafsrpc or libafsauthent, as we can't exactly use them
460     because they contain non-pic code, Closes: #203456
461   * I think I finally build the PAM module on hppa, Closes: #179679
462   * Decnet includes should work now because of the change of the net
463     symlink, Closes: #204486
464   * Escape $ in debian/rules, Closes: #204185
465
466  -- Sam Hartman <hartmans@debian.org>  Sun, 24 Aug 2003 18:03:21 -0400
467
468 openafs (1.2.9-3) unstable; urgency=low
469
470   * Add support for kernel headers, thanks to Patrick Sodre, 
471     Closes: #173137 
472   * Add patch to support the Debian 2.4.21 Kernel sources, thanks to amu,
473     Closes: #198774
474   * Add chronyd to list of programs we assume set the clock, thanks RISKO
475     Gergely, Closes: #201725
476   * Fix template formatting (extra leading spaces), Closes: #198477
477   * New French translations, thanks Christian Perrier, Closes: #198719
478   * Fix PAM problem on hppa, Closes: #179679
479   * Don't translate defaults: Closes: #198384
480   * Fix movefiles error handling and errors exposed by this change.  The
481     contents of libopenafs-dev  were somewhat wrong because of this.
482   * Make /usr/src/modules root.src 775, Closes: #201733
483
484  -- Sam Hartman <hartmans@debian.org>  Sat, 26 Jul 2003 18:03:31 -0400
485
486 openafs (1.2.9-2) unstable; urgency=low
487
488   * Fix   to not build PAM krb since we don't install it and it breaks alpha, Closes: #189548
489   * Don't install pagsh man page symlink since we no longer link to
490     undocumented, Closes: #189860
491
492  -- Sam Hartman <hartmans@debian.org>  Mon, 21 Apr 2003 21:05:51 -0400
493
494 openafs (1.2.9-1) unstable; urgency=low
495
496   * Literal newline fixes, Closes: #175627
497   * Require new kernel modules per upstream change.
498   * New upstream version
499   * Fix section of libopenafs-dev to libdevel
500   * openafs-client stop should shut down afsd if it is running even if afs
501     not mounted, Closes: #188000
502       * Fix to build on alpha again; PAM patch was broken
503   * Report i386_linux24 not linux22 on i386, Closes: #187789
504   * Convert to po-debconf, patch from Andre Luis Lopes, CLoses: #187901
505   * Fix from Lamont to build on hppa, Closes: #179679
506
507  -- Sam Hartman <hartmans@debian.org>  Sun, 13 Apr 2003 17:21:54 -0400
508
509 openafs (1.2.8-4) unstable; urgency=low
510
511   * Fix from Eduard Bloch to compile on kernels with variable numbers of
512     CPUs; he is not sure it actually works yet though, Closes: #178505
513   * Patch that might possibly fix the fails to build on recent unstable;
514     definitely fixes a bug in include path handling, but I am not sure it
515     is a correct patch since I cannot reproduce the problem, Closes: #178154
516
517  -- Sam Hartman <hartmans@debian.org>  Sun,  2 Feb 2003 14:08:14 -0500
518
519 openafs (1.2.8-3) unstable; urgency=medium
520
521   * Patch from Eduard Bloch <blade@debian.org> to build the PAM module for
522     kaserver users; the main thing this patch does in create a bunch of
523     PIC object files so it is a policy-conformant shared library, Closes:
524     #174668 
525   * Do not include -I/usr/include and especially -I/usr/include/sys in the
526     PAM Makefile so gcc 3.2 works; already fixed upstream, Closes: #176538
527
528  -- Sam Hartman <hartmans@debian.org>  Sun, 19 Jan 2003 17:44:53 -0500
529
530 openafs (1.2.8-2) unstable; urgency=low
531
532   * Convert v5 principal names to v4 style names in rxkad 2b.  Especially
533     important for rcmd vs host
534   * Fix debian/rules clean to remove  generated files, Closes: #174625
535   * Fix AFS not to declare errno, Closes: #174059
536
537  -- Sam Hartman <hartmans@debian.org>  Fri,  3 Jan 2003 15:28:30 -0500
538
539 openafs (1.2.8-1) unstable; urgency=low
540
541   * New upstream version
542
543  -- Sam Hartman <hartmans@debian.org>  Tue, 10 Dec 2002 23:43:46 -0500
544
545 openafs (1.2.7-3) unstable; urgency=low
546
547   * Apparently OpenAFS and  ircd conflict on a UDP port, so you can't use
548     both at once, Closes: #150242
549   * Patch from seph to add -nosettime when ntp is installed, Closes: #155123
550   * Fix bosserver  shutdown on restart after upgrade, Closes :#155586
551   * Install translate_et, Closes: #138672
552   * Allow byacc instead of bison
553   
554  -- Sam Hartman <hartmans@debian.org>  Tue,  3 Dec 2002 22:30:44 -0500
555
556 openafs (1.2.7-2) unstable; urgency=low
557
558   * Fix uss to build with bison 1.50 and 1.75 so we can throw away the
559     resulting binaries, Closes: #164366
560   * Evaluate all limited range of comparison warnings; a warning in
561     rxkad_client.c remains but is harmless, other warnings pointed to
562     potential problems that were fixed, Closes: #162754
563   * Fix s390 modules to actually build, Closes: #162772
564
565  -- Sam Hartman <hartmans@debian.org>  Sun, 20 Oct 2002 15:20:19 -0400
566
567 openafs (1.2.7-1) unstable; urgency=low
568
569   * Fix typo in templates, Closes: #150356
570   
571   * New upstream version
572
573  -- Sam Hartman <hartmans@debian.org>  Thu, 26 Sep 2002 16:11:25 -0400
574
575 openafs (1.2.6-1) unstable; urgency=low
576
577
578   * New upstream version
579   * Update CellServDB, Closes: #154893
580   * Add debconf support for fakestat
581   * Patch from Sergio Gelato to avoid use of host, Closes: #144264
582   * Install sys because it was requested
583   * Fix version string, Closes: #153136
584  -- Sam Hartman <hartmans@debian.org>  Fri,  2 Aug 2002 17:33:11 -0400
585
586 openafs (1.2.5-1) unstable; urgency=low
587
588   * New upstream version.
589
590  -- Sam Hartman <hartmans@debian.org>  Mon, 10 Jun 2002 08:09:05 -0400
591
592 openafs (1.2.4-1) unstable; urgency=low
593
594   * New upstream version
595   * Now builds for ia64, closes: #142287
596   * Now works again with 2.2 kernels, thanks to upstream fix, closes: #140187
597   * openafs-modules-source depends on kernel-package, Closes: #137169
598   * Fix typo in readme.modules, Closes: #148155
599
600  -- Sam Hartman <hartmans@debian.org>  Sun,  2 Jun 2002 17:54:42 -0400
601
602 openafs (1.2.3final2-5) unstable; urgency=medium
603
604   * Fix subarch handling, closes: #139662
605   * Update module control files to use  net not non-us
606
607  -- Sam Hartman <hartmans@debian.org>  Thu, 18 Apr 2002 13:13:16 -0400
608
609 openafs (1.2.3final2-4) unstable; urgency=low
610
611   * Move from non-us to main.
612   * Fix ultrasparc 2.4 build to actually work.
613
614  -- Sam Hartman <hartmans@debian.org>  Sat, 16 Mar 2002 15:33:33 -0500
615
616 openafs (1.2.3final2-3) unstable; urgency=medium
617
618   * Oops, install backup
619
620  -- Sam Hartman <hartmans@debian.org>  Thu,  7 Mar 2002 08:12:34 -0500
621
622 openafs (1.2.3final2-2) unstable; urgency=low
623
624   * Add dynroot support to debconf; currently no support for creating
625     CellAliases  automatically
626   * Don't call depmod since we call update-modules, closes: #132851
627   * Add hppa to debian/sysname, process.c patch from Lamont, closes: #134173
628
629  -- Sam Hartman <hartmans@debian.org>  Mon, 25 Feb 2002 15:45:32 -0500
630
631 openafs (1.2.3final2-1) unstable; urgency=low
632
633   * Upstream released a new version that they call 1.2.3 after things were
634     tagged  in the Debian repository.
635
636  -- Sam Hartman <hartmans@debian.org>  Wed, 30 Jan 2002 16:59:04 -0500
637
638 openafs (1.2.3final-1) unstable; urgency=low
639
640   * New upstream release
641   * Add support for fs setcrypt in debconf; by default traffic is encrypted.
642
643  -- Sam Hartman <hartmans@debian.org>  Wed, 30 Jan 2002 10:46:46 -0500
644
645 openafs (1.2.3candidate3-1) unstable; urgency=low
646
647   *  New  upstream release candidate
648   * Use different version number format; people who installed rc1 will
649     need to upgrade manually.  Sorry, but rc1 was never uploaded to Debian.
650   * Support sparc_linux24
651
652  -- Sam Hartman <hartmans@debian.org>  Sun, 27 Jan 2002 19:57:04 -0500
653
654 openafs (1.2.3.candidate1-1) unstable; urgency=low
655
656   *  New upstream release candidate
657   * Add ia64 as a potential architecture
658
659  -- Sam Hartman <hartmans@debian.org>  Tue, 22 Jan 2002 19:00:51 -0500
660
661 openafs (1.2.2-3) unstable; urgency=low
662
663   * Support s390, closes: #123540
664   * Support update-alternatives for pagsh, closes: #122144
665   * Note that alpha port doesn't work for fileservers, closes: #127387
666   * Implement subarch, closes: #126192
667
668  -- Sam Hartman <hartmans@debian.org>  Mon,  7 Jan 2002 05:26:03 -0500
669
670 openafs (1.2.2-2) unstable; urgency=low
671
672   * Don't declare lseek in auth/ktc.c; sent upstream
673   * Allow /etc/openafs/server to be mode 700 and /var/lib/openafs to be
674     755, closes: #120072
675   *  Don't try to shut down during afs-newcell until we've done enough
676     that works, closes: #119452
677   * Fix message  output on server failed to start, closes: #119461
678   * Fix openafs to deal if /etc/openafs/server/ThisCell has a newline,
679     closes: #118086 
680
681  -- Sam Hartman <hartmans@debian.org>  Sun, 25 Nov 2001 20:03:01 -0500
682
683 openafs (1.2.2-1) unstable; urgency=low
684
685   * New upstream release.
686   * We now require openafs-modules1 and conflict with openafs-modules.
687   Our modules packages now provide openafs-modules1.  This is because
688   upstream made a forward and backward incompatible change in the modules
689   interface.
690    * Include buserver in openafs-dbserver, butc and fms in openafs-client.c
691     butc and fms may move, but they are there for now, closes: #114313
692
693  -- Sam Hartman <hartmans@debian.org>  Sun, 14 Oct 2001 15:07:10 -0400
694
695 openafs (1.2.1-1) unstable; urgency=low
696
697   * New upstream version.
698   * Document that you may need to append a version for newer kernels,
699     closes: #112246 
700
701  -- Sam Hartman <hartmans@debian.org>  Thu, 20 Sep 2001 03:10:54 -0400
702
703 openafs (1.2.0-3) unstable; urgency=high
704
705   * High until we get this into testing.
706   * Fix dependency on ncurses, closes: #112244
707   * Fix typo in German template added in last version, closes: #112289
708
709  -- Sam Hartman <hartmans@debian.org>  Fri, 14 Sep 2001 23:40:25 -0400
710
711 openafs (1.2.0-2) unstable; urgency=high
712
713   * Fix PPC makefile so that it finds install; this time actually
714     submitted upstream. 
715   * Have openafs-modules-source depend on libpam0g-dev because upstream
716     seems to need it.  Bug opened upstream asking if this is really necessary.
717   * Include German template, closes: #110087
718
719  -- Sam Hartman <hartmans@debian.org>  Thu, 13 Sep 2001 16:58:53 -0400
720
721 openafs (1.2.0-1) unstable; urgency=high
722
723   * Fix typo in  README.servers; thanks to mdz@debian.org, closes: #109199
724   * Upstream patch for configure-style path handling accepted, closes: #88897
725   * New upstream version.
726   * Update upstream changelog
727
728  -- Sam Hartman <hartmans@debian.org>  Tue, 11 Sep 2001 16:21:35 -0400
729
730 openafs (1.1.1-3) unstable; urgency=low
731
732   * Oops, that last upstream patch for rx debug and version didn't work on
733     Linux.  Since some Debian users may run Linux, let's try again.
734
735  -- Sam Hartman <hartmans@debian.org>  Sat, 21 Jul 2001 12:48:00 -0400
736
737 openafs (1.1.1-2) unstable; urgency=medium
738
739   * Swallow before vomiting, for it is the Debconf way, closes: #106030
740   * Fix setting of INSTALL macro on powerpc, closes: #106019
741   * Support AFSDB in debconf.  By default now (assuming you take the new
742     /etc/openafs/afs.conf), AFS will look up cells  it doesn't know
743     about in DNS.
744   * Include upstream patch to prevent potential DOS with two RX servers
745     looping rxdebug and version amongst each other.
746   * Install rxdebug (oops)
747   * Fix lintian overrides to get Lintian to stop complaining about
748     non-problems. 
749
750  -- Sam Hartman <hartmans@debian.org>  Sat, 21 Jul 2001 08:53:10 -0400
751
752 openafs (1.1.1-1) unstable; urgency=low
753
754   * New upstream release to fix readlink sometimes giving permission
755     denied when it shouldn't.
756   * Bring back the upstream changelog, now with change descriptions
757   * Patch to give better error messages when  copyonwrite fails in the
758     fileserver (contributed upstream)
759   * New CellServDB
760   
761  -- Sam Hartman <hartmans@debian.org>  Fri, 20 Jul 2001 08:12:24 -0400
762
763 openafs (1.1.0-1) unstable; urgency=low
764
765   * New Upstream release.
766   * Warn if not running as root for afs-newcell|rootvol, closes: #103532
767   * Work around upstream make clean target not working correctly.
768  -- Sam Hartman <hartmans@debian.org>  Mon, 16 Jul 2001 06:13:41 -0400
769
770 openafs (1.0.90.20010710.snapshot-1) experimental; urgency=low
771
772   *  New upstream snapshot
773   * Fix module package to not have build cruft
774   * Use --disable-kernel-module option except for module sources
775   * Attempt to build modules correctly, although still not in right place
776   * Pretend we build for alpha. This is mostly not a fiction, although I
777     don't really know that much more than the kernel module and afsd
778     work.  The pointer cast warnings are frightening.
779
780  -- Sam Hartman <hartmans@debian.org>  Wed, 11 Jul 2001 11:41:22 -0400
781
782 openafs (1.0.90.20010704.snapshot-1) experimental; urgency=low
783
784   * New upstream snapshot.  Support AFSDB records and many other
785     features.  Not at all stable yet.  This is packaged so I and others
786     can try it out.
787
788  -- Sam Hartman <hartmans@debian.org>  Thu,  5 Jul 2001 04:04:20 -0400
789
790 openafs (1.0.4-3) unstable; urgency=medium
791
792   * Fix patch introduced in -2 to be consistent with what is sent upstream.
793   * openafs-modules-source depends on debhelper
794
795  -- Sam Hartman <hartmans@debian.org>  Wed,  4 Jul 2001 03:52:37 -0400
796
797 openafs (1.0.4-2) unstable; urgency=low
798
799   * Fix modversions and athlon memcpy mmx bug, closes: #91925
800   * Fix openafs-client to fail rather than starting a useless afsd if we don't have any db servers
801   * If AFS client fails to start for afs-newcell, then complain, closes: #98303
802   * New CellServDB
803   * Fix module builds on non-i386, closes: #100939
804
805  -- Sam Hartman <hartmans@debian.org>  Sun, 17 Jun 2001 01:22:37 -0400
806
807 openafs (1.0.4-1) unstable; urgency=low
808
809   * New upstream version, closes: #92776
810   * Allow openafs-client to depend on openafs-modules-source not just
811     openafs-modules.  This allows us to be installable on testing even
812     without binary modules which may become a necessity given the current
813     kernel image mess.
814   *  implement target for modules_clean, closes: #95049
815
816  -- Sam Hartman <hartmans@debian.org>  Tue, 24 Apr 2001 14:56:57 -0400
817
818 openafs (1.0.3-2) unstable; urgency=low
819
820   * Fix  direntry type to be DT_UNKNOWN not DT_DIR on Linux (contributed upstream)
821   * Return ENOTEMPTY not ENOTDIR for rmdir of non-empty directory, closes: #82589
822   * Include build instructions in modules, closes: #92032
823   * Don't grep a file for a potentially null string, closes: #89967
824
825  -- Sam Hartman <hartmans@debian.org>  Thu, 29 Mar 2001 22:09:29 -0500
826
827 openafs (1.0.3-1) unstable; urgency=low
828
829   * New upstream version
830   * Allow host to be used instead of dnsutils, closes: #87915
831   * Document kernel module build.
832   * Include upstream changelog
833
834  -- Sam Hartman <hartmans@debian.org>  Thu,  8 Mar 2001 14:35:57 -0500
835
836 openafs (1.0.2-3) unstable; urgency=low
837
838   * Apply patch from  Stefan Kluth  <skluth@mppmu.mpg.de> for ppc_linux22
839   * Back out architecture change from last version; no good way to
840     actually solve that problem apparently. 
841
842
843  -- Sam Hartman <hartmans@debian.org>  Sat, 17 Feb 2001 23:45:06 -0500
844
845 openafs (1.0.2-2) unstable; urgency=low
846
847   * Provide openafs-ptutil in hope that apt will deal better with upgrade,
848     closes: #84303
849   * Make thiscell default to dnsdomainname so things don't break quite as
850     bad if you don't enter it, closes: #81149 
851   * Include source architecture line, Closes: #84530
852   * Rebuild with new debhelper to fix dh_installinit not shutting down on
853     removal (Thanks Joey) (now requires debhelper 2.2.20)
854   * Move CellServDB to /usr/share/openafs  so we comply with policy 3.5
855
856  -- Sam Hartman <hartmans@debian.org>  Mon,  5 Feb 2001 13:23:51 -0500
857
858 openafs (1.0.2-1) unstable; urgency=low
859
860   * Add support for ppc and sparc, closes: #80835
861   * Update maintainer address for modules.
862   * Support for 2.4.0 final (and not just prereleases as before), closes: #82751
863   * New upstream version.
864   * Conflict with openafs-ptutil since it is now included
865   * Fix message in RC script, closes: #82489
866   * Attempt to avoid using pinstall  in kernel module build
867
868  -- Sam Hartman <hartmans@debian.org>  Fri, 19 Jan 2001 22:38:32 -0500
869
870 openafs (1.0.1-3) unstable; urgency=low
871
872   * Add support for Linux Kernel 2.4.x.
873   * Note that administration scripts are released under the GPL.
874
875  -- Sam Hartman <hartmans@debian.org>  Mon,  18 Dec 2000 19:06:00 -0500
876
877
878 openafs (1.0.1-2) unstable; urgency=medium
879
880   * New maintainer address.
881   * Depend on debhelper 2.1.16 for /usr/share/doc symlinks.
882   * Only run init script once; confusion with DH_OPTIONS
883   * Fix bosserver to look in /usr/openafs/lib so it restarts correctly every Sunday.
884   * Upload to Debian (Gloses: BUG#69336)
885   * Do not generate .map file for module; depmod complains.
886
887  -- Sam Hartman <hartmans@debian.org>  Wed,  6 Dec 2000 11:21:53 -0500
888
889 openafs (1.0.1-1) unstable; urgency=low
890
891   * New upstream version
892   * Fix typo in openafs-client templates.
893   * Clarify that afs-newcell sets up for afs-rootvol 
894
895  -- Sam Hartman <hartmans@mit.edu>  Sun,  3 Dec 2000 02:04:50 -0500
896
897 openafs (1.0.snap20001106-10) unstable; urgency=low
898
899   * Release (Closes: BUG#69336)
900   * Fix typo and afs-rootvol and test from CLI
901
902  -- Sam Hartman <hartmans@mit.edu>  Sat,  2 Dec 2000 00:44:37 -0500
903
904 openafs (1.0.snap20001106-9) unstable; urgency=medium
905
906   * Fix openafs-fileserver restart to do a bos restart
907   * Document that AFS key must be single-DES.
908   * afs-rootvol: use the -fast option so we do not hang forever on bad cells or firewalls.
909   * Fix priority on openafs-client rc script to run after server starts.
910
911  -- Sam Hartman <hartmans@mit.edu>  Wed, 29 Nov 2000 20:43:59 -0500
912
913 openafs (1.0.snap20001106-8) unstable; urgency=low
914
915   * Modules no longer depend on the tlient; client depends on modules.
916     This works better for AFS, even though it is not the way packages like
917     alsa-base work.
918   * Fix several typos in configuration scripts.
919   * Clarify that it starts the client just after debconf.
920
921  -- Sam Hartman <hartmans@mit.edu>  Wed, 29 Nov 2000 13:10:43 -0500
922
923 openafs (1.0.snap20001106-7) unstable; urgency=low
924
925   * Add command line options to afs-newcell
926   * Fix control.module for real this time.
927   * Add kpasswd and kas to the openafs-kpasswd package.
928   * Add manpage for afs-newcell and many undocumented links.
929   * Remove PAM module from libopenafs-dev.
930   * Instal udebug, pagsh, cmdebug.
931   * Remove execute bit from some includes in /usr/include.
932
933  --  Sam Hartman <hartmans@mit.edu>  Mon, 27 Nov 2000 03:02:57 -0500
934
935 openafs (1.0.snap20001106-6) unstable; urgency=medium
936
937   * Add config option to disable  client on boot
938   * Create rc.d links
939   * Make CellServDB handled by postinst not a conffile.  Sadly AFSDB
940     records will be a while in the future.
941   * New script: afs-newcell to configure a dbserver
942   * Use the native Debian install instead of afs install while building;
943     works  under fakeroot.  Important for modules package.
944   * Fix purge to delete configuration files
945
946  --  <Sam Hartman <hartmans@mit.edu>  Sat, 25 Nov 2000 01:09:55 -0500
947
948 openafs (1.0.snap20001106-5) unstable; urgency=low
949
950   * Make change so kdump builds on potato
951
952  --  Sam Hartman <hartmans@mit.edu>  Sun, 19 Nov 2000 19:27:01 -0500
953
954 openafs (1.0.snap20001106-4) unstable; urgency=low
955
956   * Fix so dpkg-buildpackage works.  Oops.
957
958  --  Sam Hartman <hartmans@mit.edu>  Sun, 19 Nov 2000 02:18:05 -0500
959
960 openafs (1.0.snap20001106-3) unstable; urgency=low
961
962   * Increase stacksize for server processes so they don't dump core.
963   * New script: afs-rootvol--creates the root.afs and root.cell.  Works
964     fairly well except that it is overly verbose and that it has my test
965     cell hardcoded.  This script will evolve into part of a new cell
966     config tool. 
967
968
969   --
970   * Support removing module for smP
971   * Prune build directories out of modules sources--oops
972   * Fix bogus depends for module sources--note that it really does want
973     bison and flex at least for now.
974
975  --  Sam Hartman <hartmans@mit.edu>  Thu, 16 Nov 2000 01:39:48 -0500
976
977 openafs (1.0.snap20001106-2) unstable; urgency=low
978
979   * Fix directories for servers to be FHS-reasonable
980   * Fix init.d script to actually work for stop this time--tested and works
981   * Add server packages; fairly useless right now but at least we
982       ship the binaries
983   * Check to make sure home cell exists and warn user if not
984   * Fix purge for openafs-client
985
986  --  Sam Hartman <hartmans@mit.edu>  Fri, 10 Nov 2000 23:35:30 -0500
987
988 openafs (1.0.snap20001106-1) unstable; urgency=low
989
990   * New Upstream version
991   * Fix init.d script to properly remove openafs.o
992
993  --  Sam Hartman <hartmans@mit.edu>  Tue,  7 Nov 2000 13:55:47 -0500
994
995 openafs (1.0.snap20001104-1) unstable; urgency=low
996
997   * New upstream snapshot
998   * Fix path to afsd in /etc/init.d/openafs-client
999   * Build openafs module packages
1000
1001  --  Sam Hartman <hartmans@mit.edu>  Mon,  6 Nov 2000 09:39:11 -0500
1002
1003 openafs (1.0.snap20001103-1) unstable; urgency=low
1004
1005   * Initial Release.
1006
1007  -- unknown <hartmans@snorklewacker.mit.edu>  Fri,  3 Nov 2000 23:41:41 -0500
1008