Add BUILDINFO rpm tag
[platform/upstream/rpm.git] / lib / rpmtag.h
2018-10-29 Slava BarinovAdd BUILDINFO rpm tag 72/190672/3 accepted/tizen/base/20181102.125658 submit/tizen_base/20181031.095739
2017-02-28 SoonKyu ParkRevert "Backporting weak dependencies" 08/116708/1
2017-01-10 MyungJoo HamBackporting weak dependencies 15/102115/3 accepted/tizen/base/20170120.121825 submit/tizen_base/20170116.123126
2013-02-03 Elena ReshetovaAdding manifest support for rpmbuild
2013-02-03 Anas NashifAdd support for weak dependencies:
2012-02-08 Panu MatilainenAdd tag extension to calculate hardlink count for files
2011-09-12 Panu MatilainenScriptlet argument tags are really arrays
2011-09-06 Panu MatilainenAdd four new extension tags for pretty-formatting depen...
2011-09-01 Panu MatilainenAdd RPMTAG_INSTFILENAMES tag extension for state-aware...
2011-08-29 Panu MatilainenAdd a new pseudo index for actually installed files
2011-03-01 Panu MatilainenTag reservation for MeeGo's security framework (from...
2010-12-13 Panu MatilainenImplement transaction ordering hinting
2010-11-15 Panu MatilainenRemove RPMTAG_FILESTATUS tag extension
2010-10-22 Panu MatilainenDocument our supported rpmdb indexes in the API via...
2010-10-22 Panu MatilainenrpmTagFoo() getters take arbitrary integers, not rpmTag...
2010-10-12 Colin WaltersAdd 'VCS' key
2010-09-21 Panu MatilainenMove RPMTAG_NOT_FOUND into rpmTag enumeration
2010-09-21 Panu MatilainenAdd yet more rpmTagTagTagFoo() functions
2010-09-21 Panu MatilainenStop abusing enum typedefs for bitfield types
2010-09-01 Steve LawrenceAdd new %sepolicy section to the spec file format
2010-06-24 Panu MatilainenMove collections tag to "known free" number, document...
2010-06-22 Steve LawrenceAdd new Collections preamble tag
2010-05-28 Panu MatilainenAdd header extension tag RPMTAG_FILESTATUS for file...
2010-04-13 Panu MatilainenUpdate a few tag descriptions + visibility
2010-04-13 Panu MatilainenRPMTAG_NOSOURCE and NOPATCH aren't internal, they end...
2010-03-22 Panu MatilainenLose leftover RPMDBI_ARGLIST rpmgi pseudo tag
2010-03-19 Panu MatilainenLose unused temporary/pseudo rpmdbi tags
2010-03-19 Panu MatilainenEliminate hysterical --hdlist query option and everythi...
2010-03-19 Panu MatilainenEliminate --wtfwalk .. err, --ftswalk and everything...
2010-03-11 Panu MatilainenSupport run-time macro and queryformat expansion on...
2010-02-03 Florian FestiKill RPMTAG_FSNAMES and RPMTAG_FSSIZES and everything...
2009-11-20 Panu MatilainenAdd RPMTAG_EPOCHNUM tag extension
2009-10-12 Panu MatilainenAdd RPMTAG_VERBOSE extension
2009-09-02 Panu MatilainenAdd header color tag extension, ie headerGetColor()
2009-09-02 Panu MatilainenAdd tag extensions for common name-[epoch:]version...
2009-09-01 Panu MatilainenAdd dbinstance tag extension (port from rpm5.org)
2009-09-01 Panu MatilainenTriggerprein has been implemented since January 2008...
2009-08-13 Panu MatilainenAdd an option bug reporting URL tag to packages (RhBug...
2009-03-18 Panu MatilainenDoxygen parameter name mismatch
2009-02-27 Jindrich NovyAdd md5->filedigest aliases (rhbz#487597)
2009-01-30 Panu MatilainenUndo tag clash on RPMTAG_FILEDIGESTALGO[S] with rpm5.org
2009-01-28 Panu MatilainenAdd API for getting the class of tag type directly
2008-11-17 Panu MatilainenIntroduce rpm tag "classes"
2008-10-29 Panu MatilainenStart adding POSIX 1.e draft file capability support...
2008-07-14 Panu MatilainenMark unimplemented tags as such in tag table
2008-06-26 Panu MatilainenRPMTAG_LONGSIGSIZE and RPMTAG_LONGARCHIVESIZE are signa...
2008-06-12 Panu MatilainenMake fssizes tag extension 64bit
2008-06-12 Panu MatilainenAdd more 64bit size tags + tag extensions for convertin...
2008-06-10 Jindrich NovyCreate RPMTAG_LONGFILESIZES to hold 64bit filesizes
2008-06-10 Panu MatilainenAdd RPMTAG_ORIGFILENAMES tag extension
2008-06-06 Jindrich NovyIntroduce RPM_INT64_TYPE
2008-06-02 Panu MatilainenChange rpmTagGetNames() interface to more like that...
2008-06-02 Panu MatilainenBring back RPMTAG_FILEDIGESTS now that we're a bit...
2008-06-02 Panu MatilainenWe don't want per-file digest algorithms, just per...
2008-05-21 Panu MatilainenAdd rpmTagGetNames() public function for retrieving...
2008-05-21 Panu MatilainenInclude rpmtypes.h first instead of rpmtag.h everywhere
2008-05-14 Panu MatilainenTeach rpm tag table about extensions
2008-03-14 Panu MatilainenRevert RPMTAG_FILEDIGESTS -> FILEMD5's for now
2008-03-14 Panu MatilainenType missing for RPMTAG_HEADERI18NTABLE
2008-02-05 Panu MatilainenUse rpmTagType always now that it's available everywhere
2008-02-03 Panu MatilainenMake rpmtag.h standalone, include from rpmtypes.h
2008-02-03 Panu MatilainenUse rpmTag etc enums for rpmTagGet*() functions
2008-02-03 Panu MatilainenStuff signature tags to rpmtag.h along with other tags...
2008-01-30 Panu MatilainenMove rpmTagType stuff to rpmtag.h now that they can...
2008-01-30 Panu MatilainenAdd missing c++ ifdefs to rpmtag and rpmtypes headers
2007-12-13 Panu MatilainenUse rpm_tagtype_t everywhere for rpm (header) tagtype...
2007-12-13 Panu MatilainenUse rpm_tag_t everywhere for rpm (header) tag type
2007-12-03 Panu MatilainenSplit RPMTAG_* and related functions out of rpmlib...