summaryrefslogtreecommitdiff
path: root/CHANGES
AgeCommit message (Collapse)AuthorFilesLines
2007-07-04Preparing for 4.4.2.1-rc2Panu Matilainen1-0/+11
- update CHANGES and version - update translations
2007-06-25Update TODO + CHANGES..Panu Matilainen1-2/+7
2007-06-20Initial CHANGES update for 4.4.2.1Panu Matilainen1-0/+101
2005-07-21- release rpm-4.4.2.rpm-4.4.2-releasejbj1-0/+1
CVS patchset: 7919 CVS date: 2005/07/21 01:47:28
2005-07-21- fix: magic_file() closes stdin when given directory path.jbj1-0/+3
- use perldeps.pl, phase out perl.{req,prov} (again). - document __vsflags (#147489). CVS patchset: 7918 CVS date: 2005/07/21 01:45:44
2005-07-17- upgrade to file-4.14 internal.jbj1-0/+1
CVS patchset: 7906 CVS date: 2005/07/17 14:55:56
2005-07-16- upgrade to zlib-1.2.2.4 internal.jbj1-0/+2
- macosx: avoid minigzip build failures. CVS patchset: 7894 CVS date: 2005/07/16 16:37:06
2005-07-15- permit scriptlet includes from builddir for spec files w/o %setup.jbj1-0/+1
CVS patchset: 7889 CVS date: 2005/07/15 15:08:34
2005-07-13- avoid '?' for zero length file mmap failure doing md5 (#159405).jbj1-0/+1
CVS patchset: 7883 CVS date: 2005/07/13 11:28:29
2005-07-13- permit zlib in rpm to be built with make -j (#159404).jbj1-0/+1
CVS patchset: 7882 CVS date: 2005/07/13 11:21:28
2005-07-13- fix: initialize variables used in debug msg (#160458).jbj1-0/+1
CVS patchset: 7881 CVS date: 2005/07/13 11:15:16
2005-07-13- fix: find-debuginfo.sh kernel voo-doo tweaks (#159346).jbj1-0/+2
CVS patchset: 7880 CVS date: 2005/07/13 11:09:39
2005-07-13- fix: permit sqlite3 rpmdb with chroot (#159424).jbj1-0/+1
CVS patchset: 7878 CVS date: 2005/07/13 10:40:08
2005-07-13- fix: make sqlite3 rpmdb endian-neutral (#159425).jbj1-0/+1
CVS patchset: 7877 CVS date: 2005/07/13 10:34:15
2005-07-13- use perldeps.pl, phase out perl.{req,prov} (#161921).jbj1-0/+1
CVS patchset: 7876 CVS date: 2005/07/13 10:16:06
2005-07-13- *_terminate_build macros set per-pkg, not per-invocation (#161081).jbj1-0/+1
CVS patchset: 7875 CVS date: 2005/07/13 10:03:31
2005-07-13- fix: % at end-of-line overflow (#161091).jbj1-0/+1
CVS patchset: 7874 CVS date: 2005/07/13 09:52:45
2005-07-13- fix: java compiled with -O0 confuses debugedit (#161722).jbj1-0/+1
CVS patchset: 7873 CVS date: 2005/07/13 09:23:07
2005-07-12- added brp-java-gcjcompile build helper.jbj1-0/+1
CVS patchset: 7872 CVS date: 2005/07/12 11:29:05
2005-07-12- added CVSId: tag and SVNId: alias (#162807).jbj1-0/+1
CVS patchset: 7871 CVS date: 2005/07/12 10:57:09
2005-07-12- updated de.po (#162756).jbj1-0/+1
CVS patchset: 7869 CVS date: 2005/07/12 10:32:16
2005-03-13- permit RSA/{sha1,sha256,sha384,sha512} signature verification.jbj1-1/+2
CVS patchset: 7805 CVS date: 2005/03/13 01:56:50
2005-03-09- permit gpg to be used for RSA/MD5 signatures.jbj1-0/+2
- permit RSA key sizes larger than 1024 bits. CVS patchset: 7799 CVS date: 2005/03/09 13:22:48
2005-02-20- updated sv.po <goeran@uddrborg.se>.jbj1-0/+1
CVS patchset: 7778 CVS date: 2005/02/20 14:20:11
2005-02-17- rework configure.ac et al to lose internal library baggage flexibly.jbj1-0/+1
CVS patchset: 7775 CVS date: 2005/02/17 02:36:37
2005-02-16- remove remnant -I/opt/local hacks, --prefix=/usr is recommended.jbj1-0/+1
CVS patchset: 7773 CVS date: 2005/02/16 20:04:28
2005-02-16- sqlite3: update encode/decode from sqlite-2.8.16.jbj1-0/+5
- add --xml popt alias for query modes. - remove _rpmdb now that python2.[34] are commonly available. CVS patchset: 7770 CVS date: 2005/02/16 19:05:36
2005-02-14- start 4.4.2 devel.jbj1-0/+3
CVS patchset: 7765 CVS date: 2005/02/14 02:19:04
2005-02-14- don't build with sqlite3 if <sqlite3.h> is missing.rpm-4.4.1-releasejbj1-0/+1
CVS patchset: 7764 CVS date: 2005/02/14 01:34:12
2005-02-13- don't classify files in /dev (#146623).jbj1-0/+1
CVS patchset: 7763 CVS date: 2005/02/13 20:39:50
2005-02-13- macosx: change to --prefix=/usr rather than /opt/local.jbj1-0/+3
- use waitpid rather than SIGCHLD reaper. - rip out DB_PRIVATE revert if not NPTL, it's not the right thing to do. CVS patchset: 7761 CVS date: 2005/02/13 03:01:09
2005-02-12- zlib: uniqify certain symbols to prevent name space pollution.jbj1-0/+2
- macosx: include <sys/types.h> so that python sees the u_char typedef. CVS patchset: 7760 CVS date: 2005/02/12 19:03:32
2005-02-12- permit build scriptlet interpreters to be individually overridden.jbj1-0/+1
CVS patchset: 7759 CVS date: 2005/02/12 14:12:33
2005-02-10- perform callbacks as always (#147537).jbj1-0/+1
CVS patchset: 7757 CVS date: 2005/02/10 09:04:05
2005-02-03- discover and use getmntinfo if present.jbj1-1/+2
CVS patchset: 7741 CVS date: 2005/02/03 23:05:59
2005-02-03- run-time endian test rather than chasing <endian.h> (#146752).jbj1-0/+1
CVS patchset: 7740 CVS date: 2005/02/03 17:28:42
2005-02-02- fix: length of gpg V4 hash seed was incorrect (#146896).jbj1-0/+4
- add support for V4 rfc-2440 signatures. CVS patchset: 7737 CVS date: 2005/02/02 18:47:42
2005-01-28- python: force dbMatch() h# key to be 32 bit integer (#146477).jbj1-0/+1
CVS patchset: 7720 CVS date: 2005/01/28 20:25:01
2005-01-26- add missing #if defined(ENABLE_NLS) (#146184).jbj1-0/+1
CVS patchset: 7714 CVS date: 2005/01/26 04:50:03
2005-01-26- move global /var/lock/rpm/transaction to dbpath.jbj1-0/+2
- permit fcntl path to be configured through rpmlock_path macro. CVS patchset: 7712 CVS date: 2005/01/26 04:05:34
2005-01-23- blueprint rpm-4_4 and HEAD to minimize diff spew.jbj1-0/+2
CVS patchset: 7706 CVS date: 2005/01/23 20:44:57
2005-01-18Sanity.jbj1-0/+1
CVS patchset: 7702 CVS date: 2005/01/18 00:10:04
2005-01-09- build against external/internal neon.jbj1-0/+1
CVS patchset: 7692 CVS date: 2005/01/09 17:48:19
2005-01-04- mac os x patches (#133611, #133612, #134637).jbj1-0/+1
CVS patchset: 7673 CVS date: 2005/01/04 19:31:31
2005-01-04- mac os x patches (#131943,#131944,#132924,#132926).jbj1-0/+1
CVS patchset: 7671 CVS date: 2005/01/04 17:46:10
2005-01-04Splint fiddles.jbj1-1/+2
CVS patchset: 7669 CVS date: 2005/01/04 17:11:00
2005-01-03- upgrade to file-4.12 internal.jbj1-0/+1
CVS patchset: 7662 CVS date: 2005/01/03 02:10:06
2005-01-02- revert MAGIC_COMPRESS, real fix is in libmagic (#143782).jbj1-0/+1
CVS patchset: 7657 CVS date: 2005/01/02 20:49:23
2005-01-02Upgrade ro db-4.3.27.jbj1-0/+1
CVS patchset: 7655 CVS date: 2005/01/02 19:40:49
2004-12-07- use package color as Obsoletes: color.jbj1-0/+1
CVS patchset: 7639 CVS date: 2004/12/07 15:39:32