1
lsb (4.0-0ubuntu1) karmic; urgency=low
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
10
- Depend on libgl1-mesa-glx rather than libgl1-mesa as preferred libgl1
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
16
- Add Ubuntu logging functions.
19
* Upgrade to support LSB 4.0.
21
-- Steve Langasek <steve.langasek@ubuntu.com> Tue, 02 Jun 2009 20:20:07 +0000
23
lsb (3.2-22) unstable; urgency=low
25
* Fix quoting of $PWD in start-stop-daemon call. (Closes: #520499)
27
-- Chris Lawrence <lawrencc@debian.org> Fri, 20 Mar 2009 11:40:50 -0500
29
lsb (3.2-21) unstable; urgency=low
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)
45
-- Chris Lawrence <lawrencc@debian.org> Thu, 19 Mar 2009 16:29:25 -0500
1
47
lsb (3.2-20ubuntu4) jaunty; urgency=low
3
49
* Replace the deprecated Python sets module with the builtin set type,