Changelog for P4Python $Id: //guest/robert_cowham/perforce/API/python/main/CHANGELOG.txt#16 $ Robert Cowham robert@vaccaperna.co.uk 2008-06-03 - 1.2 - Remove compiler warning for Python 2.5 vs 2.4 via #ifdef 2008-01-08 - 1.1 - Fixed setup.py error for Linux 2008-01-04 - 1.1 - Added raise error on dropped connection - thanks to Ryan Blazecka - Added Solaris option to setup.py (and tidied it a little) 2007-10-09 - Added Darwin option to setup.py - thanks to Lyndsey Ferguson. No other code changes. 2007-09-25 - Updated license to make it easier to distribute (with agreement from Mike), and so that Perforce can support it. 2007-06-29 - Bug fix in spec handling as suggested by Peter Fornwall - Also changed API handling in setup.py suggested by Peter to allow standard argument parsing - Upgraded version to 1.0 - Upgrade to use Perforce API 2007.2 (new structure of api dirs and minor code change) 2007-01-31 - Fix typo in doc and document api() call. 2007-01-24 - Build for Python 2.5 - no code changes. - Document new switch for setup. 2006-11-06 - Merge in Shawn Hladky's change for 2005.2 API - Merged in changes by Kristján V. Jónsson, python reference counting bugs and settrans. - Added new attributes/methods: config (read-only) prog (write-only) version (write-only) ticket_file (write-only) set_protocol() api() 2006-11-02 - Added option to read api ver P4.p4_api_ver - Added tests for different P4 API builds 2006-10-22 - Reworked test harness to use new Perforce sample depot so anyone can run it. - Fixed problem with binary output (via print) reported by Keith Perry - Added link to RPM build by Jason Dillon in index.html 2005-08-31 - 0.6 - Updated docs and added new Linux binary. 2005-07-22 - 0.6 - Added P4Error class and catch all errors - shouldn't see P4Client.error any more! - Raise the error when appropriate. - Added translate() function to allow working with Internationalised servers. - Fix problem with diff2 and diff 2005-01-12 - 0.5 - Raise AttributeError 2005-01-12 - Added some docs - Reorganised - Added a LICENSE.txt file and this file. 2005-01-10 - First version I let a few people know about