/[soft]/rpm/urpmi/trunk/NEWS
ViewVC logotype

Log of /rpm/urpmi/trunk/NEWS

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 3203 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 5 19:01:46 2012 UTC (12 years ago) by tv
File length: 51539 byte(s)
Diff to previous 3202
6.46

Revision 3202 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 5 19:01:43 2012 UTC (12 years ago) by tv
File length: 51510 byte(s)
Diff to previous 3201
(install) fix circular reference that defeats perl's GC

else we keep the RPM DB open several times until rpm fails:

created transaction for installing on / (remove=0, install=0, upgrade=8)
error: rpmdb: Lock table is out of available locker entries
error: cannot open Basenames index using db4 - Cannot allocate memory (12)
error: rpmdb: Lock table is out of available locker entries
error: cannot open Group index using db4 - Cannot allocate memory (12)
error: rpmdb: Lock table is out of available locker entries
error: cannot open Requirename index using db4 - Cannot allocate memory (12)
error: rpmdb: Lock table is out of available locker entries
error: cannot open Triggername index using db4 - Cannot allocate memory (12)
error: rpmdb: Lock table is out of available locker entries
(...)

regression introduced in commit r2946 on 2012-02-14
(was: '(install) --test: do not display "More information on package"')

Revision 3201 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 5 19:01:40 2012 UTC (12 years ago) by tv
File length: 51461 byte(s)
Diff to previous 3200
(install) explicitely close the RPM DB after each transaction

else we keep the RPM DB open several times until rpm fails:

created transaction for installing on / (remove=0, install=0, upgrade=8)
error: rpmdb: Lock table is out of available locker entries
error: cannot open Basenames index using db4 - Cannot allocate memory (12)
error: rpmdb: Lock table is out of available locker entries
error: cannot open Group index using db4 - Cannot allocate memory (12)
error: rpmdb: Lock table is out of available locker entries
error: cannot open Requirename index using db4 - Cannot allocate memory (12)
error: rpmdb: Lock table is out of available locker entries
error: cannot open Triggername index using db4 - Cannot allocate memory (12)
error: rpmdb: Lock table is out of available locker entries
(...)

