platform/upstream/rpm.git
2009-04-16 Panu MatilainenPreparing for rpm-4.7.0 final rpm-4.7.0
2009-04-16 Panu MatilainenPad RSA signatures up to modulus size if necessary...
2009-04-16 Panu MatilainenCheck for termination signals during signing / signatur...
2009-04-14 Panu MatilainenError out at build on unsupported payload compressors...
2009-04-09 Panu MatilainenUpdated Polish translation (Piotr Drąg)
2009-04-09 Panu MatilainenPreparing for rpm-4.7.0-rc1 rpm-4.7.0-rc1
2009-04-09 Panu MatilainenUpdated Spanish translation (Oscar Bacho)
2009-04-09 Panu MatilainenUpdated Serbian translations (Milos Komarcevic)
2009-04-09 Panu MatilainenUpdated Catalan translation (Xavier Conde)
2009-04-09 Ville SkyttäMake it clearer that PACKAGE_FILE logic applies to...
2009-04-09 Ville SkyttäRemove obsolete info about --buildarch and --buildos.
2009-04-09 Panu MatilainenFix PGP v4 fingerprint calculation (rhbz#493777)
2009-04-09 Jindrich NovyDon't allow '~', '/' characters and ".." sequence...
2009-04-03 Panu MatilainenFixup Polish translation HEAD vs 4.7.x difference
2009-04-03 Panu MatilainenMake sure installed files have state (rhbz#492947)
2009-04-03 Jindrich NovyUse -mtune instead of -mcpu (rhbz#493696)
2009-04-03 Panu MatilainenPrefer more specific types over generic "text" in class...
2009-04-03 Panu MatilainenHandle XZ in %uncompress macro
2009-04-03 Panu MatilainenRip the macro default settings in rpmrc setDefaults()
2009-04-03 Panu MatilainenAdd built-in %getconfdir macro for getting rpmConfigDir...
2009-04-03 Panu MatilainenPlug minor memleak from default rc and macro file paths
2009-04-03 Panu MatilainenPlug minor memleak from rpmGetCwd() on build
2009-04-03 Panu MatilainenEliminate pointless xstrdup()'s, the strings are never...
2009-04-03 Jindrich Novyprocess the "./" in file paths correctly (rhbz#491388)
2009-04-03 Panu MatilainenShow query/verify selection options just once in -...
2009-04-03 Panu MatilainenPython doesn't need libelf, nss or popt directly
2009-04-03 Panu Matilainenlibrpmio doesn't need libmagic for anything
2009-04-03 Panu MatilainenMove leftover signature stuff from rpmlib.h to signature.h
2009-04-03 Panu MatilainenDon't try to parse %patch on spec query (rhbz#487855)
2009-04-03 Panu MatilainenDoxygen parameter name mismatch
2009-04-03 Panu MatilainenAdd support for "lzma alone" compression format (lzdio)
2009-04-03 Panu MatilainenLZMA -> XZ renaming
2009-04-03 Florian FestiFree all keys not only those on the first buckets
2009-04-03 Panu MatilainenCatch exceptions from python conversions in dbMatch()
2009-04-03 Panu MatilainenSilence compiler whining on rpmsort and rpminject
2009-04-03 Panu MatilainenPlug a memleak in genCpioListAndHeader()
2009-04-03 Panu MatilainenNSS supports MD2, we might as well handle it too
2009-04-03 Panu MatilainenFix memleak on signature checking failure
2009-04-03 Panu MatilainenEliminate pointless {} block inflating indentation...
2009-04-03 Panu MatilainenDon't return data from headerGet() on regionSwab()...
2009-04-03 Jindrich NovyPort XZ payload compression to xz-4.999.8 API
2009-04-03 Panu MatilainenAdd test for _install_lang and status
2009-04-03 Panu MatilainenRevert couple of checksum -> digest renames
2009-04-03 Jindrich NovyFix documentation and help for the md5 -> filedigest...
2009-04-03 Jindrich NovyAdd md5->filedigest aliases (rhbz#487597)
2009-04-01 Panu Matilainen Polish translation update (Piotr Drąg)
2009-03-09 Panu MatilainenUnbreak %_install_langs handling (rhbz#489235)
2009-03-09 Panu MatilainenFix RPMTAG_FILESTATES in rpmdb
2009-03-08 Panu MatilainenInitialize on declaration, cosmetics only...
2009-03-08 Panu MatilainenDont bother retrieving colors unless actually needed
2009-03-08 Panu MatilainenDont bother retrieving ts problem set unless actually...
2009-03-08 Panu MatilainenDont bother retrieving altNEVR unless actually needed
2009-03-08 Panu MatilainenLoad macros before creating directories (rhbz#489104)
2009-03-06 Panu MatilainenDocument libcap, libacl in INSTALL
2009-03-06 Panu MatilainenDont leak memory from hdrmd5ctx
2009-03-06 Panu MatilainenHandle V4 signature trailer for RSA too (ticket #34)
2009-03-03 Panu MatilainenAdd ISA bits for alpha (Oliver Falk)
2009-02-26 Panu MatilainenMissing test material to tarballs, oops
2009-02-26 Panu MatilainenPreparing for rpm 4.7.0-beta1 rpm-4.7.0-beta1
2009-02-26 Panu MatilainenPermit python bytecompile to fail for now
2009-02-26 Panu MatilainenHonor --nomanifest on install too
2009-02-26 Panu MatilainenSwitch to libtool versioning, starting at 0:0:0
2009-02-26 Panu MatilainenHandle empty argv passed to rpmdsDupArgv()
2009-02-24 Panu MatilainenClean up runTransScripts() a bit
2009-02-24 Panu MatilainenSingle point of exit from rpmtsRun()
2009-02-24 Panu MatilainenSplit initialization of flags etc out of rpmtsRun()
2009-02-24 Panu MatilainenFormatting cosmetics only
2009-02-24 Panu MatilainenCalculate need to chroot just once
2009-02-24 Panu MatilainenEliminate unnecessary variable
2009-02-24 Panu MatilainenPush fingerprinting chroot in+out into rpmtsPrepare...
2009-02-24 Panu MatilainenPush the rest of the prepare-calculations down to rpmts...
2009-02-24 Panu MatilainenEliminate fingerprint hash from ts struct
2009-02-24 Panu MatilainenSplit fingerprinting stuff out of rpmtsRun()
2009-02-24 Panu MatilainenSplit prepare phase out of rpmtsRun()
2009-02-24 Panu MatilainenFile skipping only done for added packages, simplify
2009-02-24 Panu MatilainenEliminate unused variables
2009-02-24 Panu MatilainenSplit sanity checking out of rpmtsRun() to helper function
2009-02-24 Panu MatilainenFix memory leak from unused problem set
2009-02-24 Panu MatilainenCalculate files in transaction just once
2009-02-23 Panu MatilainenFix busted up Korean tranlations of manuals (rhbz#466597)
2009-02-21 Panu MatilainenLoosen up restrictions on dependency token names (rhbz...
2009-02-20 Panu MatilainenOnly run script dependency extraction once per file...
2009-02-20 Panu MatilainenCheck for errors from python bytecompile (Tim Waugh)
2009-02-18 Jindrich NovyRevert fix for rhbz#442105, it has unwanted side effects
2009-02-16 Rakesh Pandit-Moved maifest checking from rpmInstall to rpmCheckMani...
2009-02-16 Rakesh Pandit-Move notify flag settings from rpmInstall and rpmErase...
2009-02-16 Rakesh Pandit-Move vsflags calculation from rpmInstall and rpmErase...
2009-02-16 Rakesh Pandit-Remove stopinstall variable and moved rpmcliPackagesTo...
2009-02-16 Rakesh Pandit-Use installInterfaceFlags in place of eraseInterfaceFl...
2009-02-16 Rakesh Pandit-Merge rpmInstallInterfaceFlags_e and rpmEraseInterface...
2009-02-12 Panu MatilainenOnly initialize file capability cache if actually needed
2009-02-11 Jindrich NovyFix output of pkgconfigdeps.sh so that rpmfc parses...
2009-02-11 Panu MatilainenBe more careful about errors in lua rpm vercmp()
2009-02-11 Jindrich NovyHandle broken pkgconfig files better, rhbz#484970 ...
2009-02-06 Panu MatilainenBump FileDigests rpmlib dependency version
2009-02-05 Panu MatilainenUse per-rpmfi string cache for file capability strings
2009-02-05 Panu Matilainenrpmfi is only needed by verifyHeader(), push it there
2009-02-05 Panu MatilainenFix typo in python bindings documentation (Masatake...
2009-02-05 Panu MatilainenExclude bin and sbin directories from python bytecompil...
2009-02-05 Panu MatilainenUpdated Brazilian Portugese translation (Igor Pires...
next