Update CHANGES.
CVS patchset: 5993 CVS date: 2003/01/01 17:32:51
This commit is contained in:
parent
49d9daa8d7
commit
eb93e75995
2
CHANGES
2
CHANGES
|
@ -93,6 +93,8 @@
|
|||
- calculate dependency color and refernces.
|
||||
- python: add ds.Color() and ds.Refs() methods.
|
||||
- fix: typo in assertion.
|
||||
- add rpmts/rpmte/rpmfi/rpmds element colors.
|
||||
- ignore items not in our rainbow (i.e. colors are functional).
|
||||
|
||||
4.0.4 -> 4.1:
|
||||
- loosely wire beecrypt library into rpm.
|
||||
|
|
|
@ -15,7 +15,7 @@ Name: rpm
|
|||
%define version @VERSION@
|
||||
Version: %{version}
|
||||
%{expand: %%define rpm_version %{version}}
|
||||
Release: 0.48
|
||||
Release: 0.49
|
||||
Group: System Environment/Base
|
||||
Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/rpm-%{rpm_version}.tar.gz
|
||||
Copyright: GPL
|
||||
|
@ -459,6 +459,10 @@ exit 0
|
|||
%{__prefix}/include/popt.h
|
||||
|
||||
%changelog
|
||||
* Wed Jan 1 2003 Jeff Johnson <jbj@redhat.com> 4.2-0.49
|
||||
- add rpmts/rpmte/rpmfi/rpmds element colors.
|
||||
- ignore items not in our rainbow (i.e. colors are functional).
|
||||
|
||||
* Sun Dec 29 2002 Jeff Johnson <jbj@redhat.com> 4.2-0.46
|
||||
- don't segfault with packages produced by rpm-2.93 (#80618).
|
||||
- python: eliminate hash.[ch] and upgrade.[ch], methods too.
|
||||
|
|
Loading…
Reference in New Issue