diff options
author | rjray <devnull@localhost> | 2000-05-27 05:22:51 +0000 |
---|---|---|
committer | rjray <devnull@localhost> | 2000-05-27 05:22:51 +0000 |
commit | e0accf5fba53431b44733d7d17c89cb539b045f9 (patch) | |
tree | 3fe114caf89ffef0d4f9ba86b8e5f2f068496270 /Perl-RPM/ChangeLog | |
parent | 240b0d9d340f2fe83aa965b9a680c58282a05747 (diff) | |
download | librpm-tizen-e0accf5fba53431b44733d7d17c89cb539b045f9.tar.gz librpm-tizen-e0accf5fba53431b44733d7d17c89cb539b045f9.tar.bz2 librpm-tizen-e0accf5fba53431b44733d7d17c89cb539b045f9.zip |
checkpointing laptop to repository
CVS patchset: 3762
CVS date: 2000/05/27 05:22:51
Diffstat (limited to 'Perl-RPM/ChangeLog')
-rw-r--r-- | Perl-RPM/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Perl-RPM/ChangeLog b/Perl-RPM/ChangeLog index 1f3c5ffa4..4ed5cb576 100644 --- a/Perl-RPM/ChangeLog +++ b/Perl-RPM/ChangeLog @@ -12,3 +12,23 @@ Revision history for Perl extension RPM. exported symbols, rather than lengthening it). A basic top-level RPM namespace is present, but doesn't yet do anything useful. Some basic test scripts are in place, but more are (always) needed. + +0.2 + - second alpha + + Class for RPM::Error added. The code is in the RPM.xs file, but + the docs and accessors are done in RPM/Error.pm. + + All sub-classes moved to RPM/. + + More documentation added, especially to RPM::Constants. + + RPM::Constants had about a dozen or so trimmed out. + + Found error in Database.xs where the FIRSTKEY/NEXTKEY pair would + have returned string-ified references instead of package names, + because of not taking the first array element. I really plan to + change the RPM::Header::FETCH interface. + + Added two utility functions under the RPM::* space for getting O/S + and architecture names. |