diff options
author | jbj <devnull@localhost> | 2002-08-05 18:40:58 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-08-05 18:40:58 +0000 |
commit | b8656c52ed8d856e0b744f35488b3c5ec0b023e8 (patch) | |
tree | 0fb37f7d8db59c2396c59bb7ba2272798d8651b9 /CHANGES | |
parent | 3a99677e951529022c50d866593035558e449825 (diff) | |
download | rpm-b8656c52ed8d856e0b744f35488b3c5ec0b023e8.tar.gz rpm-b8656c52ed8d856e0b744f35488b3c5ec0b023e8.tar.bz2 rpm-b8656c52ed8d856e0b744f35488b3c5ec0b023e8.zip |
- python: enable threads on callbacks and longish rpmlib calls.
- python: expose RPMTAG_SOURCEPACKAGE to identify source headers.
- python: eliminate headerFromPackage() tuple return, deprecated.
- python: add ts.hdrFromFdno(fdno) method.
CVS patchset: 5601
CVS date: 2002/08/05 18:40:58
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -215,6 +215,10 @@ - fix: don't repackage %%ghost files. - add --predefine to define macros before reading macro configuration. - python: bare bones rollback bindings. + - python: enable threads on callbacks and longish rpmlib calls. + - python: expose RPMTAG_SOURCEPACKAGE to identify source headers. + - python: eliminate headerFromPackage() tuple return, deprecated. + - python: add ts.hdrFromFdno(fdno) method. 4.0.3 -> 4.0.4: - solaris: translate i86pc to i386 (#57182). |