» Version | » Information |
---|---|
1.1.0RC1 |
Easy InstallNot sure? Get more info. pear install PEAR_PackageUpdate-1.1.0RC1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/PEAR_PackageUpdate-1.1.0RC1 Release date: 2009-05-07 22:53 UTC Release state: beta Release uploaded by: farell Changelog: [+] New features none [*] Improvements / changes - License changed from PHP 3.01 to new BSD [-] Bugfixes none [!] Quality Assurance - Make test suite more easy: used the PhptTestSuite extension of PHPUnit3 Framework Dependencies:
|
1.1.0a1 |
Easy InstallNot sure? Get more info. pear install PEAR_PackageUpdate-1.1.0a1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/PEAR_PackageUpdate-1.1.0a1 Release date: 2009-02-28 11:56 UTC Release state: alpha Release uploaded by: farell Changelog: WARNING: As pear channel did not provided anymore XMLRPC support, I have not tested the XmlRPC adapter on real server. Tests and feedback are welcome! [+] New features - introduce adapter interface to communicate with channel remote server (credits to avb) [*] Improvements / changes - with adapters you may now try many protocols (on same call) to check updates see test suite PEAR_PackageUpdate_TestSuite_Stub, testCheckUpdateWithSoapOrREST as example [-] Bugfixes - fix notice error (on unserialize data) when preference file is corrupted - fix notice error when asking update for a package not yet installed - add missing error level when pushing some error on stack - fix error content generated by abstract methods - fix notice error into getInstalledRelease() when call for package that is not installed [!] Quality Assurance - update unit test suites (for PHPUnit 3.2+) with code coverage closest to 100% (84.82) - fix E_STRICT error Dependencies:
|
1.0.4 |
Easy InstallNot sure? Get more info. pear install PEAR_PackageUpdate-1.0.4 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/PEAR_PackageUpdate-1.0.4 Release date: 2008-11-23 04:44 UTC Release state: stable Release uploaded by: farell Changelog: * bugs - fix bug #15131: Parse errors in examples Dependencies:
|
1.0.3 |
Easy InstallNot sure? Get more info. pear install PEAR_PackageUpdate-1.0.3 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/PEAR_PackageUpdate-1.0.3 Release date: 2008-11-19 09:32 UTC Release state: stable Release uploaded by: farell Changelog: * bugs - fix cleanup phase of unit tests that raised notice errors Dependencies:
|
1.0.2 |
Easy InstallNot sure? Get more info. pear install PEAR_PackageUpdate-1.0.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/PEAR_PackageUpdate-1.0.2 Release date: 2008-06-15 10:22 UTC Release state: stable Release uploaded by: farell Changelog: * bugs - fix a display problem about current version installed (for web frontend) when trying to upgrade a package still in xml 1.0 to a new version in package xml 2.0. (Thanks to Jörg Wegner) Dependencies:
|
1.0.1 |
Easy InstallNot sure? Get more info. pear install PEAR_PackageUpdate-1.0.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/PEAR_PackageUpdate-1.0.1 Release date: 2008-06-01 05:13 UTC Release state: stable Release uploaded by: farell Changelog: * bugs - a little typo error on constant name PEAR_PACKAGEUPDATE_TYPE_MINOR, that produce an error if you use setMinimumReleaseType() method. Dependencies:
|
1.0.0 |
Easy InstallNot sure? Get more info. pear install PEAR_PackageUpdate-1.0.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/PEAR_PackageUpdate-1.0.0 Release date: 2008-05-01 04:17 UTC Release state: stable Release uploaded by: farell Changelog: FINAL and first STABLE version after 9 month since last BETA release. No bug found ! * news - default configuration file (.ppurc|ppurc.ini) is loaded from and saved into PEAR configuration directory (PEAR 1.7.0+ cfg_dir directive) if available. * QA - require now at least PEAR installer 1.5.4 rather than 1.4.8 (security vulnerability fixes) - Scott Mattocks is marked as inactive on his request, because he did not have time to give attention to this package it deserve. Thanks Scott for your past works on this package, and make this cool features a reality for the community. - Test Suite used now the .phpt test case rather than phpunit, just in case of a crash, and recovery of PEAR configuration (suggestion given by Christian Weiske already in same condition for PEAR_Info). Dependencies:
|
0.7.0 |
Easy InstallNot sure? Get more info. pear install PEAR_PackageUpdate-0.7.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/PEAR_PackageUpdate-0.7.0 Release date: 2007-07-01 02:53 UTC Release state: beta Release uploaded by: farell Changelog: * bugs - fix bug #11384: Undefined variable This solved also the problem to PEAR non standard installation, by giving file to read PEAR user-defined options from and/or file to read PEAR system-wide defaults from * news - add (missing) snapshot package state * changes - examples/CliFrontend.php script was changed a bit to prevent notice error if package is not installed - add myself (Laurent Laville) as co-author, in header comment blocks. - add credit, in header comment blocks, to Ian Eure for his function (example) to repackage PEAR_Errors for use with ErrorStack Dependencies: |
0.6.1 |
Easy InstallNot sure? Get more info. pear install PEAR_PackageUpdate-0.6.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/PEAR_PackageUpdate-0.6.1 Release date: 2007-02-13 05:38 UTC Release state: beta Release uploaded by: farell Changelog: * bugs - fix bug #10080: PEAR_Config::singleton() should be able to be used in update() * changes - API stability was changed from beta to stable - examples/withoutFrontend.php script was changed a bit to clarify Doc bug #10079 Dependencies: |
0.6.0 |
Easy InstallNot sure? Get more info. pear install PEAR_PackageUpdate-0.6.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/PEAR_PackageUpdate-0.6.0 Release date: 2007-01-11 05:31 UTC Release state: beta Release uploaded by: farell Changelog: * IMPORTANT This beta version will be the last one before final stable release 1.0.0 * news - two new functions: getInstalledRelease() and getLatestRelease(), to easily retrieve informations (release date, notes, version, state, dependencies, ...) about installed and latest version available of a package. TIP: usefull if you want to alert web admin of an auto-update with all necessary informations. * changes - drop support of package xml version 1.0 - example withoutFrontend.php updated (PEAR_PackageUpdate_Null class is now reusable) Dependencies: |
0.5.2 |
Easy InstallNot sure? Get more info. pear install PEAR_PackageUpdate-0.5.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/PEAR_PackageUpdate-0.5.2 Release date: 2006-09-18 09:21 UTC Release state: beta Release uploaded by: scottmattocks Changelog: Allow updates from channels other than pear.php.net. Allow updates using REST. Dependencies: |
0.5.1 |
Easy InstallNot sure? Get more info. pear install PEAR_PackageUpdate-0.5.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/PEAR_PackageUpdate-0.5.1 Release date: 2006-07-15 09:43 UTC Release state: beta Release uploaded by: farell Changelog: * fixed PHP dependency : required at least PHP 4.3.0 due to usage of functions: get_include_path, file_get_contents * add optional dependency to web/html frontend Dependencies: |
0.5.0 |
Easy InstallNot sure? Get more info. pear install PEAR_PackageUpdate-0.5.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/PEAR_PackageUpdate-0.5.0 Release date: 2006-05-07 16:49 UTC Release state: beta Release uploaded by: farell Changelog: * news - more flexible implementation of the factory pattern allowing people to use custom class see new example 'withoutFrontend.php': how to use ppu without frontend * bugs - fixes typos error on constants - fixes typos missing letter on function setMinimumReleaseType * improvements - indentation of error messages array * Quality Assurance - add @throws phpdoc tag on all necessary function comment block Dependencies: |
0.4.3 |
Easy InstallNot sure? Get more info. pear install PEAR_PackageUpdate-0.4.3 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/PEAR_PackageUpdate-0.4.3 Release date: 2006-04-25 17:23 UTC Release state: beta Release uploaded by: farell Changelog: * news - Laurent Laville was added as a leader to the package * improvements - fixes request #7456: improve error frame used with PEAR_ErrorStack - mandatory ressources that will be call in all cases are now outside the class * Quality Assurance - PEAR cs standard for header comment blocks (see http://pear.php.net/pepr/pepr-proposal-show.php?id=128) - Adds since phpdoc tag to keep track of function history Dependencies: |
0.4.2 |
Easy InstallNot sure? Get more info. pear install PEAR_PackageUpdate-0.4.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/PEAR_PackageUpdate-0.4.2 Release date: 2006-04-20 16:44 UTC Release state: beta Release uploaded by: scottmattocks Changelog: Fixes for bug #7442: avoid warning messages when driver is unloadable Dependencies: |
0.4.1 |
Easy InstallNot sure? Get more info. pear install PEAR_PackageUpdate-0.4.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/PEAR_PackageUpdate-0.4.1 Release date: 2006-04-13 14:30 UTC Release state: beta Release uploaded by: scottmattocks Changelog: Remove demo code from presentUpdate(). Dependencies: |
0.4.0a1 |
Easy InstallNot sure? Get more info. pear install PEAR_PackageUpdate-0.4.0a1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/PEAR_PackageUpdate-0.4.0a1 Release date: 2006-03-28 10:20 UTC Release state: alpha Release uploaded by: scottmattocks Changelog: Initial PEAR release. Dependencies: |