~ubuntu-branches/ubuntu/quantal/lsb/quantal-proposed

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek, Jeff Licquia
  • Date: 2009-06-02 20:20:07 UTC
  • mfrom: (1.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090602202007-yrfljcu970v0kcqd
Tags: 4.0-0ubuntu1
* Merge from Debian unstable, remaining changes:
  - lsb-base-logging-ubuntu.sh: change log_{success,warning,failure}_msg()
    to use usplash_write "TEXT" instead of "STATUS" to avoid unreadable
    line-wrapping when using usplash in verbose mode.
  - Don't conflict with python (>= 2.6).
  - Depend on postfix rather than exim4 as preferred mail-transport-agent
    alternative.
  - Depend on libgl1-mesa-glx rather than libgl1-mesa as preferred libgl1
    alternative.
  - Since /etc/lsb-release overrides detected information, there's no
    need to try and detect that information if lsb-release contains
    everything we need.  This saves us calling the hugely expensive
    apt-cache.
  - Add Ubuntu logging functions.

[ Jeff Licquia ]
* Upgrade to support LSB 4.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
lsb (4.0-0ubuntu1) karmic; urgency=low
 
2
 
 
3
  * Merge from Debian unstable, remaining changes:
 
4
    - lsb-base-logging-ubuntu.sh: change log_{success,warning,failure}_msg()
 
5
      to use usplash_write "TEXT" instead of "STATUS" to avoid unreadable
 
6
      line-wrapping when using usplash in verbose mode.
 
7
    - Don't conflict with python (>= 2.6).
 
8
    - Depend on postfix rather than exim4 as preferred mail-transport-agent
 
9
      alternative.
 
10
    - Depend on libgl1-mesa-glx rather than libgl1-mesa as preferred libgl1
 
11
      alternative.
 
12
    - Since /etc/lsb-release overrides detected information, there's no
 
13
      need to try and detect that information if lsb-release contains
 
14
      everything we need.  This saves us calling the hugely expensive
 
15
      apt-cache.
 
16
    - Add Ubuntu logging functions.
 
17
 
 
18
  [ Jeff Licquia ]
 
19
  * Upgrade to support LSB 4.0.
 
20
 
 
21
 -- Steve Langasek <steve.langasek@ubuntu.com>  Tue, 02 Jun 2009 20:20:07 +0000
 
22
 
 
23
lsb (3.2-22) unstable; urgency=low
 
24
 
 
25
  * Fix quoting of $PWD in start-stop-daemon call.  (Closes: #520499)
 
26
 
 
27
 -- Chris Lawrence <lawrencc@debian.org>  Fri, 20 Mar 2009 11:40:50 -0500
 
28
 
 
29
lsb (3.2-21) unstable; urgency=low
 
30
 
 
31
  * Provide lsb_release module for Python applications.  (Closes: #486262)
 
32
  * Change working directory to $PWD in start-stop-daemon, for better
 
33
    compatibility with LSB applications.  (Closes: #519817)
 
34
  * return 3 rather than 4 in pidofproc if a PID file is specified and
 
35
    the daemon is not found.  (Closes: #494623)
 
36
  * Improve handling of future testing versions unknown to lsb-release.
 
37
    Patch by Jan Muszynski (Closes: #517594).
 
38
  * Fix DeprecationWarning with Python 2.6; patch from Colin Watson and
 
39
    Anders Kaseorg.  (Closes: #517819)
 
40
  * Bypass guess_debian_release() if /etc/lsb-release is complete.
 
41
    Patch from Scott James Remnant.  (Closes: #511952)
 
42
  * 'time' was missing from lsb-core dependencies.  (Closes: #510488)
 
43
  * Demote lsb to a suggestion by lsb-release.  (Closes: #509611)
 
44
 
 
45
 -- Chris Lawrence <lawrencc@debian.org>  Thu, 19 Mar 2009 16:29:25 -0500
 
46
 
1
47
lsb (3.2-20ubuntu4) jaunty; urgency=low
2
48
 
3
49
  * Replace the deprecated Python sets module with the builtin set type,
1324
1370
  * Initial Release.  (Closes: #134658)
1325
1371
 
1326
1372
 -- Chris Lawrence <lawrencc@debian.org>  Sun, 17 Feb 2002 14:07:32 -0600
 
1373