-
update-notifier (0.105ubuntu1.1) maverick-security; urgency=low
* SECURITY UPDATE: hotfix for arbitrary code execution via directory
traversal in update-manager on iso media (LP: #881548)
- data/cddistupgrader: patch update-manager that is pulled off an
upgrade cd.
- debian/update-manager-downloader-fix2.diff: hotfix to verify
signature before unpacking the tarball in
UpdateManager/Core/DistUpgradeFetcherCore.py.
- debian/update-notifier-common.*: ship new hotfix in package.
- CVE-2011-3152
-- Marc Deslauriers <email address hidden> Thu, 24 Nov 2011 12:58:59 -0500
-
update-notifier (0.105ubuntu1) maverick; urgency=low
* src/reboot.c:
- avoid triggering a aptdaemon launch when checking for
pending transactions (LP: #587004)
-- Michael Vogt <email address hidden> Fri, 03 Sep 2010 10:00:54 +0200
-
update-notifier (0.104ubuntu1) maverick; urgency=low
[ Sebastian Geiger ]
* src/update.c:
- fix missing init of GError
* updated to use xdg config dirs (thanks to Christian Klein)
[ Michael Vogt ]
* move hooks file over to the new location if
it exists
-- Michael Vogt <email address hidden> Wed, 25 Aug 2010 21:16:28 +0200
-
update-notifier (0.103ubuntu1) maverick; urgency=low
[ Michael Vogt ]
* add /usr/share/update-notifier/plugins/cache-changed dir
that can be used to trigger scripts on cache change (update,
install, remove, upgrade) that are run within the users
context (e.g. oneconf)
[ Didier Roche ]
* sort and launch scripts one after another in async mode on cache change
-- Michael Vogt <email address hidden> Wed, 21 Jul 2010 15:01:58 +0200
-
update-notifier (0.102ubuntu1) maverick; urgency=low
* Generalize firmware backend to be more easily extensible for other types
of uevents:
- Rename firmware.{h,c} to uevent.{h,c} and rename the functions
accordingly.
- configure.in, src/Makefile.am, src/update-notifier.c: Fix references for
name changes above.
- uevent.c: Split out the "missing general firmware" specific bits into a
new function deal_with_missing_firmware(). This makes the on_uevent()
function very small and clean, and easy to extend.
* src/uevent.c: Add new function deal_with_scp() to launch
system-config-printer when a printer is added or present at startup, and
s-c-p is not running yet. This must explicitly enabled with the new
--enable-system-config-printer configure option, and is disabled by
default. OEMs and derivatives can enable it easily and drop s-c-p's
autostart .desktop file.
* src/uevent.c: Fix a memory leak, properly free the list items and list
from g_udev_client_query_by_subsystem().
* debian/control: Bump Standards-Version to 3.8.4 (no changes necessary).
* Add debian/source/format: 3.0 (native).
-- Martin Pitt <email address hidden> Fri, 25 Jun 2010 12:19:04 +0200
-
update-notifier (0.101ubuntu1) maverick; urgency=low
* src/update.c:
- run apt-check with nice and ionice (thanks to dbarth)
-- Michael Vogt <email address hidden> Thu, 10 Jun 2010 15:06:12 +0200
-
update-notifier (0.100ubuntu1) maverick; urgency=low
* properly integrate with check-release-upgrade-gtk and support
--devel-release
* merged from debian, many thanks to Julian Andres Klode
* switch back to auto-open mode
update-notifier (0.99.3debian4) unstable; urgency=low
* Show the tray icon instead of running update-manager (Closes: #578717),
the update-manager mode does not even work currently due to Bug#579789.
update-notifier (0.99.3debian3) unstable; urgency=low
* Do not ship /var/crash as it is not needed.
* debian/update-notifier-common.install:
- Install /etc/apt/apt.conf.d/ files here instead of using debian/rules.
* debian/rules: Simplify and remove unneeded parts.
* autogen.sh: Run intltool-update -p here.
* data/apt_check.py:
- Detect security updates for Debian [and gNewSense] (Closes: #493653).
* Run notify-reboot-required in kernel postinst.d (Closes: #502396).
* data/notify-reboot-required: Also work if /var/run is no mountpoint,
it will be cleaned up on boot anyway (Closes: #462002).
* Recommend synaptic and software-properties-gtk and only use them if
they are installed (Closes: #559000, #448534).
* Recommend anacron to have up-to-data package lists (Closes: #414155).
* debian/99update-notifier: Fix syntax.
* Update translations from Launchpad and create ALL_LINGUAS dynamically.
* data/Makefile.am: Do not run gconftool-2, it just prints warnings.
* Fix compiler warnings.
update-notifier (0.99.3debian2) unstable; urgency=low
* configure.in: Remove gdu and gudev-1.0 from the common module list.
update-notifier (0.99.3debian1) unstable; urgency=low
* Rebase packaging on Ubuntu's one (Closes: #568476); differences:
- Depend on update-manager-gnome instead of update-manager.
- Only recommend cpu-checker as it's not in the archive (yet).
* data/apt_check.py: Upgrade to new python-apt API (Closes: #572351).
* Disable gudev and gdu stuff on non-Linux architectures.
* debian/control: Update Standards-Version and have -common depend on python.
* debian/update-notifier-common.preinst: Add missing #DEBHELPER# line.
-- Michael Vogt <email address hidden> Tue, 01 Jun 2010 15:38:26 +0200
-
update-notifier (0.99.3debian4) unstable; urgency=low
* Show the tray icon instead of running update-manager (Closes: #578717),
the update-manager mode does not even work currently due to Bug#579789.
update-notifier (0.99.3debian3) unstable; urgency=low
* Do not ship /var/crash as it is not needed.
* debian/update-notifier-common.install:
- Install /etc/apt/apt.conf.d/ files here instead of using debian/rules.
* debian/rules: Simplify and remove unneeded parts.
* autogen.sh: Run intltool-update -p here.
* data/apt_check.py:
- Detect security updates for Debian [and gNewSense] (Closes: #493653).
* Run notify-reboot-required in kernel postinst.d (Closes: #502396).
* data/notify-reboot-required: Also work if /var/run is no mountpoint,
it will be cleaned up on boot anyway (Closes: #462002).
* Recommend synaptic and software-properties-gtk and only use them if
they are installed (Closes: #559000, #448534).
* Recommend anacron to have up-to-data package lists (Closes: #414155).
* debian/99update-notifier: Fix syntax.
* Update translations from Launchpad and create ALL_LINGUAS dynamically.
* data/Makefile.am: Do not run gconftool-2, it just prints warnings.
* Fix compiler warnings.
update-notifier (0.99.3debian2) unstable; urgency=low
* configure.in: Remove gdu and gudev-1.0 from the common module list.
update-notifier (0.99.3debian1) unstable; urgency=low
* Rebase packaging on Ubuntu's one (Closes: #568476); differences:
- Depend on update-manager-gnome instead of update-manager.
- Only recommend cpu-checker as it's not in the archive (yet).
* data/apt_check.py: Upgrade to new python-apt API (Closes: #572351).
* Disable gudev and gdu stuff on non-Linux architectures.
* debian/control: Update Standards-Version and have -common depend on python.
* debian/update-notifier-common.preinst: Add missing #DEBHELPER# line.
-- Ubuntu Archive Auto-Sync <email address hidden> Sun, 09 May 2010 14:06:23 +0100
-
update-notifier (0.99.3) lucid; urgency=low
* debian/update-notifier-common.preinst:
- remove symlinks in /etc/update-motd.d on upgrade and let dpkg
replace them with real files (LP: #559194)
-- Michael Vogt <email address hidden> Tue, 13 Apr 2010 22:44:08 +0200