- update for sv.po.
[platform/upstream/rpm.git] / po / tr.po
2002-07-11 jbj- update for sv.po.
2002-07-11 jbj- fix: repair 2ndary match criteria with rpmdb iterators.
2002-07-09 jbj- placeholders for manifest constants for SuSE patch...
2002-07-06 jbj- fix: permit deletions of added packages (#67108).
2002-07-05 jbj- update rpmcache.8.
2002-07-04 jbj- fix: forgot lazy open of database on --freshen path...
2002-07-03 jbj- use rpmfi in showQueryPackage(), eliminating headerGe...
2002-07-02 jbjadd (disabled for now) dependency check to rpmgraph.
2002-06-29 jbj- open rpmdb early RDONLY, reopen later RDWR, avoid...
2002-06-28 jbj- rescusitate remote ftp globs (#67678).
2002-06-28 jbj- disambiguate added/installed dependency failures...
2002-06-28 jbj- fix: multiple relocations (#67596).
2002-06-27 jbj- use rpmdb-redhat for suggestions if/when configured...
2002-06-25 jbj- python: link internal libelf (if used) directly into...
2002-06-21 jbjCheck S_ISREG explicitly to avoid '?' in ls(1)-like...
2002-06-21 jbj- fix: reading macro files can corrupt memory if BUFSIZ...
2002-06-20 jbj- resurrect libelf with Elf64, prelink verify should...
2002-06-20 jbj- add translated man pages from PLD.
2002-06-20 jbj- make sure that rpm can verify prelinked shared libraries.
2002-06-15 jbj- beecrypt: merge changes from beecrypt-2.3.0.
2002-06-12 jbjAdd bugzilla # to cheangelog.
2002-06-12 jbj- fix: separate existence and number checks for problem...
2002-06-10 jbj- document digital signature verification in rpm.8.
2002-06-09 jbjSanity.
2002-06-05 jbj- python: portability fiddles (#54350).
2002-06-04 jbj- use /etc/rpm/platform (if it exists), rather than...
2002-06-01 jbj- fix: use getgrnam, not getpwnam, to convert gid ...
2002-05-28 jbj- add rpmal/rpmte/rpmfd methods to bindings.
2002-05-23 jbj- add rpmds/rpmfi/rpmts methods to bindings.
2002-05-23 jbjCreate rpmts-py.c.
2002-05-19 jbj- fix: synthesize unpacking progress callbacks for...
2002-05-19 jbj- Grand Renaming of rpm data types.
2002-05-16 jbj- opaque (well mostly) rpmTransactionSet using methods.
2002-05-07 jbjSanity.
2002-05-06 jbj- rework most of rpmdb.c prepatory to implementing...
2002-05-02 jbj- eliminate db1 support.
2002-05-01 jbj- attempt to make peace with automake-1.6.1, autoconf...
2002-04-14 jbj- use build time to choose one of multiple alternative...
2002-04-13 jbj- merge conflicts into problems, handle as transaction...
2002-04-13 jbj- use rpmdb-redhat to suggest dependency resolution(s).
2002-04-11 jbj- rescusitate --rebuild.
2002-04-10 jbj- beecrypt: add types.h, eliminate need for config...
2002-04-08 jbjdoxygen cleanup.
2002-03-17 jbj- *really* dump signature header immutable region.
2002-03-13 jbjSplit transaction set handling into separate file,...
2002-03-12 jbj- drill ts/fi through verify mode, add methods to keep...
2002-03-10 jbj- make --addsign and --resign behave exactly the same.
2002-03-08 jbj- wire --nodigest/--nosignature options to checksig...
2002-03-07 jbj- add header RSA signature (untested, disabled for...
2002-03-07 jbj- add header RSA signature (untested).
2002-03-06 jbj- add header DSA signature.
2002-02-10 jbj- make peace with automake et al in 8.0, ugh.
2002-02-01 jbj- permit args to be hidden within %%__find_{requires...
2002-01-27 jbjMerge from rpm-4.0.4.
2002-01-23 jbj- turn on auto-generated perl requirements (#58519...
2002-01-18 jbj- missing key(s) on keyring when verifying a signature...
2002-01-11 jbj- permit subset installs for %lang colored hardlink...
2002-01-10 jbj- fix: signing multiple times dinna work, discard immut...
2002-01-07 jbj- Depends should use CDB if configured.
2002-01-06 jbj- handle lazy db open's in chroot with absolute path...
2001-12-27 jbj- simple automake wrapper for zlib.
2001-12-08 jbj- lclint-3.0.0.19 fiddles.
2001-12-06 jbj- 3 madvise calls and a 16Mb mmapped buffer == ~5%...
2001-11-23 jbj- fix a couple dinky memory leaks.
2001-11-19 jbj- header handling moved to librpmdb to avoid linkage...
2001-11-18 jbj- convert file md5sum's to binary on the fly, reducing...
2001-11-17 jbj- use TR_REMOVED relations as well as TR_ADDED for...
2001-11-17 jbj- methods to complete making transactionElement opaque.
2001-11-16 jbj- use array of pointers rather than contiguous array...
2001-11-16 jbjCreate rpmte.[ch].
2001-11-16 jbj- annotations to make a transactionElement opaque.
2001-11-16 jbj- transaction.c: use wrappers/iterators to access TFI_t.
2001-11-15 jbj- tweak overlapped file fingerprint retrieval for speed.
2001-11-13 jbj- split file info tag sets into rpmfi.c.
2001-11-12 jbj- commit to using rpmDepSet and TFI_t, not header.
2001-11-11 jbj- unify rpmFNSet into TFI_t.
2001-11-11 jbj- factor per-transactionElement data out of TFI_t throu...
2001-11-11 jbj- common structure elements for unification of TFI_t...
2001-11-10 jbj- strip header tags for erased as well as installed...
2001-11-09 jbj- no-brainer refcounts for rpmDepSet and rpmFNSet objects.
2001-11-09 jbj- header tag sets are per-transactionElement, not per...
2001-11-09 jbj- no-brainer refcounts for rpmProblemSet object.
2001-11-08 jbj- rip out rpmDependencyConflict, replace with rpmProble...
2001-11-06 jbj- fix: harmless typo in db3 chroot hack.
2001-11-05 jbjStart deconstructing availablePackage list.
2001-11-04 jbj- rpmal: availablePackage is totally opaque, alKey...
2001-11-04 jbj- rpmds: move trigger dependencies into a rpmDepSet...
2001-11-04 jbj- rpmds: create dsProblem(), dsiGetDNEVR() retrieved...
2001-11-03 jbj- depends.c: rpmDepSet is (almost) opaque, move to...
2001-11-02 jbj- rpmRangesOverlap renamed to dsCompare, add dsNotify...
2001-11-02 jbj- create toy rpmDepSet iterators.
2001-11-02 jbj- create rpmDepSet constructors/destructors.
2001-11-02 jbj- invent some toy transactionElement iterators.
2001-11-01 jbj- depends.c: availablePackage is (almost) opaque.
2001-11-01 jbj- add header refcount annotations throughout.
2001-10-31 jbjMore unraveling of availablePackage from depends.c.
2001-10-30 jbj- transaction.c: cleanly uncouple availablePackage...
2001-10-29 jbj- add some dinky availablePackage methods.
2001-10-29 jbj- start hiding availablePackage data/methods in rpmal...
2001-10-28 jbj- memory indices for dependency check are typedef'd...
next