diff --git a/LICENSE b/LICENSE index 7b99a14..3e48203 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ -------------------------------------------------------------------- - The PHP License, version 3.0 -Copyright (c) 1999 - 2002 The PHP Group. All rights reserved. + The PHP License, version 3.01 +Copyright (c) 1999 - 2005 The PHP Group. All rights reserved. -------------------------------------------------------------------- Redistribution and use in source and binary forms, with or without @@ -38,8 +38,8 @@ are met: 6. Redistributions of any form whatsoever must retain the following acknowledgment: - "This product includes PHP, freely available from - ". + "This product includes PHP software, freely available from + ". THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, @@ -64,5 +64,5 @@ The PHP Group can be contacted via Email at group@php.net. For more information on the PHP Group and the PHP project, please see . -This product includes the Zend Engine, freely available at +PHP includes the Zend Engine, freely available at . diff --git a/gnupg.c b/gnupg.c index d26f556..8257648 100644 --- a/gnupg.c +++ b/gnupg.c @@ -1,19 +1,15 @@ /* +----------------------------------------------------------------------+ - | PHP Version 5 | + | Copyright (c) 2005 Thilo Raufeisen | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2004 The PHP Group | - +----------------------------------------------------------------------+ - | This source file is subject to version 3.0 of the PHP license, | + | This source file is subject to version 3.01 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.php.net/license/3_0.txt. | + | http://www.php.net/license/3_01.txt. | | If you did not receive a copy of the PHP license and are unable to | | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Author: Thilo Raufeisen | - +----------------------------------------------------------------------+ */ /* $Id$ */ diff --git a/gnupg_keylistiterator.c b/gnupg_keylistiterator.c index 1fc27d0..3b5b7b9 100644 --- a/gnupg_keylistiterator.c +++ b/gnupg_keylistiterator.c @@ -1,19 +1,15 @@ /* +----------------------------------------------------------------------+ - | PHP Version 5 | + | Copyright (c) 2005 Thilo Raufeisen | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2004 The PHP Group | - +----------------------------------------------------------------------+ - | This source file is subject to version 3.0 of the PHP license, | + | This source file is subject to version 3.01 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.php.net/license/3_0.txt. | + | http://www.php.net/license/3_01.txt. | | If you did not receive a copy of the PHP license and are unable to | | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Author: Thilo Raufeisen | - +----------------------------------------------------------------------+ */ /* $Id$ */ diff --git a/package.xml b/package.xml index 2602af4..c5fa7e3 100644 --- a/package.xml +++ b/package.xml @@ -14,11 +14,13 @@ - 0.6.1 - 2005-11-12 - PHP License + 0.7 + 2005-11-28 + PHP License 3.01 beta - fixed zts build + changed licence to PHP Licence 3.01 +fixed error during keyimport when the keyring is not writeable +fixed error when an invalid errormode is passed to seterrormode @@ -43,6 +45,14 @@ + + 0.7 + 2005-11-28 + beta + changed licence to PHP Licence 3.01 +fixed error during keyimport when the keyring is not writeable +fixed error when an invalid errormode is passed to seterrormode + 0.6.1 2005-11-12 diff --git a/package2.xml b/package2.xml index abe6d1b..22b1851 100644 --- a/package2.xml +++ b/package2.xml @@ -15,18 +15,20 @@ http://pear.php.net/dtd/package-2.0.xsd"> traufeisen@php.net yes - 2005-11-12 - + 2005-11-28 + - 0.6.1 - 0.6.1 + 0.7 + 0.7 beta beta - PHP License - fixed zts build + PHP License 3.01 + changed licence to PHP Licence 3.01 +fixed error during keyimport when the keyring is not writeable +fixed error when an invalid errormode is passed to seterrormode @@ -64,6 +66,22 @@ http://pear.php.net/dtd/package-2.0.xsd"> gnupg + + + 0.7 + 0.7 + + + beta + beta + + 2005-11-28 + PHP License 3.01 + changed licence to PHP Licence 3.01 +fixed error during keyimport when the keyring is not writeable +fixed error when an invalid errormode is passed to seterrormode + + 0.6.1 @@ -74,7 +92,7 @@ http://pear.php.net/dtd/package-2.0.xsd"> beta 2005-11-12 - PHP License + PHP License 3.01 fixed zts build @@ -88,7 +106,7 @@ http://pear.php.net/dtd/package-2.0.xsd"> beta 2005-11-12 - PHP License + PHP License 3.01 + added seterrormode - various memory optimizations @@ -103,7 +121,7 @@ http://pear.php.net/dtd/package-2.0.xsd"> beta 2005-10-25 - PHP License + PHP License 3.01 now supports multiple keys. added getsignatures. verify can now handle all signature types. therefore the API has changed. @@ -117,7 +135,7 @@ http://pear.php.net/dtd/package-2.0.xsd"> beta 2005-10-17 - PHP License + PHP License 3.01 added procedual usage and lowered min PHP Version to 4.3 @@ -131,7 +149,7 @@ http://pear.php.net/dtd/package-2.0.xsd"> beta 2005-10-15 - PHP License + PHP License 3.01 added import/export methods and better errormessages @@ -145,7 +163,7 @@ http://pear.php.net/dtd/package-2.0.xsd"> beta 2005-10-10 - PHP License + PHP License 3.01 added keylistiterator, encryptsign and decryptverify @@ -159,7 +177,7 @@ http://pear.php.net/dtd/package-2.0.xsd"> beta 2005-10-07 - PHP License + PHP License 3.01 initial release diff --git a/php_gnupg.h b/php_gnupg.h index 3eec0f5..cdeb048 100644 --- a/php_gnupg.h +++ b/php_gnupg.h @@ -1,19 +1,15 @@ /* +----------------------------------------------------------------------+ - | PHP Version 5 | + | Copyright (c) 2005 Thilo Raufeisen | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2004 The PHP Group | - +----------------------------------------------------------------------+ - | This source file is subject to version 3.0 of the PHP license, | + | This source file is subject to version 3.01 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.php.net/license/3_0.txt. | + | http://www.php.net/license/3_01.txt. | | If you did not receive a copy of the PHP license and are unable to | | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Author: Thilo Raufeisen | - +----------------------------------------------------------------------+ */ /* $Id$ */ diff --git a/php_gnupg_keylistiterator.h b/php_gnupg_keylistiterator.h index 1552776..18e15b2 100644 --- a/php_gnupg_keylistiterator.h +++ b/php_gnupg_keylistiterator.h @@ -1,19 +1,15 @@ /* +----------------------------------------------------------------------+ - | PHP Version 5 | + | Copyright (c) 2005 Thilo Raufeisen | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2004 The PHP Group | - +----------------------------------------------------------------------+ - | This source file is subject to version 3.0 of the PHP license, | + | This source file is subject to version 3.01 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | - | http://www.php.net/license/3_0.txt. | + | http://www.php.net/license/3_01.txt. | | If you did not receive a copy of the PHP license and are unable to | | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Author: Thilo Raufeisen | - +----------------------------------------------------------------------+ */ /* $Id$ */