~ubuntu-branches/ubuntu/quantal/lvm2/quantal

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Steve Langasek
  • Date: 2012-04-14 02:57:53 UTC
  • mfrom: (3.1.22 sid)
  • Revision ID: steve.langasek@canonical.com-20120414025753-ejbdw9c8llik58y9
Merge version 2.02.88-2 from Debian testing

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
lvm2 (2.02.88-2ubuntu1) UNRELEASED; urgency=low
 
2
 
 
3
  * Merge from Debian unstable (LP: #726677), remaining changes:
 
4
    - debian/patches/avoid-dev-block.patch: Prefer any other device name over
 
5
      names in /dev/block/ since lvm.conf won't handle this.
 
6
    - debian/rules:
 
7
      - copy .po file to .pot file for Rosetta (Ubuntu specific).
 
8
    - debian/{dmsetup,lvm2}-udeb.install:
 
9
      - install initramfs and udev hooks in udebs (Debian bug 504341).
 
10
    - auto-start VGs as their PVs are discovered (Ubuntu specific):
 
11
      - add debian/tree/lvm2/lib/udev/rules.d/85-lvm2.rules: use watershed plus
 
12
        the sledgehammer of vgscan/vgchange to turn on VGs as they come online.
 
13
      - debian/tree/lvm2/usr/share/initramfs-tools/scripts/hooks/lvm2:
 
14
        - add 85-lvm2.rules to the list of udev rules to copy.
 
15
        - depend on udev.
 
16
      - debian/control:
 
17
        - add versioned Depend on watershed in lvm2 for udev rules.
 
18
        - add versioned Depend/Breaks on udev in dmsetup for udev rules.
 
19
        - add Depend on initramfs-tools in dmsetup so system is not potentially
 
20
          rendered unbootable by out-of-order dpkg configuration.  LP: #358654.
 
21
      - debian/rules:
 
22
        - do not install local-top scripts since Ubuntu mounts root using udev.
 
23
        - do not install init scripts for lvm2, since udev starts LVM.
 
24
      - debian/lvm2.postinst: handle missing lvm2 init script.
 
25
      - debian/tree/dmsetup/lib/udev/rules.d/60-persistent-storage-dm.rules:
 
26
        watch dm devices for changes with inotify
 
27
    - add mountroot failure hooks to help fix bad boots (Debian bug 468115):
 
28
      - debian/tree/lvm2/usr/share/initramfs-tools/scripts/init-premount/lvm2
 
29
    - add packages for upstream event manager (Debian bug 514706):
 
30
      - debian/control: define libdevmapper-event1.02.1 and dmeventd packages.
 
31
      - debian/rules:
 
32
        - enable dmeventd during configure.
 
33
        - add build targets.
 
34
        - fix shlibs invocation with a cleared DH_OPTIONS to get udeb shlibs.
 
35
      - debian/dmeventd.{install,8,manpages}: install dmeventd files.
 
36
      - debian/libdevmapper-event*.{install,symbols}: install dmeventd files.
 
37
      - debian/libdevmapper-dev.install: install libdevmapper-event files.
 
38
      - debian/patches/monitoring-default-off.patch: by default, do not
 
39
        expect to talk to dmeventd.  Monitoring can be done via "--monitor y".
 
40
    - rename debian/clvm.defaults to debian/clvm.default so it is intalled
 
41
      correctly.
 
42
    - debian/control: add dmsetup-udeb to libdevmapper1.02.1-udeb recommends.
 
43
    - lidevmapper-dev: move .so symlinks to /usr/lib where they belong
 
44
    - debian/patches/rules-subdir.patch: removed as reordering will cause
 
45
      build failure with dmeventd.
 
46
    - debian/patches/libdm-event-static.patch: removed as other static libs
 
47
      aren't being built anymore either.
 
48
    - debian/rules: make sure dmsetup and lvm2 initramfs-tools scripts are
 
49
      executable.  When the Ubuntu-specific ones are added with a patch,
 
50
      they may lose their executable bit.
 
51
    - Add and install clvmd resource agent
 
52
    - Add dependency on libudev-dev to libdevmapper-dev so that the .pc file
 
53
      works.
 
54
    - Make lvm2-udeb depend on watershed-udeb, since it has udev rules that
 
55
      use watershed.
 
56
  * Dropped changes, included in Debian:
 
57
    - Build clvm with support for corosync, openais and cman
 
58
    - debian/control: change to libreadline-dev for build.
 
59
  * Dropped changes, included upstream:
 
60
    - debian/patches/open-readonly.patch: do not open every device for
 
61
      write, otherwise udev thinks they've all changed (see inotify above).
 
62
  * Dropped changes, superseded upstream:
 
63
    - debian/tree/dmsetup/lib/udev/rules.d/55-dm.rules: properly respond
 
64
      to "add" events during boot.  Upstream now distinguishes between
 
65
      coldplug add events initial ones, so this is not supposed to be a
 
66
      problem now.
 
67
 
 
68
 -- Steve Langasek <steve.langasek@ubuntu.com>  Fri, 13 Apr 2012 15:40:14 -0700
 
69
 
 
70
lvm2 (2.02.88-2) unstable; urgency=low
 
71
 
 
72
  * Enable corosync and openais support. (closes: #563320)
 
73
 
 
74
 -- Bastian Blank <waldi@debian.org>  Sat, 26 Nov 2011 18:51:00 +0100
 
75
 
 
76
lvm2 (2.02.88-1) unstable; urgency=low
 
77
 
 
78
  * New upstream version.
 
79
  * Remove lvm-common conflicts and replaces.
 
80
  * Remove grub-common breakage.
 
81
  * Remove own quilt usage.
 
82
  * Move cache file to /run/lvm. (closes: #562234)
 
83
    - Remove old cache dir.
 
84
  * Move lock files to /run/lock/lvm. (closes: #263148)
 
85
  * Support status action in lvm2 init script. (closes: #643822)
 
86
  * Remove Squeeze upgrade checks.
 
87
 
 
88
 -- Bastian Blank <waldi@debian.org>  Thu, 20 Oct 2011 21:37:06 +0200
 
89
 
 
90
lvm2 (2.02.86-1) unstable; urgency=low
 
91
 
 
92
  * New upstream version.
 
93
  * Remove leading article from short description.
 
94
  * Update udev rules.
 
95
 
 
96
 -- Bastian Blank <waldi@debian.org>  Sat, 27 Aug 2011 18:45:21 +0200
 
97
 
 
98
lvm2 (2.02.84-3.1) unstable; urgency=low
 
99
 
 
100
  * Non-maintainer upload.
 
101
  * Replace libreadline5-dev build dependency with (conservatively)
 
102
    libreadline-gplv2-dev, fixes an FTBFS. (Closes: #553807)
 
103
 
 
104
 -- Thorsten Glaser <tg@mirbsd.de>  Mon, 25 Jul 2011 17:39:19 +0000
 
105
 
 
106
lvm2 (2.02.84-3) unstable; urgency=low
 
107
 
 
108
  * Remove udev dependency from init script. (closes: #543163)
 
109
  * Don't longer create device nodes in init script.
 
110
  * Don't longer try to stop devices on shutdown.
 
111
 
 
112
 -- Bastian Blank <waldi@debian.org>  Mon, 28 Mar 2011 14:42:35 +0200
 
113
 
 
114
lvm2 (2.02.84-2) unstable; urgency=low
 
115
 
 
116
  * Fix development library symlinks. (closes: #614838)
 
117
  * Update Standards-Version to 3.9.1, no changes needed.
 
118
 
 
119
 -- Bastian Blank <waldi@debian.org>  Fri, 04 Mar 2011 11:40:22 +0100
 
120
 
 
121
lvm2 (2.02.84-1) unstable; urgency=medium
 
122
 
 
123
  * New upstream version.
 
124
  * Adopt upstream changes in udev rules. (closes: #603710)
 
125
 
 
126
 -- Bastian Blank <waldi@debian.org>  Mon, 21 Feb 2011 22:53:35 +0100
 
127
 
 
128
lvm2 (2.02.66-5) unstable; urgency=low
 
129
 
 
130
  * Remove old libdevmapper1.02 init script on upgrade. (closes: #549316)
 
131
  * Conflict against libdevmapper1.02.
 
132
 
 
133
 -- Bastian Blank <waldi@debian.org>  Sun, 23 Jan 2011 18:30:01 +0100
 
134
 
1
135
lvm2 (2.02.66-4ubuntu7) precise; urgency=low
2
136
 
3
137
  * Revert the last change.