summaryrefslogtreecommitdiff
path: root/CHANGES
AgeCommit message (Collapse)AuthorFilesLines
2000-06-09- make librpmio standalone.jbj1-0/+1
CVS patchset: 3824 CVS date: 2000/06/09 21:24:37
2000-06-07- create rpmio directory for librpmio.jbj1-0/+1
CVS patchset: 3820 CVS date: 2000/06/07 23:25:41
2000-06-06Repair db1 functionality.jbj1-0/+1
Require db3 in default configuration. CVS patchset: 3818 CVS date: 2000/06/06 20:06:09
2000-06-05- add optflags for i486 and i586.jbj1-1/+4
- fix: segfault with legacy packages missing RPMTAG_FILEINODES. CVS patchset: 3814 CVS date: 2000/06/05 14:18:40
2000-05-30- mark packaging with version 4 to reflect filename/provide changes.jbj1-1/+3
- change next version from 3.1 to 4.0 to reflect package format change. CVS patchset: 3766 CVS date: 2000/05/30 19:30:28
2000-05-30- turn on new, more complete version of %%configure.jbj1-0/+2
- add %%makeinstall analogue of new %%configure for autoconf packages. CVS patchset: 3765 CVS date: 2000/05/30 16:52:31
2000-05-24- change popt exec alias in oreder to exec rpm children.jbj1-0/+2
- split rpm into 5 pieces along major mode fault lines with popt glue. CVS patchset: 3750 CVS date: 2000/05/24 17:53:35
2000-05-17rpmio madnessmsw1-0/+2
CVS patchset: 3732 CVS date: 2000/05/17 02:34:42
2000-05-16bzip2 1.0msw1-0/+1
CVS patchset: 3731 CVS date: 2000/05/16 20:22:59
2000-05-16add calculated nlink field to -qlv output (like ls -al).jbj1-0/+1
CVS patchset: 3730 CVS date: 2000/05/16 18:32:49
2000-05-16fix: (segfault) verify needs rpmdb while query does not.jbj1-0/+1
CVS patchset: 3729 CVS date: 2000/05/16 17:10:13
2000-05-13fix: sparc64 per-platform directory shouldn't be sparc64linux.jbj1-0/+1
CVS patchset: 3727 CVS date: 2000/05/13 15:52:38
2000-05-12fix: define/eval options assumed sizeof(int) == sizeof(void *).jbj1-0/+1
CVS patchset: 3724 CVS date: 2000/05/12 23:10:43
2000-05-10- include RPM-GPG-KEY in file manifest.jbj1-0/+4
- simplify --last popt alias, date like -qi (bjerrick@easystreet.com). - fix: alloca'd memory used outside of scope (alpha segfault). CVS patchset: 3723 CVS date: 2000/05/10 15:36:29
2000-05-01Rename db0.c to db1.c, resurrect db2.c (from db3.c).jbj1-0/+9
Add ia64 and sparc64 changes. rpm.spec: add per-platform sub-directories. Add rpmdbSync to API. installplatform: pass LIB=lib64 on sparc64. db3.c: Add nodbsync, lockdbfd, debug dbi configuration. db3.c: don't check dbi_mode when deciding on DB_WRITECURSOR. CVS patchset: 3711 CVS date: 2000/05/01 17:50:35
2000-04-27- API: replace rpmdbUpdateRecord with rpmdbSetIteratorModified.jbj1-1/+1
CVS patchset: 3706 CVS date: 2000/04/27 12:50:54
2000-04-27- API: replace rpmdbUpdateRecord with rpmdbRemove/rpmdbAdd.jbj1-1/+5
- API: replace rpmdbFindByLabel with RPMDBI_LABEL iteration. - API: replace rpmdbGetRecord with iterators. - API: replace findMatches with iterators. CVS patchset: 3704 CVS date: 2000/04/27 00:10:28
2000-04-23make db indices as lightweight as possible, with per-dbi config.jbj1-0/+3
db1.c will never be needed, eliminate. API: merge rebuilddb.c into rpmdb.c. CVS patchset: 3694 CVS date: 2000/04/23 20:37:57
2000-04-15fix: cpio.c: pre-, not post-, decrement the link count.jbj1-0/+2
(from Fabrice Bellet <Fabrice.Bellet@creatis.insa-lyon.fr>) CVS patchset: 3679 CVS date: 2000/04/15 20:21:15
2000-04-13add explcit "Provides: name = [epoch:]version-release" to headers.jbj1-0/+1
CVS patchset: 3678 CVS date: 2000/04/13 17:59:10
2000-04-12API: pass *SearchIndex() length of key (0 will use strlen(key)).jbj1-0/+2
API: remove rpmdb{First,Next}RecNum routines. db3.c: remove cursor DB_RMW implementation, something else is needed. rpmdb.c: first crack at rpmdb match iterator. query.c: ditto. rebuilddb.c: ditto. dumpdb.c: ditto. CVS patchset: 3668 CVS date: 2000/04/12 13:42:57
2000-04-11- treat legacy falloc.c as "special" db[01] index for package headers.jbj1-0/+1
CVS patchset: 3667 CVS date: 2000/04/11 16:15:54
2000-04-07use "rpmdb db" consistently throughout, add doxygen tags.jbj1-1/+1
db3.c: save join keys in endian neutral binary format. rpmdb.c: create rpmdbCountPackages(). install.c: use rpmdbCountPackages(). uninstall.c: Ditto. CVS patchset: 3662 CVS date: 2000/04/07 16:09:25
2000-04-07solaris2.6: avoid bsearch with empty dir list (Ric Klaren - ↵jbj1-0/+1
klaren@cs.utwente.nl) CVS patchset: 3661 CVS date: 2000/04/07 13:10:37
2000-04-06use hashed access for package headers.jbj1-0/+1
CVS patchset: 3660 CVS date: 2000/04/06 15:20:29
2000-04-04Sanity.jbj1-0/+1
CVS patchset: 3659 CVS date: 2000/04/04 10:10:47
2000-04-03Sanity.jbj1-0/+2
CVS patchset: 3657 CVS date: 2000/04/03 14:36:39
2000-03-31- try for db3 DB_INIT_CDB model.jbj1-0/+1
CVS patchset: 3648 CVS date: 2000/03/31 14:55:23
2000-03-27add db3 to the pile, isolate all with incremental link and vectors.jbj1-0/+1
CVS patchset: 3643 CVS date: 2000/03/27 15:55:07
2000-03-23convert db1 -> db2 on-disk format using --rebuilddb.jbj1-0/+1
CVS patchset: 3637 CVS date: 2000/03/23 20:58:01
2000-03-23- API: change dbi to pass by reference, not value.jbj1-0/+2
- cram all of db1, db_185, and db2 interfaces into rpmlib. CVS patchset: 3636 CVS date: 2000/03/23 15:49:50
2000-03-17configure noarch compatibility in rpmrc for ia64.jbj1-0/+1
CVS patchset: 3633 CVS date: 2000/03/17 21:04:50
2000-03-16configure.in fiddles for BSD systems (Patrick Schoo).jbj1-0/+1
CVS patchset: 3631 CVS date: 2000/03/16 14:27:04
2000-03-15- fix: noLibio = 0 on Red Hat 4.x and 5.x.jbj1-0/+2
- fix: typo in autodeps/linux.req. CVS patchset: 3630 CVS date: 2000/03/15 19:50:57
2000-03-13use DIRNAMES/BASENAMES/DIRINDICES not FILENAMES in packages and db.jbj1-0/+1
CVS patchset: 3626 CVS date: 2000/03/13 15:17:12
2000-03-13Start rpm-3.1 development.jbj1-0/+2
CVS patchset: 3625 CVS date: 2000/03/13 15:13:53
2000-03-11fix: use glibc 2.1 glob/fnmatch everywhere.jbj1-1/+2
CVS patchset: 3621 CVS date: 2000/03/11 20:14:07
2000-03-10fix: better filter in linux.req to avoid ARM specific objdump output.jbj1-0/+1
CVS patchset: 3614 CVS date: 2000/03/10 16:53:08
2000-03-09Orphan.jbj1-0/+1
CVS patchset: 3611 CVS date: 2000/03/09 18:13:19
2000-03-09- portability: skip bzip2 if not available.jbj1-0/+6
- portability: skip gzseek if not available (zlib-1.0.4). - portability: skip personality if not available (linux). - portability: always include arpa/inet.h (HP-UX). - portability: don't use id -u (Brandon Allbery). - portability: don't chown/chgrp -h w/o lchown. - portability: splats in rpm.spec to find /usr/{share,local}/locale/* CVS patchset: 3610 CVS date: 2000/03/09 18:13:02
2000-03-02simpler hpux.prov script (Tim Mooney).jbj1-0/+1
CVS patchset: 3606 CVS date: 2000/03/02 20:21:10
2000-02-25- sparc-sun-solaris2.6 portability check.jbj1-0/+1
CVS patchset: 3589 CVS date: 2000/02/25 16:49:05
2000-02-25- fix: filter excluded paths before adding install prefixes (#8709).jbj1-0/+2
- add i18n lookaside to PO catalogue(s) for i18n strings. - try for /etc/rpm/macros.specspo so that specspo autoconfigures rpm. - per-platform configuration factored into /usr/lib/rpm subdir. CVS patchset: 3588 CVS date: 2000/02/25 16:29:44
2000-02-23Sanity (0.44 release).jbj1-0/+1
CVS patchset: 3584 CVS date: 2000/02/23 22:43:27
2000-02-22fix: filter excluded paths before adding install prefixes (#8709).jbj1-0/+1
CVS patchset: 3575 CVS date: 2000/02/22 12:05:13
2000-02-22permit cli setting of build root policies.jbj1-0/+1
CVS patchset: 3574 CVS date: 2000/02/22 03:11:30
2000-02-22macro expansion (and absolute path) in %files -f arg (#9508,#9091).jbj1-0/+1
CVS patchset: 3573 CVS date: 2000/02/22 03:09:53
2000-02-22updated sv.po from <goeran@uddeborg.pp.se>.jbj1-0/+1
CVS patchset: 3572 CVS date: 2000/02/22 01:09:16
2000-02-17add sl.po from Primoz Peterlin <peterlin@biofiz.mf.uni-lj.si>.jbj1-0/+1
CVS patchset: 3569 CVS date: 2000/02/17 21:00:06
2000-02-15add scripts for autogenerating CPAN dependencies.jbj1-0/+1
CVS patchset: 3560 CVS date: 2000/02/15 22:17:43