diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-03-06 13:59:11 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-03-06 13:59:11 +0000 |
commit | c8b80659f3b7dd4bdc5c4a6f216c7a6e81e241f5 (patch) | |
tree | ff89e6c24a45b7d47807ebac1f23121e4a436ed3 /ChangeLog | |
parent | 33c259b019963752b79ba2c0057a4fc77c6b7bb7 (diff) | |
download | perl-URPM-c8b80659f3b7dd4bdc5c4a6f216c7a6e81e241f5.tar perl-URPM-c8b80659f3b7dd4bdc5c4a6f216c7a6e81e241f5.tar.gz perl-URPM-c8b80659f3b7dd4bdc5c4a6f216c7a6e81e241f5.tar.bz2 perl-URPM-c8b80659f3b7dd4bdc5c4a6f216c7a6e81e241f5.tar.xz perl-URPM-c8b80659f3b7dd4bdc5c4a6f216c7a6e81e241f5.zip |
1.38V1_38
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -1,3 +1,26 @@ +2006-03-06 14:48 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * t/rpmdb.t: Perform this test faster + +2006-03-06 14:45 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * t/parse.t: Be more Test::More-ish, add a TODO test + +2006-03-06 14:31 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * URPM.xs: It wasn't a good idea to completely remove the refcount, + because it's used to free the underlying C glue structure. Also, + and rpmtsLink was misplaced. + +2006-03-06 12:09 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * URPM.xs: Don't use our own reference counter, but the rpmlib's, + for transactions. + +2006-03-03 16:48 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * URPM.pm, perl-URPM.spec: 1.37 + 2006-03-03 16:08 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> * URPM.pm: Document URPM::verify_signature() |