Revision 3200 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 5 19:01:37 2012 UTC (12 years ago) by tv
File length: 51407 byte(s)
Diff to previous 3106
warn if --allow-force, --allow-nodeps, --force or --keep is in use (mga#3127)

Revision 3106 - (view) (download) (annotate) - [select for diffs]
Modified Mon Feb 27 20:56:54 2012 UTC (12 years, 1 month ago) by tv
File length: 51326 byte(s)
Diff to previous 3104
sync with code

Revision 3104 - (view) (download) (annotate) - [select for diffs]
Modified Mon Feb 27 20:49:36 2012 UTC (12 years, 1 month ago) by tv
File length: 51293 byte(s)
Diff to previous 3103
urpmq: fix non-zero exit code if .rpm file was not found (POK, mdv#64969)

Revision 3103 - (view) (download) (annotate) - [select for diffs]
Modified Mon Feb 27 20:49:33 2012 UTC (12 years, 1 month ago) by tv
File length: 51217 byte(s)
Diff to previous 3102
fix urpmi failing silently and with exit status 0 when package
installation fails due to either conflicts (mdv#63072) or to
unselecting package (inspirated by mdv, mdv#63940)

Revision 3102 - (view) (download) (annotate) - [select for diffs]
Modified Mon Feb 27 20:49:30 2012 UTC (12 years, 1 month ago) by tv
File length: 51049 byte(s)
Diff to previous 3101
better log for misc commit

Revision 3101 - (view) (download) (annotate) - [select for diffs]
Modified Mon Feb 27 20:49:27 2012 UTC (12 years, 1 month ago) by tv
File length: 51029 byte(s)
Diff to previous 3011
sort

Revision 3011 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 21 17:49:23 2012 UTC (12 years, 1 month ago) by tv
File length: 51029 byte(s)
Diff to previous 3008
(migrate_back_rpmdb_db_to_4_6) downgrade from rpm-4.9 to 4.8 db when
installing mga1 in a chroot from mga2+ (mga#4590)

Revision 3008 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 21 17:49:15 2012 UTC (12 years, 1 month ago) by tv
File length: 50933 byte(s)
Diff to previous 2992
fix spacing

Revision 2992 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 18 22:19:06 2012 UTC (12 years, 1 month ago) by misc
File length: 50934 byte(s)
Diff to previous 2949
add the bugfix in NEWS

Revision 2949 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 14 20:56:12 2012 UTC (12 years, 1 month ago) by tv
File length: 50876 byte(s)
Diff to previous 2948
kill unused DUDF support (mga#4493)

Revision 2948 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 14 20:56:08 2012 UTC (12 years, 1 month ago) by tv
File length: 50836 byte(s)
Diff to previous 2947
return the proper error code in some cases when failing to install some packages
(conflicts, requires on older than installed packages, unstallable
packages)

Revision 2947 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 14 20:56:05 2012 UTC (12 years, 1 month ago) by tv
File length: 50747 byte(s)
Diff to previous 2946
(run) --test: do not update /var/lib/rpm/installed-through-deps.list again & again

Revision 2946 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 14 20:56:02 2012 UTC (12 years, 1 month ago) by tv
File length: 50680 byte(s)
Diff to previous 2915
(install) --test: do not display "More information on package"

Revision 2915 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 7 21:30:21 2012 UTC (12 years, 1 month ago) by tv
File length: 50613 byte(s)
Diff to previous 2913
6.44

Revision 2913 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 7 21:22:27 2012 UTC (12 years, 1 month ago) by tv
File length: 50580 byte(s)
Diff to previous 2849
(_search_packages) fix package count when using -a and when some
packages exist in several repositories (eg: noarch packages) (mga#4322)

Revision 2849 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jan 29 03:33:53 2012 UTC (12 years, 2 months ago) by tv
File length: 50458 byte(s)
Diff to previous 2780
translation updates (HAL => Udisks)

Revision 2780 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jan 23 20:14:40 2012 UTC (12 years, 2 months ago) by tv
File length: 50435 byte(s)
Diff to previous 2779
6.43.1

Revision 2779 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jan 23 20:14:37 2012 UTC (12 years, 2 months ago) by tv
File length: 50401 byte(s)
Diff to previous 2778
do not test urpm::dudf

Revision 2778 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jan 23 20:14:33 2012 UTC (12 years, 2 months ago) by tv
File length: 50376 byte(s)
Diff to previous 2608
(ui_msg) kill it, obsolete for years, thus fixing a GC cycle

Revision 2608 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 6 19:44:12 2012 UTC (12 years, 2 months ago) by tv
File length: 50351 byte(s)
Diff to previous 2607
6.43

Revision 2607 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 6 19:44:08 2012 UTC (12 years, 2 months ago) by tv
File length: 50320 byte(s)
Diff to previous 2606
(already_installed) fix already installed noarch packages are listed
twice on x86_64 (mga#4038)

Revision 2606 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 6 19:44:03 2012 UTC (12 years, 2 months ago) by tv
File length: 50240 byte(s)
Diff to previous 2603
(_all_unrequested_orphans) fix reading unrequested packages list
(/var/lib/rpm/installed-through-deps.list) when chrooted
(was trying to read out of chroot one when computing orphans)

(compute_future_unrequested_orphans,get_orphans) adapt to new calling
convention

Revision 2603 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 6 19:43:56 2012 UTC (12 years, 2 months ago) by tv
File length: 50184 byte(s)
Diff to previous 2602
(df) fix checking available space of mount point

(cautgh by perl_checker, might help mga#1342)

introduced by cfergeau in r261869 on 2009-10-13
("add df function to urpm/sys.pm")

Revision 2602 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 6 19:43:53 2012 UTC (12 years, 2 months ago) by tv
File length: 50125 byte(s)
Diff to previous 2476
(open_lzma) fix using xml info files with quotess in medium name (with
urpmf & urpmq)

introduced in r232995 by pixel on 2008-01-15
("fix using xml info files with spaces in medium name")

(cautgh by perl_checker)

Revision 2476 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 18 12:03:23 2011 UTC (12 years, 3 months ago) by tv
File length: 50053 byte(s)
Diff to previous 2467
disable dudf support (we've nothing server side)

Revision 2467 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 18 03:14:00 2011 UTC (12 years, 3 months ago) by tv
File length: 50000 byte(s)
Diff to previous 2289
do not compute orphan packages when handling priority upgrades

Revision 2289 - (view) (download) (annotate) - [select for diffs]
Modified Mon Dec 5 14:54:54 2011 UTC (12 years, 3 months ago) by tv
File length: 49924 byte(s)
Diff to previous 2288
be consistent with full month names

Revision 2288 - (view) (download) (annotate) - [select for diffs]
Modified Mon Dec 5 14:54:15 2011 UTC (12 years, 3 months ago) by tv
File length: 49915 byte(s)
Diff to previous 2271
fix dates in NEWS

Revision 2271 - (view) (download) (annotate) - [select for diffs]
Modified Mon Dec 5 00:02:24 2011 UTC (12 years, 3 months ago) by tv
File length: 49915 byte(s)
Diff to previous 2269
6.42

Revision 2269 - (view) (download) (annotate) - [select for diffs]
Modified Mon Dec 5 00:02:18 2011 UTC (12 years, 3 months ago) by tv
File length: 49887 byte(s)
Diff to previous 2077
(_pick_one_) do not pick rsync medium if rsync is not installed (mga#3557)

Revision 2077 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 27 21:53:34 2011 UTC (12 years, 5 months ago) by tv
File length: 49803 byte(s)
Diff to previous 2031
document that -a only works on enabled media (mga#3190)

Revision 2031 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 14 20:56:38 2011 UTC (12 years, 5 months ago) by tv
File length: 49726 byte(s)
Diff to previous 2023
6.41

Revision 2023 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 7 17:48:49 2011 UTC (12 years, 5 months ago) by tv
File length: 49698 byte(s)
Diff to previous 2020
fix broken 'urpmi --no-md5sum' (pok, mga#62557)

Revision 2020 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 7 17:48:38 2011 UTC (12 years, 5 months ago) by tv
File length: 49648 byte(s)
Diff to previous 1961
(_sync_webfetch_raw) use rsync to download from rsync-mirrors (Alexander Barakin, mga#2518)

due to options->{metalink} test, we were selecting curl/aria2/... before
checking for rsync protocol

tested by setting 'choosen' in /var/cache/urpmi/mirrors.cache to any
mirror available on rsync, for examle:
rsync://ftp-stud.hs-esslingen.de/Mageia/distrib/cauldron/x86_64

Revision 1961 - (view) (download) (annotate) - [select for diffs]
Modified Mon Sep 19 18:20:06 2011 UTC (12 years, 6 months ago) by tv
File length: 49575 byte(s)
Diff to previous 1947
(run) add infrastructure so that GUIes can offer not to ask anymore about missing or bad packages

Revision 1947 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 17 10:32:11 2011 UTC (12 years, 6 months ago) by tv
File length: 49479 byte(s)
Diff to previous 1933
(get_now_orphans_gui_msg) introduce it for rpmdrake (#920)

Revision 1933 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 14 06:44:55 2011 UTC (12 years, 6 months ago) by tv
File length: 49437 byte(s)
Diff to previous 1931
6.40

Revision 1931 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 14 06:44:50 2011 UTC (12 years, 6 months ago) by tv
File length: 49409 byte(s)
Diff to previous 1929
(configure,_auto_update_media,parse_media,update_media) fix (g)urpmi
--auto-select --update defaulting to all media when there're no update
media (#1024)

(syncing with currently shipped urpmi)

Revision 1929 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 14 06:44:44 2011 UTC (12 years, 6 months ago) by tv
File length: 49307 byte(s)
Diff to previous 1928
compress sources with xz instead of bzip2

Revision 1928 - (view) (download) (annotate) - [select for diffs]
Added Tue Sep 13 20:44:28 2011 UTC (12 years, 6 months ago) by dmorgan
File length: 49262 byte(s)
Import urpmi

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC 1.1.30