SHA256
1
0
forked from pool/python

- moved unittest to python-base (it is a testing framework, not a

testsuite, so it clearly belongs into stdlib)
- fixed smtpd.py DoS (bnc#638233, CVE probably not assigned)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=85
This commit is contained in:
Jan Matejek
2010-10-04 13:38:36 +00:00
committed by Git OBS Bridge
parent f1a853c81b
commit 988592dbda
7 changed files with 92 additions and 13 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Aug 31 02:51:56 UTC 2010 - cristian.rodriguez@opensuse.org
- Provide "fake" build enviroment information
* build date replaced by source tarball modify date
* compiler string replaced by "GCC"
* This is intended to avoid republishing the packages
over and over again.
-------------------------------------------------------------------
Thu Aug 26 11:42:44 UTC 2010 - jmatejek@novell.com