update-manager (0.200.5-1) unstable; urgency=low [ Stephan Peijnik ] * NOT RELEASED YET - changelog needs completion! * New upstream pre-release. * Fixed typos. (Closes: #575026, #594244) * Catch more exceptions that can be raised by python-apt. [ Emilio Pozuelo Monfort ] * New l10n upstream release. Thanks a lot to David Prévot for coordinating the l10n effort. * Fix pending l10n issues. Program translations: - Thai (Theppitak Karoonboonyanan). Closes: #512173 - Slovak (Ivan Masár). Closes: #531774 - Russian (Yuri Kozlov). Closes: #564172 - Czech (Michal Simunek). Closes: #590687 - Asturian (Xuacu). Closes: #602353 - Hebrew (Yaron Shahrabani). - Persian (کﺍﺮﺑﺮﺧﻮﺑ ﻝیﻥﻭکﺱ). - Finnish (Timo Jyrinki). - Basque (Iñaki Larrañaga Murgoitio). - Swedish (Daniel Nylander). - Azerbaijani (Elxan Ismayilov). - Uyghur (Gheyret Kenji). - Arabic (Ossama Khayat). Closes: #604426 - Esperanto (Joop Eggen). - French (Christian Perrier). Closes: #604957 - Italian (Milo Casagrande). Closes: #604973 - Belarusian (Viktar Siarheichyk). Closes: #605148 - Spanish (Omar Campagne). Closes: #605461 - Azerbaijani (Elxan İsmayılov). - Catalan (Joan). * Remove empty translations: af am ga hi lo mr mus pa ps qu ta si ur urd xh -- Emilio Pozuelo Monfort Wed, 08 Dec 2010 21:33:16 +0100 update-manager (0.200.4-1) unstable; urgency=low * Fixed AttributeError in ChangeLogViewer (Closes: #580570, #581262, #582824). * 00_pygtk_api_change.diff: Removed, included in upstream release now. -- Stephan Peijnik Mon, 24 May 2010 13:10:26 +0200 update-manager (0.200.3-2) unstable; urgency=high * 00_pygtk_api_change.diff: Adapt to PyGTK API changes (Closes: #574187). -- Julian Andres Klode Fri, 30 Apr 2010 10:36:09 +0200 update-manager (0.200.3-1) unstable; urgency=low * New upstream release. * Removed patches/00_add_missing_processinfo.diff again as the upstream tarball now includes the missing file. * Replaced included non-free icons with free ones (from tango-icon-theme) (Closes: #572130). -- Stephan Peijnik Thu, 11 Mar 2010 13:19:56 +0100 update-manager (0.200.2-2) unstable; urgency=low * Added patches/00_add_missing_processinfo.diff as UpdateManager/Util/processinfo.py is missing in the upstream tarball (Closes: #572866). -- Stephan Peijnik Sun, 07 Mar 2010 11:38:52 +0100 update-manager (0.200.2-1) unstable; urgency=low [ Stephan Peijnik ] * New upstream release. * python-apt 0.8 API transition fixes, thanks jak (Closes: #572110). * Depend on python-apt >= 0.7.93. * Bumped standards version to 3.8.4, no changes required. * debian/copyright now points to /usr/share/common-licenses/GPL-2 instead of /usr/share/common-licenses/GPL (linitian pedantic fix). [ Julian Andres Klode ] * Add doc-base registration to update-manager-doc. * Change debian/copyright to point to LGPL-2 instead of the LGPL symlink. -- Stephan Peijnik Mon, 01 Mar 2010 19:56:30 +0100 update-manager (0.200.1-1) unstable; urgency=low * New upstream release. * Fixed automagic error reporting. * Added new user detection code. -- Stephan Peijnik Mon, 28 Dec 2009 12:16:03 +0100 update-manager (0.200.0-1) unstable; urgency=low * New upstream release. * Finally fixed issue with close button. * Fixed install button not becoming sensitive (Closes: #550347). * Added about dialog showing update-manager version (Closes: #506375). * Removed patches as they were merged upstream. -- Stephan Peijnik Mon, 12 Oct 2009 11:10:33 +0200 update-manager (0.200.0~rc4-1) unstable; urgency=low [ Stephan Peijnik ] * New upstream release. * Fixed fetch dialog resizing problem. * Fixed main window default size. * Fixed smart upgrade dialog popping up multiple times problem (Closes: #544271). * Removed all patches. * Updated german translation. * Updated russion translation (Closes: #546491). * Fixed gksu wrong desktop file path problem in GtkCommon frontend code. * Fixed spelling of safe-upgrade dialog (Closes: #547477). [ Emilio Pozuelo Monfort ] * debian/patches/01_fix_unclosable_ui_r1556.patch: - Patch from Stephan Peijnik to make Close button work again. Closes: #548063. -- Emilio Pozuelo Monfort Thu, 24 Sep 2009 11:59:51 +0200 update-manager (0.200.0~rc2-2) unstable; urgency=low * Added patch for incorrect software-properties-gtk launching (from bzr: r1545) (Closes: #544195). -- Stephan Peijnik Sun, 30 Aug 2009 10:33:57 +0200 update-manager (0.200.0~rc2-1) unstable; urgency=low [ Stephan Peijnik ] * New upstream release. * Fixed typo in software-properties-gtk invocation code (Closes: #543954). * Fixed incorrect gconf exception handling (Closes: #544009). * Removed backported patch for bashisms in data/bug_script/debian_reportbug.sh: fixed upstream. * Added patch for incorrect handling of SystemError exceptions in the python-apt backend. [ Emilio Pozuelo Monfort ] * debian/control.in: Clean up trailing whitespaces and change tabs with spaces. * Standards-Version is 3.8.3, no changes needed. * debian/pycompat: Removed, no longer needed since the switch to pysupport. -- Stephan Peijnik Fri, 28 Aug 2009 10:56:07 +0200 update-manager (0.200.0~rc1-2) unstable; urgency=low * debian/copyright: - Added copyright information for the files in help/. -- Stephan Peijnik Sat, 22 Aug 2009 08:58:45 +0200 update-manager (0.200.0~rc1-1) unstable; urgency=low * New upstream release. * meta-release functionality is now disabled for Debian. Closes: #515965 * New update calculation magic. Closes: #529333, #449040, #519191, #479130, #503584 * Modified build logic. Closes: #533994, #541584 * New magic for detecting the original user and running the open command as that user rather than root or not run the command at all if the original user cannot be detected. Closes: #494498 * New changelog fetching code. Closes: #523703 * Distribution-specific code. Closes: #415376 * Complete rework of update-manager. Closes: #480504, #454686, #519320 * Automatic bug reporting via reportbug. * Added patch from upstream revision 1538 to fix bashisms in data/bug_script/debian_bugreport.sh. * Synaptic not needed anymore, replaced with python-apt. * Somewhat experimental, please report all problems. -- Stephan Peijnik Mon, 17 Aug 2009 00:45:44 +0200 update-manager (0.68.debian-7) unstable; urgency=low * 10_update_translation.diff: + Updated Japanese translations by Hideki Yamane. Closes: #503081. + Updated French translations. + Updated Catalan translations by David Planella. Closes: #494176. -- Josselin Mouette Wed, 22 Oct 2008 14:46:19 +0200 update-manager (0.68.debian-6) unstable; urgency=low [ Thibaut Paumard ] * Bug fix: 'update-manager: trailing garbage of translated "Not all updates can be installed" message', thanks to Daiki Ueno (Closes: #477979). [ Josselin Mouette ] * Remove the insane python2.4 shebangs set by distutils, grrrr. Closes: #485588. + update-manager-core.{install,docs}: don't use the installed do-release-upgrade but the one from the sources. + update-manager.install: same for update-manager. * Replace some manual changes in post-install by lines in *.install. [ Emilio Pozuelo Monfort ] * debian/update-manager.install, debian/10periodic: - Don't install 10periodic anymore, it's now installed by update-notifier. -- Emilio Pozuelo Monfort Tue, 08 Jul 2008 17:46:13 +0200 update-manager (0.68.debian-5) unstable; urgency=high * purge more .pyc files left here by an older version that didn't use python-support. Closes: #451459. -- Thibaut Paumard Fri, 06 Jun 2008 17:03:38 +0200 update-manager (0.68.debian-4) unstable; urgency=low * Let update-manager-core depend on ${shlibs:Depends}; thanks Niko Tyni. * New patch, 60_register-clean-i18n, registers clean_i18n command in setup.py. * Call setup.py clean_i18n ala CDBS in patched-clean:: which is a prereq of clean::, but with patches applied; closes: #442755. * Bump up Standards-Version to 3.7.3. * Hide patched-clean:: hack when in a SVN checkout. * Drop redundant debian/pyversions. -- Loic Minier Thu, 17 Jan 2008 18:46:19 +0100 update-manager (0.68.debian-3) unstable; urgency=low [ Sven Arvidsson ] * Add a basic man page (Closes: #404813) [ Josselin Mouette ] * update-manager.postinst: purge .pyc files let here by an older version that didn't use python-support. Closes: #451459. [ Gustavo Noronha Silva ] * debian/control: - Make GNOME team the maintainer, I can no longer be involved [ Loic Minier ] * Really make GNOME team the maintainer. * Japanese translation; thanks Kenshi Muto; closes: #454354. -- Loic Minier Wed, 05 Dec 2007 10:43:58 +0100 update-manager (0.68.debian-2) unstable; urgency=low [ Kilian Krause ] * Disable get-orig-source until we mirror the original Ubuntu packages again. [ Gustavo Noronha Silva ] * debian/control.in: - add software-properties-gtk as a dependency (since update-manager used to provide that functionality) - remove the mention of Software-Properties from the description, since we don't really provide it anymore on this package (Closes: #437092) - remove the 'all' keyword from XS-Python-Version, since it doesn't make sense along with >= 2.4 (thanks to lintian for this fix!) -- Gustavo Noronha Silva Tue, 14 Aug 2007 21:28:45 -0300 update-manager (0.68.debian-1) unstable; urgency=low [ Loic Minier ] * Use ubuntu-get-source instead of gnome-get-source; build-dep on gnome-pkg-tools >= 0.12.3. [ Gustavo Noronha Silva ] * New upstream release (Closes: #422928) - no longer has 'channels' handlng; moved to software-properties which this version depends on; this issue has been fixed there (Closes: #410521) * debian/changelog.ubuntu: - incorporating documentation about the changes made by Ubuntu * 02_disable_dist_upgrade.diff -> 02_replace_dist_upgrade.diff: - instead of disabling, we'll do what is useful for Debian: a normal dist-upgrade * debian/patches/01_fhs_script_location.diff: - updated to reflect new line numbers * debian/patches/03_setup_py_for_new_distutils_extra.diff: - removed; no longer needed, fixed upstream -- Gustavo Noronha Silva Thu, 09 Aug 2007 22:07:40 -0300 update-manager (0.64-2) experimental; urgency=low [ Alan Baghumian ] * Wrapped deps and build-deps [ Gustavo Noronha Silva ] * debian/patches/01_fhs_script_location.diff: - updated to include places where update-manager itself calls itself * debian/dirs -> debian/update-manager-core.dirs: - rename to make it clear what package should contain the directories * debian/patches/02_disable_dist_upgrade.diff: - disable all the 'dist-upgrade' handling for now; we do not support the meta-release magic yet (if ever) * debian/patches/03_setup_py_for_new_distutils_extra.diff, debian/control.in: - make setup.py use the newer version of python-distutils-extra * debian/rules: - new version of python-distutils-extra puts files at their correct location, so we don't need to move them after the build -- Gustavo Noronha Silva Tue, 03 Jul 2007 22:06:11 -0300 update-manager (0.42.2ubuntu22-15) unstable; urgency=high * applied patch by Matt Kraai which fixes my typo on the patch which makes it not work correctly for apt 0.7.2 (Closes: #431114) -- Gustavo Noronha Silva Tue, 03 Jul 2007 21:08:29 -0300 update-manager (0.64-1) experimental; urgency=low * New upstream release - now reports errors reading the sources.list file (and any other 'system' error) before quiting (Closes: #410522) * debian/control: - build-dep on python-dev > 2.4 instead of python-all >= 2.3, thanks to Loic Minier for fixing this (Closes: #427899) - update-manager-core now depends on python-apt >= 0.7.1 because it provides the aptsources module - make update-manager-core conflict with previous versions of update-manager, since they share files - suggest update-notifier (Closes: #403800) * debian/rules, debian/patches/01_fhs_script_location.diff: - make sure the update-manager script is installed in /usr/sbin (Closes: #411890) * debian/control: - improved update-manager-core's long description to try and make clear what an update manager actually is (Closes: #423490) - needs python-apt >= 0.7.2 to build -- Gustavo Noronha Silva Tue, 19 Jun 2007 13:04:34 +0100 update-manager (0.42.2ubuntu22-14) unstable; urgency=high * Urgency set to high because the bug it addresses affects every testing user, and is the only being fixed * debian/patches/04_mark_keep_in_group.diff: - reworked to only use actiongroup if it is available from apt_pkg (Closes: #431114) -- Gustavo Noronha Silva Mon, 18 Jun 2007 20:16:11 +0100 update-manager (0.42.2ubuntu22-13) unstable; urgency=low * debian/patches/04_mark_keep_in_group.diff: - fix problem with huge slowness in startup, thanks to Matt Kraai for the patch (Closes: #428897) -- Gustavo Noronha Silva Mon, 18 Jun 2007 19:57:04 +0100 update-manager (0.42.2ubuntu22-12) unstable; urgency=low [ Loic Minier ] * Build-dep on python-dev >= 2.4 instead of python-all >= 2.3; closes: #427899. -- Gustavo Noronha Silva Sat, 09 Jun 2007 11:36:59 -0300 update-manager (0.59.20-1) experimental; urgency=low * New upstream release * debian/control.in: - added an update-manager-core package to contain the arch specific module and other core modules, following Ubuntu's way of doing it * debian/patches/00_changelogs_uri.diff: - updated for the current version * debian/patches/01_omf_fixage.diff: - removed; fix was applied upstream * debian/patches/02_setup_py_fixage.diff: - removed; upstream no longer has a hack for making sure the mo files are updated * debian/patches/03_lsb-release-path.diff: - removed; upstream now calls lsb_release without a specific path * debian/rules: - ignore errors on the pofile handling, if no pofiles exist - disable instalation of the software-properties icon and of the Debianized manual for the time being; - make sure the locales are installed to the correct place * debian/{update-manager-core.install,update-manager.install}: - added; install the correct files for both packages; imported from the Ubuntu package and customized -- Gustavo Noronha Silva Sat, 5 May 2007 16:32:54 -0300 update-manager (0.42.2ubuntu22-11) unstable; urgency=low * debian/manual.tar.uu, debian/rules: - install the Debian specific version of the manual modified by Sven Arvidsson (Closes: #410916) -- Gustavo Noronha Silva Tue, 20 Feb 2007 12:00:19 -0200 update-manager (0.42.2ubuntu22-10) unstable; urgency=low * Add a get-orig-source target to retrieve the upstream tarball. * Add debian/pos/sk.po, Slovak translation; thanks Peter Mann; closes: #407796. -- Loic Minier Sun, 21 Jan 2007 18:15:21 +0100 update-manager (0.42.2ubuntu22-9) unstable; urgency=low * New patch, 03_lsb-release-path, removes hardcoded pathname to lsb_release; other places of the code did not hardcode the directory of lsb_release; thanks Sylvain FORET; closes: #406314. -- Loic Minier Wed, 10 Jan 2007 13:17:14 +0100 update-manager (0.42.2ubuntu22-8) unstable; urgency=high * pos/es.po: - removed; incorrectly added to update-manager! should have gone to update-notifier -- Gustavo Noronha Silva Tue, 26 Dec 2006 19:00:09 -0200 update-manager (0.42.2ubuntu22-7) unstable; urgency=high * debian/10periodic, debian/rules: - install a default configuration for the APT::Periodic feature, which SoftwareProperties sets up -- Gustavo Noronha Silva Sat, 11 Nov 2006 12:40:08 -0200 update-manager (0.42.2ubuntu22-6) unstable; urgency=high * pos/es.po: - added; Spanish translation updated by Javier Fernández-Sanguino Peña (Closes: #397132) * debian/rules, debian/software-properties.png.uu: - install a Debian-branded icon for software-properties; icon provided by Holger Levsen (Closes: #397716) * debian/pos/pt_BR.po: - updated Brazilian Portuguese translation * debian/control.in: - added sharutils as Build-Depends-Indep (for uudecode) * urgency high because this are no-code, simple fixes, fixing an RC bug -- Gustavo Noronha Silva Sat, 11 Nov 2006 12:03:56 -0200 update-manager (0.42.2ubuntu22-5) unstable; urgency=low * debian/control.in: - enhanced description, and now mention the software properties application (Closes: #390852) * debian/pos/ro.po: - updated Romanian po file containing the fix from Ubuntu's launchpad for the plural form which makes update-manager not start; see the Ubuntu bug: https://launchpad.net/distros/ubuntu/+source/language-pack-gnome-ro-base/+bug/46421 (Closes: #381890) * debian/rules: - implement a simple structure to update the pofiles with the ones provided at debian/pos/ * debian/pos/nb.po: - translation update by Steinar H. Gunderson (Closes: #381890) * debian/pos/sv.po: - translation update by Daniel Nylander (Closes: #382964) -- Gustavo Noronha Silva Wed, 4 Oct 2006 23:02:05 -0300 update-manager (0.42.2ubuntu22-4) unstable; urgency=low * debian/patches/01_omf_fixage.diff: - add the location url, so that scrollkeeper is able to handle the omf file (Closes: #370806); thanks to lool and kristo for the help! * debian/rules: - added gnome-related debhelper calls that were missing; mainly scrollkeeper and update-desktop-database * debian/control.in: - added Depends on libgnome2-perl, needed to display the debconf questions with the GNOME frontend; (Closes: #382159) * debian/patches/02_setup_py_fixage.diff: - do not generate po an mo files everytime setup.py is called; try to clean; do not install every file from channels/ (Closes: #383824) -- Gustavo Noronha Silva Sat, 19 Aug 2006 17:52:44 -0300 update-manager (0.42.2ubuntu22-3) unstable; urgency=low * debian/control.in, debian/rules, debian/pycompat, debian/pyversions: - new Python Policy -- Gustavo Noronha Silva Fri, 23 Jun 2006 15:40:41 -0300 update-manager (0.42.2ubuntu22-2) unstable; urgency=low * debian/control.in: - added Dependency on python-gnupginterface >= 0.3.2-8 (Closes: #370263) * debian/patches/01_install_icons_to_gnome.diff: - removed; simply wrong, the icons should go into hicolor; thanks seb128 * debian/copyright: - updated 'downloaded from', copyright info (mainly to reflect path changes) and authors; * debian/watch: - added to track new versions -- Gustavo Noronha Silva Sun, 4 Jun 2006 15:45:12 -0300 update-manager (0.42.2ubuntu22-1) unstable; urgency=low * New upstream version * With GFDL document kept in the tarball, for it has no problems after our last GR. * debian/patches/00_changelogs_uri.diff: - use the changelogs uri from the DistInfo * debian/patches/01_install_icons_to_gnome.diff: - install the icons to the gnome hierarchy instead of hicolor (it doesn't seem to work there) * debian/control.in: - setting myself as maintainer; - updating Standards-Version to 3.7.2 with no changes - added cdbs to Build-Depends; moved stuff to Build-Depends-Indep - added python2.4 to Build-Depends-Indep - Arch: all for the binary package -- Gustavo Noronha Silva Wed, 31 May 2006 23:01:38 -0300 update-manager (0.41.1.dfsg+CVS20051105-2) unstable; urgency=low * Upload to unstable -- Gustavo Noronha Silva Fri, 13 Jan 2006 00:12:25 -0200 update-manager (0.41.1.dfsg+CVS20051105-1) experimental; urgency=low * First Debian upload based on the package by Ubuntu * CVS Snapshot - no version contains the generic code which allows the program to run on Debian as well as on Ubuntu * debian/control: - Depends adapted to Debian Python packaging - updated for GNOME Team stuff - setting maintainer to decko * debian/rules: - GNOME Team stuff - hack to not remove/regenerate update-manager.pot * debian/copyright: - improved copyright/license indications - added copyright notices for files under Common/ which have different copyright holders; one of them is also LGPL, so note that * debian/docs: - do not install NEWS, since it is empty -- Gustavo Noronha Silva Sun, 13 Nov 2005 21:28:42 -0200 update-manager (0.41-1ubuntu1) breezy; urgency=low * Lots of internal changes. * Code cleanups. * Redesign of Software Properties. -- Michiel Sikkes Sat, 9 Jul 2005 06:04:58 +0200 update-manager (0.40) breezy; urgency=low * call intltool-update -p in build * reflect the actual cache changes in the view now -- Michael Vogt Fri, 10 Jun 2005 18:43:27 +0200 update-manager (0.37.1+svn20050404) hoary; urgency=low * translation updates: - xh, fr -- Michael Vogt Mon, 4 Apr 2005 22:21:17 +0200 update-manager (0.37.1+svn20050403) hoary; urgency=low * translation updates: - pt_BR, tw * documentation updates (thanks to Sean Wheller and Jeff Schering) * small fixes: - make sure to not duplicate sources.list entires (even for mirrors) - added the hoary-updates to the templates and matchers (#8600) - some missing i18n strings marked as such (thanks to Zygmunt Krynicki) - don't fail on missing net connections - always update the status label -- Michael Vogt Sun, 3 Apr 2005 20:54:42 +0200 update-manager (0.37.1+svn20050323) hoary; urgency=low * translation updates * gui can set the new apt cache properties now * warn about broken packages (#7688) * only ask to reload the package list if something changed (#7871) * various focus fixes (#7900) -- Michael Vogt Wed, 23 Mar 2005 01:18:38 +0100 update-manager (0.37.1+svn20050314) hoary; urgency=low * new svn snapshot, lot's of bugfixes and i18n updates. - fix for a ui problem (#6837) - read pined packages correctly (#7058) - update list correctly after reload (#7182) - tell user when dist-upgrade is needed (#7271) - cdrom sources can be added now too (#7315) - meta-release file bugfix (#7330) - translation updates (da, fr, es, ro, pl) -- Michael Vogt Mon, 14 Mar 2005 08:49:52 +0100 update-manager (0.37.1+svn20050304) hoary; urgency=low * new snapshot, use python-apt depcache now -- Michael Vogt Fri, 4 Mar 2005 22:55:46 +0100 update-manager (0.37.1+svn20050301) hoary; urgency=low * new snapshot, better de.po, better i18n support -- Michael Vogt Tue, 1 Mar 2005 12:06:39 +0100 update-manager (0.37.1+svn20050228.1) hoary; urgency=low * fixed a FTBFS (because of the "cleanfiles" in Makefile.am) -- Michael Vogt Mon, 28 Feb 2005 19:12:28 +0100 update-manager (0.37.1+svn20050228) hoary; urgency=low * get the correct candidate version for updatable packages (ubuntu #6825) -- Michael Vogt Mon, 28 Feb 2005 11:00:38 +0100 update-manager (0.37.1+svn20050221) hoary; urgency=low * new svn snapshot, fixes: - #6756: window size too big - #6767, #6780: gnome-software-properties window broken -- Michael Vogt Mon, 21 Feb 2005 11:30:52 +0100 update-manager (0.37.1+svn20050219) hoary; urgency=low * new svn snapshot, fixes: - #6565, #6565 (typo) - #6634 (remeber last details state) - #6635 (progress dialog merged in main window) - #6578 (hide details if no updates are available) -- Michael Vogt Sat, 19 Feb 2005 00:32:50 +0100 update-manager (0.37.1) hoary; urgency=low * typo (#6542) * package list is sorted now * applied "hide details if system is update-to-date" patch (#6578, thanks to Jorge Bernal) -- Michael Vogt Tue, 15 Feb 2005 10:49:17 +0100 update-manager (0.37) hoary; urgency=low * test for lock file and show error if the lock is already taken * use utf8 for the description * changelogs are fetched from http://changelogs.ubuntu.com/ now (closes: #6315) * handle 404 from http and set the error accordingly * set main_window to not sensitive when downloading changelogs * if no updates are available, hide the checkbox column (closes: #6443) -- Michael Vogt Mon, 14 Feb 2005 15:08:06 +0100 update-manager (0.36.6) hoary; urgency=low * various bugfixes and embedding of synaptics progress windows -- Michael Vogt Tue, 8 Feb 2005 22:12:53 +0100 update-manager (0.36.5) hoary; urgency=low * disabled sources can now be displayed too (optional preference) * comments can be added * various bugfixes -- Michael Vogt Thu, 3 Feb 2005 16:21:32 +0100 update-manager (0.36.4) hoary; urgency=low * regression of the last upload fixed * gnome-software-properties can be embedded into other windows now (usefull for e.g. synaptic) -- Michael Vogt Mon, 31 Jan 2005 22:59:35 +0100 update-manager (0.36.3) hoary; urgency=low * updates to the main window design -- Michael Vogt Mon, 31 Jan 2005 16:59:41 +0100 update-manager (0.36.2) hoary; urgency=low * new main window layout in update-manager (Michiel design, looks _so_ nice) -- Michael Vogt Fri, 28 Jan 2005 12:20:57 +0100 update-manager (0.36.1) hoary; urgency=low * columns are resizable now (closes: #5541) * lot's of typo/gui-glitches fixes (closes: #5200, #5816, #5801, #5802) -- Michael Vogt Mon, 24 Jan 2005 16:14:45 +0100 update-manager (0.36) hoary; urgency=low * new upstream release, added support to control APT::Periodic::* variables in gnome-software-properties -- Michael Vogt Wed, 19 Jan 2005 16:59:19 +0100 update-manager (0.35) hoary; urgency=low * new upstream release - typo fix (closes: #5200) -- Michael Vogt Wed, 5 Jan 2005 12:23:55 +0100 update-manager (0.34) hoary; urgency=low * new upstream release -- Michael Vogt Fri, 24 Dec 2004 12:50:13 +0100 update-manager (0.33) hoary; urgency=low * new upstream release, featuring the gnome-software-properties -- Michael Vogt Tue, 30 Nov 2004 12:41:06 +0100 update-manager (0.32) hoary; urgency=low * new upstream release -- Michael Vogt Tue, 23 Nov 2004 15:28:09 +0100 update-manager (0.31-1ubuntu1) hoary; urgency=low * Update Build-Deps and fix FTBFS. -- Fabio M. Di Nitto Mon, 22 Nov 2004 13:04:09 +0100 update-manager (0.31-1) hoary; urgency=low * new upstream release, added icon, desktop file and bugfix -- Michael Vogt Sat, 13 Nov 2004 11:30:37 +0100 update-manager (0.3-1) hoary; urgency=low * New upstream release, inital ubuntu release -- Michael Vogt Wed, 3 Nov 2004 14:48:14 +0100 update-manager (0.2-1) unstable; urgency=low * New upstream release. -- Michiel Sikkes Sat, 30 Oct 2004 02:22:12 +0200 update-manager (0.1-2) unstable; urgency=low * Um Yeah. -- Michiel Sikkes Tue, 26 Oct 2004 13:16:13 +0200 update-manager (0.1-1) unstable; urgency=low * Initial Release. -- Michiel Sikkes Mon, 25 Oct 2004 21:49:07 +0200