summaryrefslogtreecommitdiffstats
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* 2.77.13.12.77.13.1Thierry Vignaud2009-12-091-0/+4
|
* drop some remaining release tagsThierry Vignaud2009-11-261-4/+4
|
* 2.77.132.77.13Thierry Vignaud2009-11-261-0/+2
|
* (configure) offer configuring checksThierry Vignaud2009-11-261-0/+3
|
* 2.77.122.77.12Thierry Vignaud2009-11-261-0/+2
|
* fix running on 2008.1 (#55956)Thierry Vignaud2009-11-261-0/+3
|
* 2.77.112.77.11Thierry Vignaud2009-11-241-0/+2
|
* (configure) make it work on 2008.x & 2009.xThierry Vignaud2009-11-241-0/+2
|
* (has_mes5_rights) new authentication scheme (#55735)Thierry Vignaud2009-11-191-0/+3
|
* 2.77.102.77.10Thierry Vignaud2009-11-191-0/+2
|
* (confirm_upgrade,is_download_all_enabled) only enable 'download allThierry Vignaud2009-11-191-0/+1
| | | | packages at once' on 2010.1 and further
* (silentCheck) prevent checker process from crashing on 2008.1 and 2009.0Thierry Vignaud2009-11-191-0/+1
|
* (silentCheck) log crashes of mdkapplet checker processThierry Vignaud2009-11-191-0/+1
|
* (get_distro_list) add mdkonline version to distribution list requestsThierry Vignaud2009-11-191-0/+3
|
* better logThierry Vignaud2009-11-191-1/+1
|
* 2.77.92.77.9Thierry Vignaud2009-11-101-0/+2
|
* (harvester) warn about new distro or no more supported distro onlyThierry Vignaud2009-11-101-0/+2
| | | | after all updates were applied
* (really_prepare_add_restricted) rename second instance asThierry Vignaud2009-11-101-0/+1
| | | | | really_prepare_add_enterprise(), thus fixing adding restricted media (#55320)
* (confirm_)fix a crash (#55346)Thierry Vignaud2009-11-101-0/+1
| | | | rationale: gtk+ may fire a signal before $box is initialized
* (get_distro_list) add version to distribution list requestsThierry Vignaud2009-11-091-0/+2
|
* make sure lang is loaded before we start the upgradeChristophe Fergeau2009-11-061-0/+3
| | | | | | | | | | | | At the end of the upgrade, mdkonline-upgrade-helper invokes some ugtk2 code which does a require lang; which in turn tries to load utf8.pm (a module part of the core perl distribution). But if perl was upgraded to a newer version as part of the upgrade, utf8.pm might have moved to location different from where the running perl expects to find it (eg mdkonline-upgrade-helper was started by perl 5.8.0 which looks for its files in a directory containing 5.8.0 but in the mean time perl 5.10.1 was installed so utf8.pm is in a directory containing 5.10.1 in its name) (#55090).
* 2.77.82.77.8Thierry Vignaud2009-11-051-0/+2
|
* (is_there_a_new_distributions) do not do anything if currentThierry Vignaud2009-11-051-0/+5
| | | | | | | distribution isn't listed on api.mandriva.com, thus fixing offering to upgrade 2010.0 to 2009.1 when 2010.0 isn't listed yet on api.mdv.com (#55017)
* fix bogus copy&paste (2.77.6 was done by me)Thierry Vignaud2009-10-291-1/+1
|
* 2.77.72.77.7Thierry Vignaud2009-10-291-0/+2
|
* (is_there_a_new_distributions) use new api.mdv.com API for detectingThierry Vignaud2009-10-291-0/+3
| | | | if current distro is obsolete
* 2.77.62.77.6Thierry Vignaud2009-10-161-0/+2
|
* (adding_media_failed) escape password because urpmi and its downloadersThierry Vignaud2009-10-161-0/+3
| | | | do not like some characters
* (confirm_upgrade) display a "download all packages at once" option andThierry Vignaud2009-10-161-0/+4
| | | | offer to select where to download packages
* 2.77.52.77.5Aurélien Lefebvre2009-09-081-0/+2
|
* NEWS fixAurélien Lefebvre2009-09-081-1/+1
|
* - NEWS fixAurélien Lefebvre2009-09-041-1/+1
|
* - mdkapplet-configAurélien Lefebvre2009-09-041-0/+2
| | | | | o use GtkHScale instead of GtkEntry (Require drakxtools >= 12.48)
* use https to grab mirrorlist from api.mandriva.comChristophe Fergeau2009-09-011-0/+3
|
* 2.77.42.77.4Thierry Vignaud2009-07-291-0/+2
|
* (configure,fill_n_run_portable_dialog) better looking when embedded in MCCThierry Vignaud2009-07-291-0/+3
|
* 2.77.3.12.77.3.1Thierry Vignaud2009-07-291-0/+2
|
* log latest changesThierry Vignaud2009-07-291-0/+3
|
* 2.77.32.77.3Thierry Vignaud2009-07-281-0/+2
|
* (no_rigths_dialog) use proper URL for MESThierry Vignaud2009-07-281-0/+1
|
* (add_enterprise_update_medium) gracefully handle (rare) server issuesThierry Vignaud2009-07-281-0/+3
| | | | (#51299)
* 2.77.22.77.2Thierry Vignaud2009-07-241-0/+2
|
* better logThierry Vignaud2009-07-231-1/+2
|
* add another bug IDThierry Vignaud2009-07-231-1/+1
|
* (add_restricted_medium) gracefully handle (rare) server issues (#51548)Thierry Vignaud2009-07-231-0/+1
|
* this change is only for mdkappletThierry Vignaud2009-07-231-0/+1
|
* (upgrade) remove the "upgrade in progress" flag when adding mediaThierry Vignaud2009-07-221-0/+3
| | | | failed (might fix #50450)
* if current distribution is no more supported, warn it's no moreThierry Vignaud2009-07-211-0/+2
| | | | supported and offer to upgrade to latest release
* (prepare_add_restricted) do not display PowerPack but real productThierry Vignaud2009-07-211-0/+1
| | | | name (but still translate PowerPack) (#52292)
* on MES5, offer to add update media from authenticated serverThierry Vignaud2009-06-031-0/+3
|