* Disabled hp-firmware handling and ubuntu-drivers
[ Dan Bungert]
* Adjust update-notifier-crash.service so that the report process is not
killed before it has a chance to act (LP: #1821412)
* Sleep for up to an hour in the background in order to spread the load
of checking for release updates on the Ubuntu infrastructure
(LP: #1836475)
* debian/control: add lsb-release to the update-notifier-common depends as
it is used by apt-cdrom-check. (LP: #1927996)
* data/apt_check.py
- Only show esm-apps alerts on lts and non-esm distros (LP: #1926990)
- Update esm-infra alert for distros on ESM mode
- Show message with number of upgradable packages even if that
number is zero (LP: #1926819)
- Get distro name and version directly from /etc/os-release
- Fallback to lsb_release command if there are any problems using
/etc/os-release as source of information
- Show esm-apps status header when running on LTS distro that
has not yet entered Extended Security Maintenance
* data/apt_check.py:
- Add support to handle packages from ESM Apps in addition to ESM Infra
and only display alerts if the distro is ESM. (LP: #1924766)
- Do not display a count of ESM packages if the system does not have ESM
enabled. (LP: #1883315)
- Make distinction between standard security updates and ESM updates
when performing package counts. (LP: #1926208)
- use 'applied' instead of 'installed', redact 0 of these updates are
security updates, and correct singular messages
* data/backend_helper.py:
- fix pyflakes test
* debian/control: Add a dependency on python3-distro-info.
* data/list-oem-metapackages:
+ Handle bad apt indexes. apt.Cache() can fail if the apt lists can't be
parsed for whatever reason. Handle that and exit 0 so that
update-notifier continues. A consequence of being in this state is that
we can't find any oem metapackages if any are applicable. If the indexes
become good again then we'll find them next time. (LP: #1913726)
* control: Move ubuntu-drivers-common dep to update-notifier. It's only
needed when launching update-manager, which happens from
/usr/bin/update-notifier which is in the update-notifier package. Having
it in update-notifier-common causes ubuntu-drivers-common and all its deps
to be pulled in on all flavours, even ones without update-manager. (LP:
#1912496)
* List OEM metapackages before invoking update-manager. Before invoking
update-manager, run a helper script to figure out if there are any
oem-*-meta packages which apply to this system. These are enablement
packages maintained by Canonical which install any tweaks required by a
particular piece of hardware. The script takes care to exit quickly if
it's been run before or if the system is already enabled. It uses
ubuntu-drivers' python interface, so we need to add a dependency to make
sure that is available.There will be a companion change in
update-manager to consume this list. (LP: #1908050)
* data/apt_check.py: Update UA Infra: ESM product name and doc url
(LP: #1901627)
- data/apt_check.py: Update name and URL
- tests/test_motd.py: adapt unittests to match new behavior
- po/*.po: translation files with intltool-update -r
[ Robie Basak ]
* 3.192.30.2 skipped due to erroneous upload.
[ Chad Smith ]
* data/apt_check.py: Update ESM security pockets names (LP: #1881632)
- the UbuntuESM pocket was renamed from <distro>-security to
<distro>-infra-security
- new origin UbuntuESMApps, with a corresponding pocket of
<distro>-apps-security
* pixmaps/scalable/livepatch-ok,warning, src/livepatch-tray.c:
- rename the livepatch-ok/warning to livepatch_on/warning, the '-'
is used for icons fallback. The yaru theme added a 'livepatch' icon
used by the .desktop but GTK (and the spec) favorite fallbacking
in the current theme to using an icon from a subtheme. It makes the
indicator use 'livepatch' from yaru rather than 'livepatch-on'
installed by update-notifier in hicolor, which is wrong. Using '_'
there is no fallback and the correct icons are display
* Search and replace pep8 w/ pycodestyle after rename.
* tests/test_motd.py: Fix cut & paste error in comment.
* Replace pep8 with pycodestyle
* Notify user about stale updates information in motd (LP: #1842159)
* Make /var/lib/update-notifier/updates-available world-readable
(LP: #1844704)
* data/update-motd-hwe-eol: Run as a regular user without printing errors
(LP: #185527)
* data/update-motd-hwe-eol: Shortcut script when running in a container.
There is no point in checking the HWE stack in a container since upgrading
it would not affect the host system. (LP: #1855290)
* data/update-motd-fsck-at-reboot: Shortcut script when running it as
a regular user (LP: #185527)
* data/apt_check.py: modify wording and output regarding ESM support.
(LP: #1842508)
* Make livepatch_get_num_fixes (private API) return 'ssize_t' instead of
'gssize', which will allow us to use the '%zd' format string to print its
value. That in turn allows the string to be extracted into the .pot file
for translation.
* Fix E117 over-indented pep issues.
[ Andrea Azzarone ]
* Handle "applying" Livepatch state.
* Don't show the Livepatch indicator if livepatch is disabled.
* Remove livepatch-off.svg as no longer needed.
* data/package-data-downloader: Do not resume partial files, and especially
skip download attempts if they match the expected SHA256 (LP: #1713615)
* Handle missing cases of LP: #1822340, where we told people ESM is not
enabled, but not how to enable it.
* Fix multiple disabled ESM repositories being counted as enabled ones.
* test_motd.py: Remove unused imports
* data/apt_check.py: Fix dep8 line length issues.
* Add missing build-dependency on lsb-release
* Rewrite and extend motd messaging (LP: #1822340)
* Count ESM security updates as security updates
* debian/control:
- revert the use libayatana-appindicator, that was buggy and lead to have
the indicator support disabled, also that libary is still in universe
* debian/control, autogen.sh:
- don't build-depends on gnome-common, that is deprecated and was
comment out in the autogen.sh already anyway
[ Andrea Azzarone ]
* Add a livepatch indicator in the system tray. (ffe bug #1820259)
* src/livepatch.c: Add a "Settings..." button to the notification.
* Don't require gnome-shell or its alternate dependency notification-daemon
on s390x since gnome-shell isn't built there and we're trying to
demote notification-daemon to universe.
* Try adding gnome-shell as alternate dependency of notification-daemon
as part of an effort to drop notification-daemon to universe
* src/update-notifier.c: Don't use G_SPAWN_DO_NOT_REAP_CHILD in order
to avoid zombie processes. (LP: #1809505)
[ Andrea Azzarone ]
* data/apt_check.py, data/package-data-downloader, tests/test_pep8.py:
- update the code formating to be not hit W504 warnings,
change to ignore W503 and be consistent with update-manager.
* Resolve pep8 and pyflakes test failures.
* Check if a Livepatch patch has been applied during boot or before
update-notifier has started. (LP: #1800862)
* Use absolute patch when testing if whoopsie service is enabled.
* Add some debug messages
* Only show apport UI if whoopsie is not in auto or never reporting mode.
(LP: #1778697)
* Ensure that when we move to systemd user session, we don't regress
as well, taking into account the case where whoopsie isn't installed
either.
* Fix PEP8 errors
* package-data-downloader: Only print processing messages if we
should download stuff, or if an expected exception occured
(LP: #1641671)
* Add gnome-common dependency, needed for autoreconf
* Force no multiarch directory
[ Mike Gabriel ]
* Switch to Ayatana AppIndicator LP: #1760691.
* Bump debhelper version to 11, and do autoreconf
* Use a wrapper script of /bin/sh when calling check-new-release-gtk to
workaround its requirement that the ppid not be 1. (LP: #1768748)
* restore update-notifier code to check for whether or not a release upgrade
is available. (LP: #1765485)
* src/update-notifier.h: Add LIVEPATCH_FILE and livepatch_pending.
* src/update-notifier.c: Monitor the livepatch status file too
and show notification if needed (LP: #1761841).
* Add missing build-dependency on dh-python
* Do not notify-reboot-required on linux-image-extra removal (LP: #1458204)
* Also add python3-debconf as a build-dependency.
[ Sebastien Bacher ]
* Remove the gconf to gsettings migration script, gconf has been long
deprecated and the list of keys is incorrect and leads the convert
tools to error out (lp: #1720368)
[ Steve Langasek ]
* Depend on the new python3-debconf package instead of debconf.
LP: #1731334.
* src/crash.c: don't prompt about system reports under wayland, pkexec
doesn't work there
* src/clipboard.c, src/update-notifier.c, src/Makefile.am:
- don't use the xorg clipboard to do single instance, that doesn't work
under wayland, replace it with a file lock (lp: #1697381)
* src/livepatch.c: Use ngettext to correctly handle the plural form, thanks
to Andrea Azzarone for the patch.
* Add support to update-notifier to notify about the status of Canonical's
Livepatch service, thanks to Andrea Azzarone. (LP: #1712331)
* Clear out the autotools changes from the previous upload which were
due to a miss-uses of the vcs, fixes the buid.
* src/update.c: don't look at the dpkg/apt logs timestamps to decide
to auto-open update-manager but simply do it after the number of days
configured, it's a more predictable behaviour so less confusing to
users and the logs timestamps trick isn't working great since
unattended-upgrade is used to install the security updates (logs are
updated then which resets the counter) (lp: #1702724)
* Fix APT sandboxing for data downloads failing (LP: #1522675)
* Fix autopkgtest pep8 new error in artful:
- E722 do not use bare except
* debian/control: bump the depends on update-manager one more version as
17.04.2 doesn't have the change for the 64 bit integer.
* Switch to using a 64 bit integer for launch-time as update-manager also
did. (LP: #1654008)
* tests/test_pyflakes.py: test_pyflakes: fix pep8 style failure, thanks
Treviño.
* data/package-data-downloader: Be resilient and do not crash when we can
not print information about what is happening. (LP: #1640318)
* data/package-data-downloader:
- a stampfile is an indication of success, so don't try to process it
again.
* tests/test_package-data-downloader.py:
- add a test for the case where there are multiple hook files and only one
of them has failed.
* debian/tests/control:
- Allow stderr output as apt-helper even uses it for success.
* data/package-data-downloader:
- handle different failure modes better thanks to Launchpad user AtesComp
for the detective work and patch. (LP: #1621629)
* tests/test_pacakge-data-downloader.py:
- add tests for process_download_requests function
- add test for a hook file aging out
- resolve test failure with test_wrong_template_translation
* Enable autopkgtests and resolve pep8 / pyflakes issues with the package.
* add support for the HWE End-of-Life notification via
motd.
* debian/update-notifier-cds.conf:
- use a valid variable to get the device name
* debian/systemd, debian/update-notifier.install,links,crash:
- convert the crash, unicast and release jobs to systemd
* debian/systemd/update-notifier-cds.override,
debian/systemd/update-notifier-hp-firmware.override,
debian/update-notifier.install:
- disable the cd-upgrade and hp-firware jobs under systemd,
they are not important and need more work (launchpad bugs
#1604890 and #1604898)
* src/avahi.c, src/update.c, src/update-notifier.h,
- use /run instead of /var/run
* data/apt_check.py: use pkg.get_fullname() instead of pkg.name so that
architectures appear in package names, thanks to Bill Scales for the
patch. (LP: #1597537)
* src/update.c:
don't use the logs ctime information to decide if update-manager needs
to be started, the log rotation updates that one which means it's
never getting older than a week and the updater not started
(lp: #356152)
* Also update motd, at the end of Dpkg-Post run, properly counting how
many things are left to update, rather than assuming that all updates
were applied, as was done in previous release series. LP: #1558270
* Use mktemp -p in the target directory to avoid a cross-filesystem move.
* Also update motd if the dpkg status database has changed (LP: #1563854)
* data/apt_check.py: resolve crash when running apt-check with
--package-names, thanks to Launchpad user Woody for the fix.
(LP: #1512326)
* data/update-motd-updates-available
- do not execute asynchronously as that causes problems with installers
and generally produces unexpected behavior by default (LP: #1527710).
- define NEEDS_CHECK to avoid unintentionally using value from inherrited
environment.
* debian/90-updates-available
- Now directly prints the cached info if available
=> avoid login stalls due to motd updates (LP: #525674)
- Also fixes a former potential issue of existing but not readable cached
info by changing the test from -e to -r
* debian/99update-notifier:
- Now additionally triggers the an asynchronous background update of the
cached info via update-motd-updates-available hooking into
APT::Update::Post-Invoke-Success.
* data/update-motd-updates-available:
- This now only contains the slow part of actually 'updating the cached
info'.
- It executes asynchronously to avoid stalling apt-get update.
- The file is no more called by pam to avoid login stalls.
- It also fixes an issue with concurrent updates clobbering the
cached file via mv being atomic
* Call setlocale(LC_ALL, "") in avahi.c, so that the message there is
translated. Thanks Gabor Kelemen. (LP: #1493208)
* Initialize l10n for the distro-cd-updater and system crash notification
binaries. Thanks to Gabor Kelemen for the patches. (LP: #1478249,
LP: #1478280)
* Switch from using PACKAGE to GETTEXT_PACKAGE in avahi and update-notifier
binaries.
* Migrate fully from python2 to python3 now that python3-debian is
available in the archive. In the process, we drop most of the
python-related dependencies from the update-notifier package, since it
contains no python code; these are included only to support
backend_helper.py, which is shipped in update-notifier-common, not in
update-notifier for reasons that are not clear. For now keep the
package split unchanged pending further investigation. LP: #1440683.
* ./debian/update-notifier-cds.conf: Stop asking udisks 1 for the
mountpoint, just awk /proc/mounts for the mount point. (LP: #1411987)
[ Dimitri John Ledkov ]
* Prepare for udev-bridge on the session bus. (LP: #1409129)
* debian/update-notifier-cds.conf: use the correct comparison operator for
checking the type of CD. (LP: #1400357)
* debian/update-notifier-crash.conf: avoid race condition where the crash
report may not yet be writable when the inotify create event happens.
* lp:~mvo/update-notifier/use-apt-helper:
- use the apt-helper binary to download external data. This ensures
that the apt proxy settings are used and that the apt auto proxy
discovery works. Thanks to Dennis Kaarsemaker!
* Bump version to become higher than the wrongly added transitional package
from gnome-packagekit.
* data/package-data-downloader:
- set a default sockettimeout of 60s to avoid hangs if the network
becomes unresponsive during the download (LP: #1243090)
* Do not say that a partition will be checked when the check is disabled in
fstab. Thanks to Nils Kassube for the patch. (LP: #1282760)
* Use print function instead of statement (LP: #1256759)
* Increase the poll interval from 5 seconds to 180 (LP: #1227000)
* debian/update-notifier-crash.conf: the user needs permission to write to
the crash file as data collection is done by the user running apport
* If there are no updates available, still nag the user if a reboot is
required, in case the notification window was dismissed. (LP: #1033226)
* Update the location of apport/autoreport from /etc to /var/lib.
* debian/update-notifier-crash.conf: exit if /etc/apport/autoreport exists
as that indicates that there should be no user interaction
[ Iain Lane ]
* data/update-motd-updates-available: Update the stamp file atomically.
Thanks to Marius Gedminas! (LP: #1146170)
[ Brian Murray ]
* In the upstart crash notification job fix the path for watershed.
* debian/update-notifier-crash.conf: check that we have read permission on
the crash file before launching apport-gtk, additionally just launch
apport-gtk or system-crash-notification as they will check for new crashes
and start bug filing for each one (LP: #1193509)
* data/update-motd-fsck-at-reboot: Update the stamp file atomically.
Thanks to Marius Gedminas! (LP: #1240549)
* apt-check: port to python3, if it is available use update-manager's
UpdateList to determine if we will install an update being phased
(LP: #1223321)
[ Brian Murray ]
* Speed up apt-check (LP: #1233587). Thanks to Anders Kaseorg for the
patch.
[ Sebastien Bacher ]
* Update translations from launchpad
* Use watershed when notifying about system crashes to prevent multiple
dialogs for crashes that were already reported.
* Fix the newly-optimized update-motd-updates-available to correctly handle
the initial case when the stamp file doesn't yet exist. LP: #1206452.
* In the update-notifier crash file user session job switch back to
apport-gtk since the upstart file bridge emits events for .crash files
that exist prior to the job being started and apport-bug does not check to
see if the crash has already been reported while apport-gtk does.
[ Anders Kaseorg ]
* update-motd-updates-available: Avoid forking hundreds of /usr/bin/stat
(LP: #1200044)
* Switch from apport-collect to apport-bug since the former is for updating
bugs already reported.
* Let apport select the correct frontend to present the crash to the
user, rather than assuming GTK+.
* Restore update-notifier watching for avahi disabled notification for
desktop enivornments which do not use an upstart user session
* Remove tray applet calls from avahi notification
* Improve crash notification upstart user job
* Remove auto-launch key in the gsettings schema as update-manager has been
updated
* Restore auto-launch key in the gsettings schemas, it's still being used
in e.g update-manager and gsettings abort on missing keys
[ Steve Langasek ]
* If the /var/lib/update-notifier/fsck-at-reboot stamp file is older than
the current uptime, any information about fscking at "next boot" is
definitely stale - so force a refresh. LP: #692355.
[ Brian Murray ]
* Remove support for choosing not to auto-launch applications (LP: #947008)
* Remove reboot required notification as update-manager itself indicates
when a reboot is required and it only appeared when auto-launch was set to
false.
* Move update-notifier checking for CDs with packages into a new binary
distro-cd-updater
* Add an upstart user session job that runs upon CD insertion
* Remove sections of uevent related to hp firmware and replace them with an
upstart user session job
* Modified avahi disabled notification to run as an upstart user session
* Modified new release check to run as an upstart user session
* Added in a weekly cron job to check for a new release of ubuntu
* Added an upstart user session job to check for crashes
* Ensure we ask before launching a pkexec dialog for an apport crash
* src/reboot.c: Use logind instead of ConsoleKit for rebooting in the
fallback case.
* Updated translations for raring
* Add data/package-system-locked: Check if package system is locked. This
mirrors what com.ubuntu.SystemService.is_package_system_locked() from
ubuntu-system-service used to do.
* data/com.ubuntu.update-notifier.policy.in: Allow local users to run
package-system-locked through pkexec.
* src/update.c, dpkg_lock_is_taken(): Drop D-BUS call to
ubuntu-system-service, call package-system-locked instead. Drop
ubuntu-system-service Suggests:. (LP: #1153567)
* data/apt-cdrom-check: correctly quote mount path given to the awk command,
otherwise it hits an error with directories with spaces in their name,
e.g "Ubuntu 12.10"
[ Colin Watson ]
* Switch from g_timeout_add to g_timeout_add_seconds everywhere, which
should allow for better power use.
* Remove unused TIMEOUT_APT_GET_UPDATE macro.
[ Brian Murray ]
* Remove unused firmware paths from uevent.c.
* data/apt-cdrom-check: check that the release on the media is greater than
the current release (LP: #887650). Thanks to Andreas Altaïr Redmer for the
patch.
[ Michael Terry ]
* Use synaptic-pkexec instead of gksu in backend_helper.py
* Install a policykit policy file to replace last gksu use for
cddistupgrader.
* Remove obsolete and unused data/dbus-helper.
* Remove obsolete and unused data/upgrade-app.
* Fix typo in upgrader-patches directory name in cddistupgrader.
* Use g_clear_pointer/g_clear_object where appropriate.
* Fix leak of a GDir every time update-notifier notices that dpkg was run.
* Make debugging a bit more usable: correct type of control variables, and
(for now) automatically set G_MESSAGES_DEBUG=all if any of
update-notifier's debugging options are used.
* Remove unnecessary trailing newlines from all debugging messages.
* Adjust newest_log_file_timestamp to avoid an embedded newline in
debugging messages.
* Only create most indicators (or tray icons) when they're actually being
used, to save memory when idle.
* Tolerate hook files with a missing Terminal field, since it's documented
as optional.
* Don't call check_update_hooks from on_button_next_clicked; this is
unnecessary (show_hooks already calls check_update_hooks after the
dialog is closed) and causes recursive confusion.
[ Colin Watson ]
* Only create a single GSettings instance for com.ubuntu.update-notifier,
rather than several.
* Remove unused u_abort function.
* Make several more functions static that aren't used from other
compilation units.
* Correct a number of imprecise prototypes.
* Defer instantiating GtkBuilders until the corresponding user interfaces
actually need to be displayed, saving memory when they don't.
* Restore code to keep a handle to crash and reboot notifications, so that
they can be closed by later code (at least for notification-daemon
users).
* Fix several leaks of NotifyNotification objects.
* Don't call show_hooks (which now includes instantiating the
corresponding GtkBuilder) if there are no unseen hooks to show.
[ Brian Murray ]
* Remove calls to gnome-app-install and addon CD support (LP: #722887)
[ Colin Watson ]
* Fix many typos for "running".
* Fix a number of compiler warnings.
[ Brian Murray ]
* Switch from using gksu for apport crashes to pkexec (LP: #1098235)
* Fix incorrect glib pkg-config requirement.
[ Michael Vogt ]
* Rebuild cache in memory to avoid race condition
(LP: #1016040). Thanks to James Hunt
[ Colin Watson ]
* Exit GTK+ main loop on receiving SIGINT, to make it easier to debug
update-notifier using valgrind.
* Fix memory leak in init_already_seen_hooks.
* Fix missing description field for "Start package manager" tray action.
* Stop using deprecated gdk_app_launch_context_new function.
* Add build-dependencies on python, python-apt, and python-debian for the
test suite; and add runtime dependencies on python-{apt,debian},
unnoticed until now.
* There are other buggy translations, revert those as well.
* Make sure our tests are actually run at build time.
* Add a new test for broken translations, and fix the test for the notifier
output which had not been kept in sync with the source.
* Revert buggy translation of a variable name, addressing bug #1003100.
* Updated launchpad translations
* Tell python-dbus to use glib's mainloop so it doesn't throw an exception
(LP: #946718).
[ Michael Vogt ]
* lp:~nathwill/update-notifier/lp-934517:
- improve wording (LP: #934517), thanks to Nathan Williams
[ Julian Taylor ]
* replace dict.has_key with key in dict (LP: #1040380)
* Add dependency on patch to update-notifier-common as it's called
from the cddistupgrader script when doing upgrades from an external
media. (LP: #1029531)
* Convert from libgdu to gio's GVolumeMonitor (LP: #1028040)
* Undo the Python 3 conversion until python3-debian is ready
[ Brian Murray ]
* Port to Python 3
- Use the new python-apt API since the legacy API is not available
in Python 3.
- Various and pyflakes, whitespace, style, line length fixes.
[ Michael Terry ]
* Update to use new update-manager command line and
ubuntu-release-upgrader paths.
* data/apt_check.py:
- modernize a bit for the 0.8 API
* src/uevent.c: Drop Jockey handling. This was only used for missing DVB
firmware, but the firmware is now shipped by default in linux-firmware.
Also, Jockey is being obsoleted.
* po/*.po: the string '$packages' must not be translated, but we currently
have no way to mark the string as such in the input files. LP: #1003100.
* Merge in changes from 0.119ubuntu8.1 which had been uploaded to
precise-proposed.
* fix data/Makefile.am to clean up all generated files.
* fix wrong intltool-merge invocation.
* data/package-data-downloads-failed{,-permanently}.in: work around a bug in
intltool-merge rfc822deb handling that causes wrong syntax when the first
line in the file is a translated field. LP: #993672.
* use po2debconf instead of the upstream intltool-merge, since the latter
doesn't actually handle multi-paragraph description fields correctly.
* Fix package-data-downloader to do a correct timestamp comparison. Thanks
to Loïc Minier for catching this. LP: #986183.
* data/package-data-downloads-failed.in: use pkexec instead of gksudo, for
compatibility with Kubuntu. Thanks to Jonathan Thomas for pointing out
the correct fix. LP: #982032.
* data/notify-reboot-required: echo notification if gettext is not available
thanks to Richard Laager for the patch (LP: #644578)
* po/*.po:
- updated to latest LP export to ensure that the translation-missing
window information is actually translated (LP: #562900)
* Use <proto>_proxy environment variables to choose the proxy to use for
data downloads, not the apt proxy settings, because apt may be
configured to point at a package-specific proxy. This makes proxy
configuration a little less convenient than before for the
flashplugin-installer package, but it at least it makes it possible to
have a different proxy setting for packages vs. arbitrary data
downloads, which otherwise we don't have any way to support.
LP: #979477.
* Stop processing after a fatal download error, not just a transient one,
so that we can't be tricked into feeding a partial list of files to a
handler. Thanks to Kees Cook for spotting the bug. LP: #979426.
* Flush stdout before calling subprocess, so that log output makes more
sense.
* Print a more meaningful status message when downloading, instead of just
a bare URL.
* Check for existence of /usr/lib/update-notifier/package-data-downloader
before trying to run it from our cron job, so that the package doesn't
generate error messages when removed but not purged.
* The action for our notification should call gksu instead of trying to
run the command directly without root access. This is imperfect because
kubuntu won't have gksudo available by default, but it's an improvement
over failing for everybody. LP: #976761.
* data/package-data-downloader: Set urllib._urlopener to an instance of
urllib.FancyURLopener rather than urllib.URLopener, since the former
handles redirects (LP: #977812).
* Make sure /usr/lib/update-notifier/package-data-downloader is called on
package configuration as well, since a trigger is not guaranteed to
happen if the triggering package is configured first. LP: #977178.
* Fix conffile removal handling for /etc/update-motd.d/20-cpu-checker; we
were deleting the file but it was still registered in dpkg's database as
obsolete. dpkg-maintscript-helper can help with this.
* data/package-data-downloader: add support for a 'should-download' field
pointing to a debconf question that tells us whether or not the files
for this package should actually be downloaded. Otherwise, we'll
always download the files for msttcorefonts even when the user hasn't
accepted the license. LP: #876298.
* data/package-data-downloader, data/package-data-downloads-failed.in,
data/package-data-downloads-failed-permanently.in,
debian/update-notifier-common.{postinst,triggers}: add a new handler and
dpkg trigger to let packages queue data for download after package
install, so that network connectivity problems don't make installs
and upgrades unreliable. LP: #876298.
* debian/update-notifier-common.cron.daily: add a cronjob to periodically
retry any failed downloads.
* src/update-notifier.c: when there are new hooks, check them whether or
not dpkg has run; this allows other packages to send us notifications
by ways other than running a package maintainer script.
* src/update-notifier.c: Consider both the "sudo" and "admin" groups as
administrator. (LP: #893842)
* add support to apply patches when running the release upgrader
* change default release upgrade check interval to 14 days
(LP: #918062)
* fix "fsck doesn't update system info on login" LP: #692355
Thanks to Paul McEnery
* src/trayappletui.c:
- fix overlong menu entries (LP: #871691)
* add #include "trayappletui.h" to ensure the prototypes are
correct (fixes FTBFS)
* fix -Wall warnings
* port to libappindicator (LP: #779382) to ensure its visible
under unity{,-2d} for users with the auto_open key set to
false
* data/backend-helper.py: add helper that can dynamically
choose what package manager to use
* switch recommends to python-aptdaemon.gtk3widgets | synpatic
* Fixed restart required notification wording. (LP: #680685)
* set the default release-upgrade check time to 7 days
to be in line with the updates check interval
(foundations-o-update-manager-release-announcements spec)
[ Michael Terry ]
* port to gtk3/gsettings/gdbus
* data/update-notifier.desktop.in:
- Don't show in "Startup Applications" (LP: #803917)
* Port to current libnotify 0.7 API. Bump libnotify-dev build dependency.
[ Till Kamppeter ]
* src/uevent.c:
- HP laser printers which require firmware can also have the
product ID "xx2a" now. (LP: #734822)
* data/apt-cdrom-check, data/cddistupgrader:
- support upgrades from filesystems without the "stable" and
"ubuntu" symlinks (like vfat)
* src/gdu.c:
- check all removable devices for a upgrader
- when detecting a upgrade CD skip the "Run package manager"
step as its recommended to use the release upgrader
* src/hooks.c:
- use x-terminal-emulator instead of hardcoding gnome-terminal
(LP: #365796)
* data/update-motd-fsck-at-reboot: fix logic for getting mount list,
add defensive 0 sets, add "never check" special cases (LP: #718469).
* src/reboot.c: use consolekit instead of hal when gnome-session is
not available. lp: #716905
* merged lp:~brian-murray/update-notifier/error-message-string-fix,
many thanks!
* debian/90-updates-available, debian/98-fsck-at-reboot,
debian/98-reboot-required:
- check if the scripts exist before using them (thanks to
Kees Cook)
* src/crash.c:
- add dialog when system crashes are detected to avoid fullscreen
gksu window
- fix incorrect bits from the previous merge (thanks to Sebastien Bacher)
- honor the /apps/update-notifier/auto_launch gconf key, if that is
set never display a notifcation area icon but instead always fire
up apport, if set, do the opposite and always show notifcation
area icon and never fire up apport automatically
[ Sebastien Bacher ]
* src/crash.c: if there is no systray report at least the user issues.
The code should still be ported to use an indicator later on.
* src/crash.c: Don't spam the session log with the crash names either.
* src/crash.c, src/reboot.c, src/update-notifier.c:
- clear some debug calls to keep the session log clean
[ Michael Vogt ]
* src/update-notifier.c:
- move debug calls into g_debug and hide that by default
- add new --debug-misc call that is a catch-all bucket for
uncategorized messages
* src/crash.c:
- use g_spawn_sync() instead of g_spawn_sync_command_line and
pass G_SPAWN_STDOUT_TO_DEV_NULL|G_SPAWN_STDERR_TO_DEV_NULL
[ Michael Vogt ]
* data/update-motd-fsck-at-reboot:
- fix small issues in the script that I introduced in the
merge
* add recommends to aptdaemon (thanks to Michael Terry)
LP: #600745
[ Kees Cook ]
* data/update-motd-cpu-checker, data/Makefile.am, debain/control,
debian/20-cpu-checker, debian/update-notifier-common.{install,postinst}:
drop cpu-checker since kernel will unmask BIOS filtering of NX now.
[ Loïc Minier ]
* Update description to not mention adept/adept-notifier anymore, but "other
packages" and "server use cases" as adept doesn't exist anymore.
[ Michael Terry ]
* Add --disable-deprecations configure flag to test for deprecated API use
* Don't use deprecated API, and update required version of GTK+ to match
LP: #655231
[ Michael Vogt ]
* merged lp:~shiyee/update-notifier/fsck-at-reboot, thanks to
Mads Chr. Olesen
* src/reboot.c:
- avoid triggering a aptdaemon launch when checking for
pending transactions (LP: #587004)
[ 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 ]
* 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
* 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).
* src/update.c:
- run apt-check with nice and ionice (thanks to dbarth)
* README:
- updated, add information on /etc/apt/apt.conf.d/10periodic,
/etc/apt/apt.conf.d/20archive. Thanks to Michael Schuerig
for suggesting this
* 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
* Show the tray icon instead of running update-manager (Closes: #578717),
the update-manager mode does not even work currently due to Bug#579789.
* 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.
* configure.in: Remove gdu and gudev-1.0 from the common module list.
* 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.
* 20-cpu-checker, 90-updates-available, 98-reboot-required,
update-notifier-common.install, update-notifier-common.links:
symlinking scripts into /etc/update-motd.d causes them not
to be considered conffiles, so admins can't really edit or
remove them to their liking; instead, install simple "exec"
shell wrappers, LP: #559194
[ Michael Vogt ]
* data/notify-reboot-required:
- make sure to record the maintainer script that requested the
reboot in /var/run/reboot-required.pkgs (LP: #538253)
* silence debug messages by default (unless one of the
--debug switches is used)
* debian/control:
- point Vcs-Bzr to lucid branch
[ Dustin Kirkland ]
* debian/update-notifier-common.links: move reboot-required
from update-motd position 99 to 98, since 99 is now a (typically
empty) admin-controlled footer
* src/firmware.c:
- move hplip firmware loading here and watch for udev
events from printers that need to load a firmware. Call
hp-plugin-ubuntu in this case automatically.
* src/hplip.{c,h}:
- dropped in favor of doing this in the firmware.c code
* data/update-motd-cpu-checker: update path to the now external checker.
* debian/control, data/update-motd-cpu-checker: move motd updater into
the data/ tree and add to build system now that check-bios-nx is part
of the external cpu-checker package.
* debian/cpu-checker/check-bios-nx: adjust informational URL, eliminate
"filter" language in favor of "disable".
* debian/cpu-checker/*, debian/rules, debian/update-notifier-common.links:
add NX bit sanity checker to be included in motd updates.
* Add src/hplip.{h,c}:
- listen to com.hp.hplip.NeedPlugin events
* data/update-notifier.desktop:
- drop the --startup-delay command line option and use the new
X-GNOME-Autostart-Delay autostart key instead
* Add src/firmware.{h,c}: Listen to "firmware" subsystem events, check if
requested firmware is present, and call jockey --check if not.
(LP: #425821, UbuntuSpec:desktop-lucid-jockey-hotplug-support)
[ Michael Vogt ]
* src/reboot.c:
- do not auto-open restart required dialog, do this check in
the calling clients (like update-manager) instead
[ Loïc Minier ]
* Drop a couple of useless AC_SUBSTs.
* src/Makefile.am: use $(PACKAGE_CFLAGS) and _LIBS instead of
@PACKAGE_CFLAGS@ and _LIBS to allow overriding on the cmdline.
* configure.in: add "x11" to pkg_modules since src/clipboard.c calls X11
functions directly; fixes build issue with binutils-gold; thanks Peter
Fritzsche for the report; Debian #556515.
* Build-dep on libx11-dev explicitly.
* Wrap build-deps and deps to get cleaner diffs.
* Cleanup rules, mostly dropping boilerplate.
* Pass -s to dh_* in binary-arch.
* Don't overwrite CFLAGS from the env.
* Don't set INSTALL_PROGRAM, not needed with dh_strip.
* Only pass --host to configure if DEB_BUILD_GNU_TYPE and DEB_HOST_GNU_TYPE
differ.
* Pass LDFLAGS down to configure.
* Build-dep on autotools-dev to ensure config.sub and config.guess are
present.
* Don't ignore errors from distclean.
* Update FSF address in copyright and misc src/*.[ch] files.
* "set -e" in debian/preinst, postinst, and postrm.
* Cleanup and simplify debian/update-notifier-common.postinst.
* Use Vcs-Bzr instead of XS-Vcs-Bzr.
* Bump up Standards-Version to 3.8.3.
* Comment out --with-pkg-manager= configure flag as it's dnl-ed out in
configure.in.
* Drop useless DEBVER from rules.
* Move to debhelper 7; bump bdep and compat.
* data/update-notifier.schemas.in:
- fix typo (LP: #400214)
* debian/update-notifier-common.dirs:
- do not ship /var/crash here (LP: #449738)
* debian/rules:
- create /var/crash with the right permissions
* debian/update-notifier-common.postinst:
- fixup if permissions of /var/crash are incorrect due to
update-notifier-common (LP: #449738)
* data/apt-cdrom-check:
- only offer addon-cd if gnome-app-install is installed
(software-center does not yet support addon CDs)
* src/update.c:
- use gtk-dialog-warning-panel by default and use gtk
fallback mechanism to use the gtk-dialog-warning stock icon
[ Mario Limonciello ]
* src/reboot.c:
- Fallback to HAL if possible to reboot (LP: #437333)
[ Michael Vogt ]
* src/reboot.c:
- wait for pending aptdaemon transactions before showing
the reboot required dialog (LP: #445634)
* src/update.c:
- fix small memleak
* ui/reboot-dialog.ui:
- simplify text in the restart required UI (LP: #397324),
thanks to Scott Ritchie
* src/hal.c:
- more robustness again failure in gdu_pool_new()
* src/upate-notifier.c:
- when gdu can not be initialized, do not fail but log a
warning instead (LP: #418691)
* data/update-notifier.schemas.in:
- fix typo (LP: #411511), thanks to Rakesh 'arky' Ambati
[ Dustin Kirkland ]
* debian/control: recommend libpam-modules rather than update-motd,
LP: #399071
[ Sebastien Bacher ]
* debian/rules:
- build using --as-needed to reduce the depends
[ Dustin Kirkland ]
* debian/update-notifier-common.dirs: update-notifier-common
needs /etc/update-motd.d, rather than /etc/update-motd.d/hourly;
causes this directory to not be removed on update-motd package
removal/upgrade
[ Michael Vogt ]
* src/update-notifier.c:
- if display can not be opened, show a propper error message
and do not crash (LP: #317745)
* src/apt_check.py:
- count security updates correctly even when they are "shadowed"
by a regular update (LP: #394958)
- fix typo (thanks to Hew McLachlan)
* data/update-motd-updates-available, debian/99update-notifier:
- move updates available from /var/run to /var/lib/update-notifier
to make it persistent over reboots
* src/update-notifier.c:
- make the timeout for no-activity from apt bigger (LP: #274001)
* data/update-notifier.desktop.in:
- better description for the auto startup (LP: #146918)
* src/update-notifier.c:
- use GAppInfo/GAppLaunchContext to provide startup notification
support (LP: #46258)
* src/reboot.c:
- use the gnome-session dbus interface for reboots
* src/hal.c -> src/gdu.c:
- ported from hal to gnome-disk-utils (libgdu-dev)
* drop libgnome from the build-depends and switch to
the new gnome-session dbus interface entirely
* debian/control:
- drop libgnome-dev, libhal-dev
* src/update.c:
- when checking for apt/dpkg logs, ignore empty ones,
they are most likely caused by logrotate (thanks to
Dan Kegel)
- when checking apt/dpkg logs, glob() for the old(er)
ones too (thanks to Dan Kegel)
* add /apps/update-notifier/hide_reboot_notification
gconf key to hide the reboot required messages
(as suggested by tjaalton)
* when running in auto-launch mode, check if security
updates are installed unattended and if so, use the normal
launch interval (LP: #369706)
[ Sebastien Bacher ]
* ported from glade to gtkbuilder
[ Michael Vogt ]
* data/apt_check.py:
- ensure that updates in both -updates and -security are
only counted once (thanks to Emmet)
* debian/control:
- add strict dependency on update-notifier-common
* src/update.c:
- better debug output
- add AUTOLAUNCH_MINIMAL_SECURITY_INTERVAL (LP: #369198)
* src/update-notifier.c:
- fix typo (#365314)
* data/apt_check.py:
- check for security updates in the current running
distro release (deals with cases where people have
two distros in their sources.list)
* remove some debug output
* fix crash in --debug mode (LP: #348883, #348110)
* src/update.c:
- do not auto-launch if the dpkg lock is taken
by another process (LP: #334935)
* rework the debug options and support --debug-inotify,
--debug-updates, --debug-hooks
* debian/99update-notifier: write an empty /var/run/updates-available,
rather than removing it; empty indicates that we know that there are
no updates available, whereas missing/remove indicates that the status
is unknown, LP: #339066
* fix corner cases when the update icon still
appears even if run in auto launch mode (thanks to
Steve Langasek)
* use the gconf /apps/update-manager/launch_time key
to detect the last lauch time. this means the autolaunch
time is reset on each manual update-manager run too
* src/reboot.c:
- show the reboot required dialog only once per
session (thanks to mdz for the report)
* src/update.c:
- when checking if update-manager needs to be auto launched,
take the time of the last package installs/removals into
consideration as well (as requested by the DX team)
- when auto launching update-manager, run with nice and
ionice -c3
* src/update-notifier.c:
- add --debug-autolaunch switch
* ui/reboot-reqruied.glade:
- add dialog title for auto-launching
* data/update-notifier.schemas.in:
- set default launch interval to 7 days now (as asked for
by the DX team)
* data/apt_check.py:
- fix i18n plural forms (LP: #325251)
* make "auto_launch" update-manager mode the default (as asked
for by the DX team)
* set "regular_auto_launch_interval" to 2 days for the development
release. this default will change to 7 days for the stable
release
* run update-manager with "--no-focus-on-map" when in
"auto_launch" mode
* add "/apps/update-notifier/regular_auto_launch_interval" gconf
key that controls at what intervals (in days) update-manager is
automatically launched for regular updates (security updates
will be launched immediately). This only affects users that use
"/apps/update-notifier/auto_launch"
* make the interactive upgrade hooks dialog open up immediately
if "auto_launch" is enabled
* make the reboot required dialog open up immediately if "auto_launch"
is enabled
* add gconf "/apps/update-notifier/auto_launch" option that
can automatically launch update-manager (defaults to
"false" for now until focus it not stolen)
* debian/99update-notifier:
- remove /var/run/updates-available after package installation
(LP: #319438)
* debian/update-notifier.docs:
- fix filename and use it again (LP: #319194)
* fix reboot action (LP: #314409)
[ Michael Vogt ]
* src/hal.c:
- fix incorrect capitalization (LP: #186594)
[ Chris Coulson ]
* src/update-notifier.c:
- Revert an earlier change to call gnome_program_init()
again. reboot.c still depends on this (LP: #302326)
* data/update-notifier.desktop.in:
- work with other DEs than gnome,xfce (LP: #300463)
* po/POTFILES.in:
- add missing file (LP: #298806)
* src/update-notifier.c:
- make "--force" start u-n even for system users (LP: #294569)
- add gconf-key /apps/update-notifier/end_system_uids to make
this configurable
* src/update.{cc,h}:
- show amount of updates available in notification
(LP: #243695) as well
* data/notify-reboot-required:
- fix breakage when gettext-base is not installed
(thanks to StevenK)
[ Dustin Kirkland ]
* data/Makefile.am: install
- update-motd-reboot-required and
- update-motd-updates-available
* data/notify-reboot-required:
- write human-readable, translatable output to /var/run/reboot-required
* data/update-motd-reboot-required:
- standalone shell script for use in update-motd
* data/update-motd-updates-available:
- standalone shell script to call apt-check with --human-readable option;
hook for use in update-motd
* debian/control:
- recommend update-motd (>= 1.9), which contains fine grained motd
update frequency control
[ Michael Vogt ]
* po/POTFILES.in:
- add data/notify-reboot-required
* data/update-motd-updates-available:
- add checks so that apt-check only runs if the sources.list or the
package lists changed
* debian/rules:
- byebye arch-build target
* .bzr-builddeb/default.conf:
- welcome "[HOOKS]\npre-build"
* data/apt_check.py:
- add "--human-readable" that gives the output
in a human readable format (useful for e.g. scripts)
* po/POTFILES.in:
- updated
- re-run make update-po
* data/apt_check.py:
- make it a module so that it be shared with
update-notifier-kde
- rename so that it can be imported by update-notifier-kde
- create compat symlink
- use dgettext() so that it can be used from a different
gettext domain that update-notifier
- move the option parser out of run()
* po/POTFILES.in:
- add missing files
* debian/update-notifier-common.install:
- move the translations into this package
* debian/update-notifier-common.install:
- move apt-check, apt-cdrom-check and cdromdistupgrade
into update-notifier-common
* debian/15update-stamp:
- make it cooperate with other update-success hooks
* data/cddistupgrader:
- fix quoting issues
* src/update-notifier.c:
- honor "--force" again and show the update-notifications
then even for users not in the admin group (LP: #288099)
- merge the gio branch
- change statup delay to be calculated in seconds
- change default to 5
* data/update-notifier.desktop.in:
- set delay to 60 sec
* do not use GnomeClient anymore on all places where this is
possible - we can not remove it entirely (yet) because
reboot.c depends on it to do a cross desktop session exit
request
* src/update-notifier.c:
- move package manager to foreground if possible (LP: #274562),
thanks to Muhammad Ameen
* use the glib checksum functions instead of home grown
implementation (thanks to Bruce Cowan)
* src/hooks.c:
- when looking for inline translations in the notes file,
check for keys with the CODESET added too to match what
intltool-debian outputs (LP: #287556)
* src/update-notifier.c:
- check for all system user UIDs and do not start in this case
(LP: #286037)
* ui/hooks-dialog.glade:
- make it avaialble via alt-tab
* src/update.c, src/update-notifier.c:
- allow running for non-admin users so that they can
see the hook notifications too (LP: #281837)
- ensure that its not run for the gdm guest user
* src/hooks.c:
- add optional "OnlyAdminUsers" key (defaults to "true")
so that non-admin users get not swamped with old
notifications after the ugprade to intrepid
* data/apt-cdrom-check:
- fix incorrect quoting in release upgrade disk
detection
* src/hooks.c:
- support "ButtonText" tag in note
- deal with empty "Name" tag
* src/hal.c:
- check for already mounted CDs when starting up (LP: #276728)
* src/update.c:
- do not start two update-managers on double click
(LP: #258128)
- wording fixes (LP: #254313), thanks to Gabor Kelemen
* src/reboot.c:
- change the way gnome_client_request_save() is run
to work with the latest gnome-session (LP: #214446)
- better wording in the reboot dialog (LP: #211616)
* data/apt-cdrom-check:
- fix edubuntu addon CD detection
* po/zh_CN:
- new translation (thanks to Deng Xiyue, closes: #497957)
* src/update.c:
- make the "repository-outdated" nag message more clear
and mention that unavailable repositores may cause the
problem (LP: #243876)
* data/apt-check:
- fix incorrect display of number of updates (LP: #251494)
* data/apt-check:
- check for intermediate version when checking if a upgrade
is security releated or not. its possible that a upgrade
is available in -security and a newer one in -updates that
has the security fixes applied as well but shows up in
update-notifier as a normal update instead of a security
releated one (LP: #239673)
[ Emilio Pozuelo Monfort ]
* debian/control.in: Depend on dbus-x11 rather than dbus-1-utils.
Closes: #451449.
[ Stephan Peijnik ]
* debian/patches/08_gksu_preserve_environment.diff: Added patch that makes
gksu preserve its environment (-k switch). Fixes an issue with
update-manager-gnome.
[ Loic Minier ]
* Use lt-nl instead of lt in README.reboot-required.Debian for robustness.
[ Emilio Pozuelo Monfort ]
* Depend on update-manager-gnome rather than update-manager since it's
been renamed. Closes: #544325.
[ Hideki Yamane ]
* debian/update-notifier-common.install
- add localized message
(as /usr/share/locale/*/LC_MESSAGES/update-notifier.mo)
* debian/patches/002_i18n_update.diff
- update ja.po
* debian/patches/04_fix_gksu_usage.diff
- remove unnecessary patch line for src/update-notifier.c.orig.rej
[ Josselin Mouette ]
* Add version mangling to watch file.
* Require debhelper 5.0.51 for dh_icons.
* Make update-notifier-common depend on python for the scripts.
* update-notifier.1:
+ Fix whatis entry.
+ Fix a typo.
* Add set -e to preinst, postinst, postrm.
* postrm:
+ Don’t use -a in the test.
+ Remove the stamp directory after purge.
* Fix spelling of Xfce.
* rules:
+ Remove unused arch-build target.
+ Don’t ignore errors in make distclean.
+ Move dh_icons to the appropriate place.
+ Correctly split binary-arch and binary-indep targets.
+ Remove the config.{sub,guess} dance, it’s handled by cdbs.
* Add -g to CFLAGS for gdm-signal.
* gdm-logout-action.[ch]: updated from gnome-panel, so that they are
adapted to the new GDM protocol.
* autodown.c: remove references to hibernate.
* Install gdm-signal with the 755 permissions (lol).
* 002_i18n_update.diff: update fr.po.
* 002_i18n_update.diff:
+ updated Spanish translation from Javier Fernández-Sanguino Peña.
Closes: #492433.
+ updated Finnish translation from Timo Jyrinki. Closes: #497716.
+ simplified Chinese translation from Deng Xiyue. Closes: #497957.
* Remove useless build-dependency on libgamin-dev.
[ Emilio Pozuelo Monfort ]
* debian/control.in:
- update-notifier-common replaces update-manager, as it's
now shipping /etc/apt/apt.conf.d/10periodic.
- Remove Conflicts in update-notifier-common, they are not needed.
[ Alan Baghumian ]
* Bump standards version to 3.8.0, no extra change is needed
* Updated 07_improve_readme.diff to fix examples reference
* Fixed wrong executable check in update-notifier.cron.daily example
script. Closes: #489954.
* debian/control.in:
- Fix Conflicts/Replaces versioning. Closes: #489592.
[ Alan Baghumian ]
* New upstream stable releases
* debian/changelog.ubuntu:
- updated from the Ubuntu package
* debian/control*:
- bump standards version to 3.7.3
- bump minimum libgtk2.0-dev build-dep to >= 2.10.0
- bump minimum libdbus-glib-1-dev build-dep to >= 0.60
- added update-notifier-common to put shared things there
- added update-notifier-common to update-notifier's deps
- updated my email address
- updated uploaders/maintainers
* Added debian/15update-stamp:
- move the update stamp hook into its own configuration
(LP: #181189)
* Updated debian/*.install for proper locations
* debian/rules:
- merged upstream changes
- extra space clean-ups
* Updated 04_fix_gksu_usage.diff:
- call update-manager with gksu
- refreshed to be applied correctly
* Rename upgrade-notifier.cron.daily to update-notifier.cron.daily
as mentioned in the manpage
* Removed debian/install: obsolete, merged with
update-notifier-common.install
[ Alan Baghumian ]
* Dropped 05_fix_monitored_dirs.diff, merged upstream
* Refreshed 02_reboot_use_my_gdm_signal, 002_i18n_update,
04_fix_gksu_usage and 06_port_to_gtk2.10 to be applied
cleanly
[ Gustavo Noronha Silva ]
* debian/control:
- Make GNOME team the maintainer, I can no longer be involved
- Add VCS information
* src/update-notifier.c:
- support running for non-admin users too
- support forcing gksu
* src/update-notifier.c:
- monitor the apt-get update stamp file too (LP: #206360)
* src/update-notifier.c:
- delay statup checks for updates etc for 60s to avoid
slowing down the desktop startup (for Seb128)
- fix typo in monitored directories (LP: #188201)
* src/update.c, src/crash.c, src/hooks.c:
- ensure to not show notification if the icon is already
gone (LP: #187744)
* src/hal.c:
- setup sensible default actions (LP: #186595)
- do not keep the cdrom detected window on top of
other windows (LP: #186593) and make sure it appears
in the taskbar
* src/reboot.c:
- use bigger icon (LP: #149380)
* src/update.c, debian/15update-stamp:
- run in the new APT::Update::Post-Invoke-Success slot
- use /var/lib/apt/periodic/update-success-stamp stamp
* src/update.c:
- string fix (thanks to Brian Murray, LP: #181375)
- do not display a error when running on the live-cd
and apt-check is symlinked to /bin/true
* debian/control:
- fix typo in Vcs-Bzr header (thanks to Brian Murray)
* src/update.c:
- remove debug output
* debian/15update-stamp:
- move the update stamp hook into its own configuration
(LP: #181189)
* src/hal.c:
- do not spam .xsession-erors if no cdrom can be found
(LP: #177437)
* src/update.c:
- fix incorrect initialization of GString
- always show icon when apt is working (LP: #173149)
- fix in the insensitve code
* src/update-notifier.h:
- fix timeouts for outdated repository information
* po/POTFILES.in:
- remove unused ui/upgrade-dialog.glade (LP: #157416)
* use icon theme names "software-update-available" and
"software-update-urgent" to show that updates are
available and use the "-urgent" icon on security
updates
* show a warning icon if the last refresh of the
repository information is older than 7 days
* debian/10periodic:
- install APT::Update::Post-Invoke handler so that the
update-stamp is always updated after a successful update
* Call this *#(*$# arch-build to generate the autotools files.
* data/update-notifier.schemas.in: Enable apport for Hardy.
* use getgroups() instead of getgrouplist() to work better
with stuff from pam_groups (thanks to Sebastian Dröge)
* add 22x22 and 24x24 icons (thanks to Alan Baghumian)
* data/update-notifier.schemas.in:
- fix typo
* data/update-notifier.schemas.in:
- Disable apport for RC
* debian/rules:
- call dh_gconf after the schemas installation so it's registred correctly,
that makes apport integration works again
[ Kilian Krause ]
* New upstream release.
[ Gustavo Noronha Silva ]
* debian/patches/06_port_to_gtk2.10.diff:
- added to conditionaly use a gtk2.12-only function, which does
not seem to break update-notifier if removed
* debian/control.in, debian/update-notifier.1,
debian/update-notifier.examples, debian/patches/07_improve_readme.diff:
- accepted (slightly reworked) patch by Javier Fernández-Sanguino Peña
to make it clear that update-notifier depends on external services
to actually notice that updates are available (Closes: #439239)
* debian/changelog.ubuntu:
- updated from the Ubuntu package
* code cleanups
* fix incorrect tooltip when package manager was
running (LP: #134959)
[ Gustavo Noronha Silva ]
* New upstream version
* Fix Uploaders field syntax (Closes: #431667)
* Fix source package naming to indicate we modify it for Debian
* debian/patches/05_fix_monitored_dirs.diff:
- avoid monitoring non-existing directories (Debian-wise)
[ Loic Minier ]
* Use ubuntu-get-source instead of gnome-get-source; build-dep on
gnome-pkg-tools >= 0.12.3.
* Don't install notify-reboot-required in update-notifier
* Add update-notifier-common conflicts and replaces
on old update-notifier
* Re-libtoolise before upload, fix fail to compile
[Jonathan Riddell]
* Split some files into update-notifier-common for sharing
with adept-notifier
[Michael Vogt]
* fix schema location to /usr/share/gconf/schemas
* fix crash in leftover from pre-GtkStatusIcon code (LP: #127965)
* consitently use notify_notification_new_with_status_icon()
* use GtkStatusIcon instead of EggTrayIcon, that makes
the code significantly simpler
* debian/rules:
- use dh_icons instead of dh_iconcache
[ Alan Baghumian ]
* New upstream release (Closes: #422507).
* Merged with the previous changelog entry.
* Removed 001_all_linguas.diff, merged upstream
* Updated changelog.ubuntu
* Updated 002_i18n_update.diff, 03_detect_debian_cd.diff
* Updated debian/control*
- Added myself to the uploaders
- Wrapped deps and build-deps
[ Loic Minier ]
* Add a get-orig-source target to retrieve the upstream tarball.
[ Sven Arvidsson ]
* Add a man page (Closes: #404814).
[ Gustavo Noronha Silva ]
* debian/patches/03_detect_debian_cd.diff:
- reupdated for 0.57.3 (Alan had updated this for 0.57.1)
* debian/patches/04_fix_gksu_usage.diff:
- do not use full path for update-manager when calling it;
the path for update-manager has changed from /usr/sbin
in earlier releases, and if we change the path to that here
we'll have to bump deps, which may not be desired; same
goes for software-properties
- tell the code that update-manager needs gksu
* data/update-notifier.schemas.in: Enable apport again for Tribe-2.
* fix spelling mistake in addon CD detection (LP#110352)
* fix incorrect desktop file name
* add AptOnCD media detection (thanks to Rafael Proenca)
* remove dbus-1-utils dependency
* use gtk-yes for restart notification (LP#103710)
* fix spelling mistakes (LP#64485)
* fix memory-leak in in_admin_group()
* fix cdrom detection for cdrom mountpoints with spaces (LP#114593)
* implemented new "Title" key in the UpgradeHooks file
(for IncreaseHardwareDatabasePariticipation spec)
* data/update-notifier.schemas.in: Flip apport crash reporting default to
'false' for the release.
* debian/control: Add X-Vcs-Bzr.
* Add data/update-notifier.schemas.in with a key to enable/disable apport
report displaying (/apps/update-notifier/show_apport_crashes). Add
necessary autotools infrastructure for i18n and installation.
* src/crash.c: Do not show apport crash reports if above gconf key is false.
* src/update.c:
- pass the correct with_gksu flag on right-click (LP:#88825)
- fix software-properties call (LP#93909)
- fix race in file_monitor_periodic_check() (LP#91277)
* data/apt-check.py:
- use the system python (LP#94434)
[ Jonathan Riddell ]
* src/crash.c: Fix spelling.
[ Martin Pitt ]
* src/update-notifier.c: Now that we have it, use apport's native icon
instead of the bomb.
* Remove pixmaps/16x16/crashreport-notifier.png, obsolete.
* src/rfc822.c:
- fix the parser to deal with ' .\n' lines properly
* src/hooks.c:
- added Gettext-Domain key support
- added DisplayIf command support
(IncreaseHardwareDatabaseParticipation)
* src/hwdb_client.[ch]:
- removed, the notification will be done via the hooks
* src/update-notifier.c:
- remove hwdb_client_check()
- "--debug-hooks" does not take a argument anymore
* HOOKS: updated the documentation
* detection for addon CDs added (as speced in EdubuntuOnTwoCDs)
* INSTALL: Update to automake 1.10 version.
* src/hwdb_client.c: Check for hwdb-gui before displaying notification.
* src/hwdb_client.c: Do not display notification if
/var/lib/hwdb-client-common/no-notification exists.
* Add src/hwdb_client.[hc]: Implement notification bubble for hwdb-client.
The notification triggers on a live sytem (/proc/cmdline contains
"boot=casper") and the first time the user with uid=1000 logs in.
* INSTALL: Update to current FSF version.
* src/crash.c: Only show a notification for system crash reports, do not
immediately throw gksu into the user's face unexpectedly and steal the
focus.
* src/update-notifier.h: Add a third argument to invoke_with_gksu which uses
'descr' as the complete message instead of just the desktop file name. Fix
all calls to it.
* src/crash.c: Use a more meaningful message for gksu'ing to access system
crash reports.
* autogen.sh: Call autoreconf/intltoolize/aclocal instead of
gnome-autogen.sh, since the latter just breaks randomly and doesn't
actually do anything useful for us.
[Martin Pitt]
* src/crash.c: If the user is an admin, also check for crashes of system
programs (apport-checkreports --system) and invoke apport-gtk through gksu
for them. Closes: LP#62316
[Michael Vogt]
* data/apt-cdrom-check:
- fix bashism in detection code
- use gpgv instead of gpg for signature verification
* src/avahi.c: Fix string quotes to fix FTBFS on the buildds (worked just
fine on local feisty, duh).
* Add check for /var/run/avahi-daemon/disabled-for-unicast-local, which
indicates that Avahi was disabled due to an already existing unicast
.local domain. This is invalid and breaks that domain, thus Avahi gets
disabled in that case. Inform the user about it, as per
https://wiki.ubuntu.com/ZeroConfNetworking.
* Add check for /var/run/avahi-daemon/disabled-for-unicast-local, which
indicates that Avahi was disabled due to an already existing unicast
.local domain. This is invalid and breaks that domain, thus Avahi gets
disabled in that case. Inform the user about it, as per
https://wiki.ubuntu.com/ZeroConfNetworking.
* data/apt-cdrom-check:
- fix problem in the dist-upgrade cdrom detection
* po/POTFILES.in:
- missing missing file in POTFILES.in (lp: #63151)
* src/hooks.c:
- support for urls in the hooks
* ui/reboot.glade:
- fix typos (lp: #61537)
* ui/hooks-dialog.glade:
- make the string simpler (lp: #42733)
* data/cddistupgrade, data/apt-cdrom-check:
- fixes in cdrom based dist-upgrade code
* support for CDs with a dist-upgrader (see the CDRomBasedUpgradesSpec
for details)
* don't run update-manager as root (it works fine as user now)
* Rebuild against dbus 0.90
* po/sv.po:
- new translation (thanks to Daniel Nylander and Gustavo N. Silva)
* really hide the crash icon after runing apport-gtk
* made the branding more neutral in the CD detection (thanks to
Gustavo Noronha Silva)
* debian/patches/002_i18n_update.diff:
- updated, including the translation update on es.po done by
Javier Fernández-Sanguino Peña <jfs@computer.org>
(Closes: #397132)
* debian/docs:
- also install debian/README.reboot-required.Debian, written by
the same Javier above, explaining the reboot required feature
of update-notifier for users and developers (Closes: #404810)
* debian/patches/03_detect_debian_cd.diff:
- instead of a hack to replace the distribution name
string, accept suggestions by Christian Perrier and
C. Gatzemeier on the wording of the sentences
* debian/patches/002_i18n_update.diff:
- added; includes all the i18n updates, including the ones
listed in the removed patches and an update-po, so all
languages have up-to-date pofiles after an 'apply-patches'
* debian/patches/
002_pt_BR_update.diff
003_sv_add.diff:
- removed, see change above
* New upstream version
* debian/docs, debian/changelog.ubuntu:
- include the ubuntu changelog as part of the docs
* debian/patches/01_notify_reboot_dont_check_for_mount.diff:
- added; make notify-reboot-needed not check whether /var/run is a
mountpoint, since it not always is, in Debian
* debian/rules, debian/copyright, debian/gdm-signal,
debian/patches/02_reboot_use_my_gdm_signal.diff,
debain/update-notifier.install:
- provide a /usr/lib/update-notifier/gdm-signal, imported
from the ubuntu package, which in turn used gnome panel's
and Rob Taylor as sources; use that to send the 'reboot'
request
* Two changesets above (Closes: #353121)
* debian/patches/
001_all_linguas.diff
002_pt_BR_update.diff
003_sv_add.diff:
- added, including the sv translation (Closes: #381947), and
updating the pt_BR translation;
* debian/patches/03_detect_debian_cd.diff:
- patches update-notifier and apt-cdrom-check to also detect
Debian CDs, as oposed to only detecting Ubuntu CDs
* debian/control.in:
- added python as a dependency
* always hide the crash icon after runing apport-gtk
(lp: #56030)
* src/crash.c:
- use apport-checkreports to figure if reports are
interessting for us
- don't display a crash icon if no report application is
found (apport-gtk) (lp: #55791)
* src/update.c:
- don't save the last righ-click user action as new default
(caused too much confusion). Thanks to Seb128 for this.
* debian/control:
- recommends "apport-gtk" now
* improved the crash report handling:
- only consider size > 0
- wording
- start apport-gtk immediately when new reports come in
- show a "crashreports found" icon if old reports are availale
on startup
- fix incorrect tooltip
* fix the crash-report tool location
* removed libgamin-dev from the build-depends (we use gnome-vfs now)
* switch to use GtkIconTheme
* basic support for crash reports added (AutomatedProblemReporting spec)
* data/apt-check:
- fix the "clean" method and make it more efficient with the new
apt (with auto-mark support)
* New upstream version
- fixes '100% cpu usage' problem; fix was done in upstream
0.41.7, according to the launchpad bug; (Closes: #364518)
- includes a .desktop file to auto-start (Closes: #366139)
* debian/patches/01_use_gksu.diff:
- removed; upstream is already calling gksu
* debian/control.in:
- added gksu as a Dependency (Closes: #356216)
- becoming the maintainer
- updating to Standards-Version 3.7.2 with no changes
* debian/rules, debian/install[new]:
- converted to cdbs
* debian/watch:
- added to monitor new upstream versions
* pixmaps/update-icon.png:
- new icon (thanks to dholbach and the artwork team)
* src/update-notifier.c:
- use "gksu" instead of "gksudo" (we set /apps/gksu/sudo-mode=true)
in gksu by default
* pixmaps/hook-notifier.png:
- new icon (thanks to dholbach and the artwork team)
* src/update-notifier.c:
- increase the timeout for apt operation detection to better
support slower systems (#31311)
- fix bug in GOptionsEntry array (#44747)
- fix double-click (#43774)
* src/update.c:
- fix consistency problem with update-manager (ubuntu #38382)
* pixmaps/reboot.png:
- use the new Human icon (ubuntu: #41155)
* ui/reboot-dialog.glade:
- fixed missing "Translatable" property (sigh) (ubuntu: #43522)
* po/POTFILES.in:
- added missing ui/reboot-dialog.glade (ubuntu: #43522)
* data/update-notifier.desktop.in:
- added XFCE to list of autostart desktop environments (ubuntu: #43079)
* use the desktop file when runing gksu (thanks to Sebastian Heinlein)
* src/update.c:
- add a missing gtk_widget_unrealize() (ubuntu: #5752)
- fix start of software-properties tool (ubuntu: #41842)
* src/trayicon.c:
- apply patch from upstream to fix issues with transparent
panels (ubuntu: 32173)
* pixmaps/reboot-icon.png, pixmaps/update-icon.png:
- new icons from the icon designer
* data/apt-check fix typo (ubuntu: #39153)
* src/update.c: wording fixes (ubuntu: #38572, #38138)
* debian/control: added gksu dependency (ubuntu: #35412)
* add a warning about unsaved work to the reboot dialog (ubuntu: #35443)
* data/apt-check: better error handling for cache errors
(ubuntu: #29295,#34895)
* fix the 1px space in the notification area (ubuntu: #5752, thanks
to Crispin Flowerday)
* data/apt-check: fix a exception in the saveDistUpgrade code
* src/hooks.c: show the hook notification with a bit of delay
* fix FTBFS because of missing cleanup in debian/rules arch-build
target
* various internal fixes
* added notification on available hooks
* dont show/close the updates notification when apt is runing
* close the notification when the icon is clicked
* added to /etc/xdg/autostart
* fix a typo (ubuntu #28672)
* po/pt_BR.po: updated translation, thanks to
Carlos Eduardo Pedroza Santiviago
* po/fi.po: updated finnish translation (thanks to Timo Jyrinki)
* data/apt-check: be more precise when calculating the upgrade
* Minor cleanup.
* updated eggtrayicon to latest cvs
* wait before creating the icon to give the trayapplet a chance to appear
(another reason that may cause the 100% cpu problem)
* fix a problem that may have caused the icon to appear sensitive while
apt was runing (#31311)
* fix a problem that can lead to 100% on panel restarts
* fix remaining bits to not show reboot-notification during
install/upgrades
* src/update-notifier.c:
- rework the way gnome-vfs is used, this hopefully fixes the
"it uses 100% cpu" bugs
- ensure that the "reboot required" does not come up in the middle
of the installation/update
* src/update.c:
- small fix in the way the notification is displayed, should fix
the truncated windows
* src/update.c: make the blury icon go away
* New upstream release.
* debian/control.in:
- improved description (Closes: #343582)
* switch depends to notification-daemon
* added build-dep on libnotify-dev >= 0.3.2-0ubuntu2
* Only touch the "Reboot Required" file if /var/run is a mountpoint,
otherwise we can't guarantee that it'll disappear after a reboot.
* src/update.c: typo fix (ubuntu: #28672)
* switched from libgamin to libgnome-vfs for the monitoring
* New upstream release.
* debian/control.in:
- updated build-deps to require libnotify >= 0.3.0
* Introduce new "Restart Required" notification icon and dialog.
This is implemented separately to the "hooks" system we currently use,
but using the same trigger binary. This should retain compatibility
with existing code, and free up the hooks for less important notifications
that the user can read at their leisure.
* ported to new libnotify api, build-depend on (>= 0.3.0)
* depends on notify-daemon now (instead of notification-daemon)
* rebuild against latest dbus, updated dependencies
* changes to the notification bubble (to implements the u-n bits
of the "DapperDesktopPlan" spec), removed the blue links
* don't start if the user is not in admin group (see HideAdminTools
spec)
* debian/control.in:
- added ${python:Depends} to update-notifier's Depends
* debian/rules:
- removed unneeded dh_'s and uncommented dh_python
* First Debian upload based on the work by Ubuntu
(Closes: #301718)
* debian/rules:
- only update config.{sub,guess} if they exist
* debian/copyright:
- detail the copyright/license information
* debian/rules, debian/control.in:
- added simple-patchsys and gnome-pkg-tools support
* debian/control.in:
- raising Standards-Version to 3.6.2, no changes
* debian/patches/01_use_gksu.diff:
- added, use gksu instead of gksudo through update-notifier
* debian/99update-notifier:
- added if [ -d /var/lib/update-notifier/ ]; then
around the touch dpkg-was-run stamp file (makes a purge possible
without dpkg error). Thanks to Kamion for reviewing it.
* debian/99update-notifier:
- only touch the dpkg-run-stamp if /var/lib/update-notifier/
actaully exists (makes a purge possible without dpkg error)
* src/hooks.c:
- skip deleted hook files (ubuntu #17067, #17205)
- fix a bug in the "supress-duplicates" logic that caused
already seen hooks to be seen again and again (ubuntu #17091)
* src/hooks.c:
- fix a bug that prevented the summary to be displayed (thanks to
pitti for noticing)
- make sure that the notification is shown after the upgrade
(ubuntu #16759)
- make sure to init the md5sums of already seen hooks to avoid
showing duplicated entries (like e.g. from the kernel)
* src/update.c:
- if "show notifications" is unchecked hide a possible open
notification too (ubuntu #16803)
- hide the notification bubble if the updates are finished
(ubuntu #14663, #16179)
* src/hooks.c:
- be even more carefull with the hook list managment
* po/hu.po:
- added Hungarian translation (thanks to Gabor Kelemen)
* src/update.c:
- typo fix (malone #2464)
* src/hal.c:
- automatic upgrading from the cd disabled until this is properly
speced
* src/hooks.c:
- be more carefull about the hook lists (ubuntu #14077)
* src/update.c:
- don't show a notification-bubble if the upgrade already finished
(ubuntu #15550)
* src/hooks.c:
- don't show identical notifications more than once (e.g. it's common
to have multiple kernel notifications)
* debian/control:
added dependencies to: hal, notification-daemon (ubuntu #15526)
* src/update.c:
- make the g_timeout for the update-bubble 5 secs (instead of 0.5s)
(ubuntu #14479)
* src/hooks.c:
- added "DontShowAfterReboot" key to the hook file for e.g.
kernel notifications (ubuntu #13886)
- type: "informations" -> "information" (ubuntu #7052)
* typo fixes (ubuntu #15259)
* added src/hal.c to po/POTFILES.in (thanks Kamion)
* bugfixes:
- improve the popup-notifications (thanks to mpt for his feedback)
* bugfixes:
- better dbus reconnect support
- typo fix (ubuntu #13391)
- be more carefull about the placement of the notification send
with libnotify
* gamin changed the semantic of FAMEvent.Filename, changed the
code to deal with that
* report errors in the cache to the user
* use libnotify to tell the user about updates
* global already seen hook file in /etc/update-notifier/hooks_seen
added
* fixed various bugs in the hook display code
* fix in the md5sum check in preinst (apologies to keybuk
for suspecting the new dpkg)
* call intltool-update -v -p in build target to make
langpack generation happy
* fixed a bug in apt-check (only happens on very new python-apt
versions)
* ported the hal-reconnect bits to the new dbus api
* ported to libhal 0.5.1, build-depend on it,
-> the reconnect bits still needs to be ported
* session icon and tray icon improved, no more blurry
(thanks to Alexander Brausewetter)
* updated fi.po translation (thanks to Timo Jyrinki)
* updated german translation
* fix for the pin file reading
* work-around a problem in python-apt when reading the pin file
(#8095)
* fix for the nr of upgrades calculation
* fixed wrongly formated 20archive file
* i18n fixes (missing translatable strings
* fix for wrong upgrade count (#7907)
* fix for a misdetection of a ubuntu cd
* translation update (es)
* setup /etc/apt/apt.conf.d/20archive with defaults
for archive size (500Mb) and archive age (30 days)
* try harder not to identify the live cd as install cd (#7114)
* try to keep the CD detected dialog above other window
* detect downloads of packages (fix #6307)
* show nice message when calling gksudo (fix #6671)
* typo fix (#7052)
* consider pined packages too (#7368)
* fixed a problem with the i18n
* work around a gamin problem with monitoring single files
* added fi.po translation (thanks to Timo Jyrinki)
* added es.po translation (thanks to Jorge Bernal)
* fixed a problem that causes udpate-notifier not to update it's status
when it was upgraded or re-installed
* basic i18n support for the hooks added
* fixed missing gettext init (thanks to seb128!)
* da.po added (thanks to Martin Willemoes Hansen)
* some more code cleanups
* depend on update-manager now
* better error reporting when hal/dbus/fam are not available
* run "gnome-software-properties" by default if prefernces is clicked
* save last action as default action on left click
* put the periodic entries in /etc/apt/apt.conf.d/99update-notifier
into /etc/apt/apt.conf.d/10periodic
* basic hook support added
* improved the detection of apt-get update conditions a lot
* simplified the code that show/hides the icon
* md5 check for left-over /etc/apt/apt.conf.d/99upgrade-notifer
and delete it if unmodified
* fixed a missed name change in debian/S99update-notifier
* cdrom detection dialog improved
* renamed to "update-notifier"
* hal support added, not-yet-scanned cdroms are automatically detected
* new version that fixes a segfault
* new upstream release
* new upstream release
* new upstream release
* prepared cron.daily to run "apt-get update" (not enabled)
* Build with update-manager.
* Added build-depends.
* Build against current glib.
* Build against current gtk.
* Added synaptic wrapper script.
* Initial Release.