[Modeling-users] Release 0.9-pre-16
Status: Abandoned
Brought to you by:
sbigaret
From: Sebastien B. <sbi...@us...> - 2003-11-16 17:54:53
|
Hi all, I'm pleased to announce that release 0.9pre16 is finally out. It only contains fixes for bugs that have been detected on 0.9pre15 --as usual, you'll find the complete changelog below. The ZModeling is also repackaged but w/ no change of the shipped Zope products, it's just that I removed from the tarball the products that are out of sync and that are for debugging purposes only. Hence there is no need to re-download it if you already installed 0.9pre15 ZModelizationTool & ZEditingContextSessioning products. For the 1st time, I also included for the core a win32.exe installer, since I got positive feedbacks from Vladimir Drobnjak (thank you!) for 0.9pre15 that the executable created by python-distutils is fully functional (an installer.exe has also been added for the NotificationFramework v0.6). -- S=E9bastien. ------------------------------------------------------------------------ 0.9-pre-16 (2003/11/16) ----------------------- * Fixed bug #839231: python code generated in -B/--base mode made it impossible to import a class having sub-classes at first (it was raising because of circular imports). * Fixed bug #842698: when a PyModel.Attribute property is set after instanciation, its value was never propagated to the final Attribute at build() time. * Fixed bug #841315: PyModel associations do not set the multiplicity bou= nds e.g. a toOne relationship was always [0,1] regardless of what the definition of the Association. * RFE #812708: mdl_generate_db_schema.py now automatically adds a semi-co= lon (';') when option '-c' is enabled. A new option (-e/--end-with) is added to control this behaviour. In particular, the old behaviour (no semi-co= lon at end of statements) can be still obtained by supplying an empty string to option -e/--end-with (-e "" or --end-with ""). * Fixed bug #812671: utils.finalize_docstrings() disabled * Fixed bug #814007: KeyValueCoding.storedValueForKey() unexpectedly returned obj.key instead of obj._key when both exist. * Fixed bug #785434: When mdl_generate_db_schema is run with an option wh= ich doesn't require the admin-dsn to be set, the script fails with a KeyErr= or. ------------------------------------------------------------------------ |