]> asedeno.scripts.mit.edu Git - 1ts-debian.git/blobdiff - debian/changelog
Missing build-depends on hesiod, necessitating new release
[1ts-debian.git] / debian / changelog
index 99c59482446a7a0a71ce3961e23035d3e90be968..70e180e29407b2986bb0f689b35189796e9fbb95 100644 (file)
+zephyr (2.1.20010518.SNAPSHOT-8) unstable; urgency=low
+
+  * Missing build-depends on libhesiod-dev.  I cannot begin to describe
+    how stupid I feel.  closes: #148250
+
+ -- Karl Ramm <kcr@DEBIAN.ORG>  Mon, 27 May 2002 21:31:32 -0400
+
+zephyr (2.1.20010518.SNAPSHOT-7) unstable; urgency=low
+
+  * Stop using some egregious ?roff hacks in the zwgc man page that seem
+    to be not quite compatible with either groff or groff's -man
+    implementation.  closes: #134480
+  * Fix shlibs file for libzephyr3-krb so that depending packages end up
+    pointing at libzephyr3 instead.  closes: #148175
+  * Add dependency on the shared library to the -dev package.
+    <slaps self on forehead>  closes: #110486
+  * Add Russian translation for zephyr-server.  closes: #136936
+  * Add Russian translation for zephyr-clients.  closes: #138326
+  * Hack the server so that it still checks the server.list file even when
+    built with Hesiod.
+  * Build with hesiod.  closes: #99011
+
+ -- Karl Ramm <kcr@debian.org>  Sun, 26 May 2002 17:05:03 -0400
+
+zephyr (2.1.20010518.SNAPSHOT-6) unstable; urgency=low
+
+  * Second try at placating the ia64 autobuilders.  Why they weren't
+    building non-US, I don't know...  closes: #142951
+
+ -- Karl Ramm <kcr@debian.org>  Tue, 16 Apr 2002 04:11:33 -0400
+
+zephyr (2.1.20010518.SNAPSHOT-5) unstable; urgency=low
+
+  * (hopefully) fix build problem on ia64, closes: #142650
+
+ -- Karl Ramm <kcr@debian.org>  Sun, 14 Apr 2002 02:27:50 -0400
+
+zephyr (2.1.20010518.SNAPSHOT-4) unstable; urgency=low
+
+  * moved into main
+  * flesh out extended descriptions in control file, closes: #135513
+
+ -- Karl Ramm <kcr@debian.org>  Tue,  2 Apr 2002 01:05:32 -0500
+
+zephyr (2.1.20010518.SNAPSHOT-3) unstable; urgency=low
+
+  * hopefully build non-Kerberos packages successfully, closes: #106610
+  * clean up zephyr-server.init slightly, closes: #106751
+  * Spanish translation for zephyr-server debconf, closes #106573, #106572
+  * Spanish translation for zephyr-clients debconf, closes #106571
+  * include hints for people trying to use zephyr-server-krb, closes: #106852
+  * attempt to get some small bits of documentation into
+    /usr/share/doc/...
+  * fix formatting bug.  closes: #116389
+
+ -- Karl Ramm <kcr@debian.org>  Sun, 21 Oct 2001 15:27:08 -0400
+
+zephyr (2.1.20010518.SNAPSHOT-2) unstable; urgency=low
+
+  * On linux/alpha, longs are 8 octets, not 4.  Thus, timeval is sixteen
+    octets, not eight.  Unfortunately, part of the protocol is coded in
+    terms of sizeof (struct timeval), and another part in terms of a
+    sizeof(long).  Work around with ints. closes: #99158
+  * streamline server config script
+  * have client config script check for existence of /etc/zephyr/servers.list
+
+ -- Karl Ramm <kcr@debian.org>  Wed, 25 Jul 2001 06:00:47 -0400
+
+zephyr (2.1.20010518.SNAPSHOT-1) unstable; urgency=low
+
+  * fix typo in zephyr-server config script
+  * make the zephyr-server init script check for a srvtab
+  * make sure zwgc doesn't define PC or ospeed to keep curses happy
+  * new upstream version
+  * update config.{guess,sub}
+
+ -- Karl Ramm <kcr@debian.org>  Tue,  3 Jul 2001 16:44:41 -0400
+
+zephyr (2.1.20000421.SNAPSHOT-16) unstable; urgency=low
+
+  * fix bugs in zephyr-server config script
+  * be more explicit about conflicts between kerberized and non-kerberized
+    versions 
+
+ -- Karl Ramm <kcr@debian.org>  Tue, 19 Jun 2001 09:54:32 -0400
+
+zephyr (2.1.20000421.SNAPSHOT-15) unstable; urgency=low
+
+  * remove the /etc/defaults/zephyr-clients.dpkg-new temporary file
+
+ -- Karl Ramm <kcr@debian.org>  Tue, 19 Jun 2001 07:53:14 -0400
+
+zephyr (2.1.20000421.SNAPSHOT-14) unstable; urgency=low
+
+  * Fix typo,  closes: #100465 [hartmans]
+
+ -- Sam Hartman <hartmans@debian.org>  Sun, 10 Jun 2001 23:21:32 -0400
+
+zephyr (2.1.20000421.SNAPSHOT-13) unstable; urgency=low
+
+  * The lucky version.  No warranty express or implied.  YMMV.
+  * zephyr-server should have a default.subscriptions file now, closes: #94125
+  * libzephyr3-krb and zephyr-server-krb now depend on krb4-config, should
+    improve out-of-box functionality
+  * alter init script to print a message and exit 0 if no zephyr servers
+    were specified. closes: #96723
+  * rework debconf stuff to be more clever about where the data is coming from.
+
+ -- Karl Ramm <kcr@debian.org>  Sun, 10 Jun 2001 07:29:56 -0400
+
+zephyr (2.1.20000421.SNAPSHOT-12) unstable; urgency=low
+
+  * libzephyr-dev failed to have any files in it... and no one noticed.
+  * pull down a new config.guess and config.sub while we're at it.
+
+ -- Karl Ramm <kcr@debian.org>  Wed, 16 May 2001 10:33:07 -0400
+
+zephyr (2.1.20000421.SNAPSHOT-11) unstable; urgency=low
+
+  * tweak to kopt.c to maybe allow alpha build to work. closes: #94600
+  * build shlibs using gcc, and against the latest krb5. closes: #93779
+
+ -- Karl Ramm <kcr@1TS.ORG>  Tue, 24 Apr 2001 16:32:52 -0400
+
+zephyr (2.1.20000421.SNAPSHOT-10) unstable; urgency=low
+
+  * [hartmans] libzephyr3 should not depend on krb5, closes: #93187
+  * maybe run "/etc/init.d/zhm stop" in the preinst script, closes: #93349
+
+ -- Karl Ramm <kcr@1TS.ORG>  Sat, 14 Apr 2001 21:37:09 -0400
+
+zephyr (2.1.20000421.SNAPSHOT-9) unstable; urgency=low
+
+  * New maintainer, closes: #92061
+  * This builds with glibc2.2, closes: #86183
+  * This builds with Sam's MIT krb5 packages, closes: #40001, #40215
+  * There are now kerberized shared libraries, thanks to Sam, closes: #56691
+  * zaway works for me, closes: #76302
+  * build-depends fixed in packaging new version,
+    closes: #72006, #74371, #84558
+  * drop dummy zephyr-client package
+  * rename /etc/init.d/zephyr-clients to /etc/init.d/zhm
+  * rename /etc/init.d/zephyr-server to /etc/init.d/zephyrd
+  * rename /etc/init.d/zephyr-server-krb to /etc/init.d/zephyr.d
+  * fix build dependencies
+  * make config files in /etc/zephyr not installed executable
+  * cleanup debhelper examples
+  * actually build position-independent shared libraries
+
+ -- Karl Ramm <kcr@1TS.ORG>  Tue,  3 Apr 2001 01:16:56 -0400
+
 zephyr (2.1.20000421.SNAPSHOT-8) unstable; urgency=low
 
-  * 
   * zephyr-client -> zephyr-clients
   * Produce libzephyr3 package and used shared libs
   * Clean up debian/rules to only call movefiles once
   * Depend on libxaw-dev for sid/woody
+  * Support both Kerberos and non-Kerberos
+  * Add dummy zephyr-client package to phase upgrades.
 
- --
+ -- Sam Hartman <hartmans@mit.edu>  Wed, 28 Mar 2001 18:19:32 -0500
 
 zephyr (2.1.20000421.SNAPSHOT-7) unstable; urgency=low
 
@@ -55,7 +207,3 @@ zephyr (2.1.20000421.SNAPSHOT-1) unstable; urgency=low
 
  -- Karl Ramm <kcr@1ts.org>  Mon,  4 Dec 2000 05:28:22 -0500
 
-Local variables:
-mode: debian-changelog
-add-log-mailing-address "kcr@1ts.org"
-End: