~ubuntu-branches/ubuntu/maverick/krb5/maverick

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-10-30 10:28:53 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20061030102853-x7v876vw4af46v0m
Tags: 1.4.4-3ubuntu1
* Merge with Debian; only Ubuntu change:
  - src/include/k5-thread.h: Define__USE_GNU when #include'ing pthread.h to
    fix FTBFS (from 1.4.3-9ubuntu1).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
krb5 (1.4.4-3ubuntu1) feisty; urgency=low
 
2
 
 
3
  * Merge with Debian; only Ubuntu change:
 
4
    - src/include/k5-thread.h: Define__USE_GNU when #include'ing pthread.h to
 
5
      fix FTBFS (from 1.4.3-9ubuntu1).
 
6
 
 
7
 -- Martin Pitt <martin.pitt@ubuntu.com>  Mon, 30 Oct 2006 10:28:53 +0100
 
8
 
 
9
krb5 (1.4.4-3) unstable; urgency=low
 
10
 
 
11
  * Don't require the presence of debconf during the postrm.  Thanks to
 
12
    Bill Allombert for the report.  (Closes: #388784)
 
13
  * Fix uses of hyphens instead of minus signs in the man pages.
 
14
 
 
15
 -- Russ Allbery <rra@debian.org>  Fri, 22 Sep 2006 14:57:34 -0700
 
16
 
 
17
krb5 (1.4.4-2) unstable; urgency=low
 
18
 
 
19
  * Patch from Alejandro R. Sedeno to allow 32-bit and 64-bit krb4 ticket
 
20
    files to be used on the same system.  Similar to a patch included in
 
21
    MIT Kerberos 1.5 but backported  because of missing byte order macros.
 
22
 
 
23
 -- Sam Hartman <hartmans@debian.org>  Wed, 20 Sep 2006 22:51:59 -0400
 
24
 
 
25
krb5 (1.4.4-1) unstable; urgency=low
 
26
 
 
27
  * New upstream release.
 
28
  * Stop using --exec to start and stop services since then services will
 
29
    not be stopped properly during an upgrade.  (Closes: #385039)
 
30
  * Rewrite the init scripts to include LSB information and to use the LSB
 
31
    logging functions.  krb5-kdc and krb5-admin-server now depend on
 
32
    lsb-base (>= 3.0-6) for the LSB functions.
 
33
 
 
34
 -- Russ Allbery <rra@debian.org>  Fri,  1 Sep 2006 20:45:59 -0700
 
35
 
 
36
krb5 (1.4.4~beta1-1) unstable; urgency=low
 
37
 
 
38
  * New upstream version including several memory leak fixes
 
39
  * Install upstream changelog
 
40
 
 
41
 -- Sam Hartman <hartmans@debian.org>  Wed, 16 Aug 2006 16:45:56 -0400
 
42
 
1
43
krb5 (1.4.3-9ubuntu1) edgy; urgency=low
2
44
 
3
45
  * src/include/k5-thread.h: Define__USE_GNU when #include'ing pthread.h so