Changelogs from build 20150710 to 20150711
eventstat
Changesfile not available.
health-check
Changesfile not available.
ifupdown (0.7.54ubuntu1) wily; urgency=medium
.
* Merge with Debian unstable. Remaining Ubuntu changes:
- Always call dhclient with -1, Ubuntu carries a patch so that renewal
won't time out.
- Allow setting the MTU and HWADDR on manual interfaces. (LP: #1294807)
- The above change also means that manual interfaces will now be
brought up and down (ias many users expected until now).
- Disable link.defn as it's not covering all the cases supported by
the vlan and bridge hooks and so causes more harm than good at this
point. (LP: #1295304)
- Add ifup-wait-all-auto.service which makes network-online.target wait
for all "auto" /etc/network/interfaces for up to two minutes.
- debian/postinst: Bring back missing /etc/rcS.d/networking symlink, to
clean up after old broken upgrades. (LP: #1439109) Needs to be kept
until after 16.04 LTS.
* Drop debian/ifupdown.udev. We don't support the "netdev" group.
.
ifupdown (0.7.54) unstable; urgency=medium
.
[ Guus Sliepen ]
* Adopting this package from Andrew Shadura. Closes: #786902
* Converted the Mercurial repository to Git.
* Clean up the source code (indentation, whitespace, remove some
duplication, fix some warnings from cppcheck, clang, use C99, use const
and static where possible, remove unused/obsolete files).
* Prevent recursion using source and source-dir statements. Closes: #779786
* Create /run/network if it doesn't exist. Closes: #681872
* Bump Standards-Version.
* Use [$arch-any] statements in debian/control for architecture-dependent
Depends instead of conditionally calling dh_gencontrol from debian/rules.
* Add -Wno-unused-parameters to CFLAGS in debian/rules.
* Update debian/copyright and convert it to DEP-5 format.
* Remove debian/README and debian/TODO, which are no longer relevant.
* Update timestamp in manpages. Closes: #717266
* Do not attempt to kill udhcpc if there is no pidfile. Closes: #744167
* Add udev rule to allow rfkill for group netdev. Closes: #741454
.
[ Yuriy Vostrikov ]
* When using dhcpcd, pass the metric option. Closes: #784611
.
ifupdown (0.7.53.1) unstable; urgency=medium
.
* Update tests.
.
ifupdown (0.7.53) unstable; urgency=medium
.
* Default accept_ra to 0 when gateway is set (Closes: #775660).
* Don't try to parse a non-existing file given by wordexp (Closes: #776578).
.
ifupdown (0.7.52) unstable; urgency=medium
.
* Fix segfault when /e/n/i can't be read. Fail only when the file
has errors, issue a warning when it can't be opened (Closes: #774212).
.
ifupdown (0.7.51) unstable; urgency=medium
.
[ Michael Biebl ]
* Check the hotplug interface operstate to avoid blocking the
boot process (Closes: #771943).
.
ifupdown (0.7.50) unstable; urgency=medium
.
[ Andrew Shadura ]
* Configure the loopback interface by default only if user hasn't
defined their own loopback interface (Closes: #709378).
* Update udhcp command-line options (Closes: #741579).
* Fix compiler warnings.
* Update the documentation regarding "source" keyword.
.
[ Michael Biebl ]
* Call "udev settle" explicitly before configuring any devices (Closes:
#766943).
.
ifupdown (0.7.49) unstable; urgency=medium
.
[ Andrew Shadura ]
* Proper implementation of auto on kFreeBSD (Closes: #738942).
* Don't fail on sysctl failing (Closes: #757937).
* Accept router advertisements when using DHCPv6 (Closes: #753580).
* Don't configure hotplug interfaces on networking start to avoid races.
.
[ Stéphane Graber ]
* Upstart job tweaks.
lvm2 (2.02.122-1ubuntu1) wily; urgency=medium
.
* Merge with Debian unstable. Remaining Ubuntu changes:
- debian/rules:
+ copy .po file to .pot file for Rosetta (Ubuntu specific).
- debian/{dmsetup,lvm2}-udeb.install: install udev rules in udebs
(Debian #504341).
- auto-start VGs as their PVs are discovered (Debian #455979):
+ add debian/85-lvm2.rules: use watershed plus the sledgehammer of
vgscan/vgchange to turn on VGs as they come online.
+ debian/initramfs-tools/lvm2/hooks/lvm2: Add 85-lvm2.rules to the list
of udev rules to copy and depend on udev.
+ debian/control:
- add versioned Depend on watershed in lvm2 for udev rules.
- add Depends on watershed-udeb in lvm2-udeb for udev rules.
+ debian/rules:
- do not install local-top scripts since Ubuntu mounts root using udev.
- do not install init scripts or activation systemd units for lvm2,
since udev starts LVM.
- continue to build clvm support.
+ debian/lvm2.postinst: handle missing lvm2 init script.
- Add debian/initramfs-tools/lvm2/scripts/init-premount/lvm2: failure
hooks to help fix bad boots (Debian #468115)
- remaining changes to upstream event manager packages (Debian #514706):
+ debian/rules: enable dmeventd during configure.
+ debian/dmeventd.{8,manpages}: install dmeventd files.
- rename debian/clvm.defaults to debian/clvm.default so it is installed
correctly. (Debian #569292)
- debian/control: add dmsetup-udeb to libdevmapper1.02.1-udeb recommends.
- debian/rules: make sure dmsetup and lvm2 initramfs-tools scripts are
executable. When the Ubuntu-specific ones are added with a patch,
they may lose their executable bit.
- Add and install clvmd resource agent
- Add dependency on libudev-dev to libdevmapper-dev so that the .pc file
works.
- debian/{clvmd.ra,clvm.init}:
- create /run/lvm if it doesn't exist.
- debian/clvm.init:
- exit 3 if not running on status action.
- Call dh_installman so that our dmeventd manpage actually gets installed
- Install the missing fsadm manpage.
- Complete libdevmapper-dev multiarch: (Debian #731294)
- mark libdevmapper-dev M-A: same
- Add enable-issue-discards.patch: Enable "issue_discards" option by
default to trim SSDs when changing PVs. This option has no effect if the
kernel or the drive does not support trimming, so it's safe to enable by
default. (Debian #717313)
.
lvm2 (2.02.122-1) unstable; urgency=medium
.
* New upsream version.
* Make sure lvmetad is enabled:
- Add init-script.
* Build and enable lvmpolld:
- Add init-script.
.
lvm2 (2.02.111-2.2) unstable; urgency=medium
.
* Non-maintainer upload
* Add support for /dev/VG/LV naming in initramfs (Closes: #780319)
.
lvm2 (2.02.111-2.1) unstable; urgency=medium
.
* Non-maintainer upload
* Add initramfs-tools boot script for preparing additional block
devices (Closes: #775583)
pcre3 (2:8.35-7ubuntu1) wily; urgency=low
.
* Merge with Debian unstable, remaining changes:
- Add symbols files to catch breakage.
- Enable parallel builds.
- Run dpkg-gensymbols with -c4 to fail the build on symbols file problems.
* Demangle c++ symbols for a more readable file.
* Add symbols files for the new libraries.
.
pcre3 (2:8.35-7) unstable; urgency=medium
.
* Apply upstream patch to fix buffer overflow for forward reference
within backward assertion with excess closing parenthesis
(Closes: #790000)
.
pcre3 (2:8.35-6) unstable; urgency=low
.
[ Thorsten Glaser ]
* Re-add patch disabling JIT on powerpcspe and x32 (Closes: #760327)
* Add back missing debian/changelog entries for 1:8.35-3.2 and 1:8.36-1
.
pcre3 (2:8.35-5) unstable; urgency=low
.
* re-enable jit on ppc64el (by dropping the patch that disables it)
(Closes: #786530)
* patch from Frederic Bonnard to fix the watch file (Closes: #785726)
.
pcre3 (2:8.35-4) experimental; urgency=medium
.
[ Mattia Rizzolo ]
* Add a libpcre16-3 package with the 16 bit pcre16 library (Closes: 748781).
* Add a libpcre32-3 package with the 32 bit pcre32 library.
.
[ Matthew Vernon ]
* Adopt this package (Closes: #772994)
powerstat
Changesfile not available.
smemstat
Changesfile not available.
ubuntu-touch-meta (1.234) wily; urgency=medium
.
* Refreshed dependencies
* Added telepathy-ofono-ril-mc-plugin to desktop, touch
ubuntu-ui-toolkit (1.3.1549+15.10.20150710.1-0ubuntu1) wily; urgency=medium
.
[ Timo Jyrinki ]
* arch specific deps (LP: #1473035) (LP: #1473035)
ubuntu-ui-toolkit (1.3.1549+15.10.20150706-0ubuntu1) wily; urgency=medium
.
[ Tim Peeters ]
* Disable header animations to avoid bugs when popping a PageStack in a loop.
Fixes LP: #1461729
* New header visuals, using the ActionBar and Sections components.
* Introduce the new Sections component.
* Fix initialization for hidden and locked header.
.
[ Benjamin Zeller ]
* Fixes LP: #1461042 Qthelp documentation (pressing in F1) has no style in
qtcreator.
.
[ Richard Huddie ]
* Use the real OSK for keyboard input.
.
[ Zsombor Egri ]
* Fix AlamrModel segfault when updating elements. Fixes LP: #1463430
.
[ Vincent Ladeuil ]
* In the initctl test fixture,add the option to unset an environment variable
.
[ Christian Dywan ]
* QQmlContextData.url is a method in 5.5.0. Fixes LP: #1461897.
* OrientationHelper shouldn't move depending on availableHeight. The
parentChanged/availableHeight change in OrientationHelper is the bug fix
itself. The new property UbuntuApplication.inputMethod defaults to
Qt.inputMethod and the unit test overrides it to reproduce the bug (fix)
regardless of device and input method setup - the mock keyboard is NOT
expected to be fully functional, buttons are but a placeholder irrelevant
for the test case.
I removed hideInputPanel() as it's not being used anywhere, not essential
to the bug, but mainly unconfusing anyone working with the code as to what
actually affects inputMethod visibility.
Fixes LP: #1428206, LP: #1455406, LP: #1466222.
* Use a custom sort function for type names.
* Popover sizing should depend on whether it has a target.
* Replace Styles page with a header action.
.
[ Leo Arias ]
* Updated the documentation of the autopilot click_element helpers.
Fixes LP: #1451945