Prepare new release

This commit is contained in:
Simon Holywell
2014-01-21 14:57:58 +00:00
parent 27eefe087f
commit ee90d388d7
7 changed files with 13 additions and 14 deletions

View File

@@ -1 +1 @@
API release notes.
API release notes.

View File

@@ -2,7 +2,7 @@ PECL ssdeep PHP Extension Licence
-------
This extension is under the BSD Licence:
Copyright (c) 2010, Simon Holywell
Copyright (c) 2014, Simon Holywell
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -32,4 +32,4 @@ ssdeep Licensing Exemption
Although ssdeep and the fuzzy hashing API are usually licensed under GNU GPLv2 Jesse Kornblum has licenced them to PECL under the terms of the Perl Artistic Licence with the following declaration:
"I hereby license ssdeep, the current version and all subsequent versions, under the terms of the Perl Artistic License, for inclusion into the PECL."
See http://news.php.net/php.pecl.dev/7625 for the verbatim email.
See http://news.php.net/php.pecl.dev/7625 for the verbatim email.

View File

@@ -1 +0,0 @@
Patch bug in library availablity code when building with ssdeep path specified (--with-ssdeep=/tmp/ssdeep-2.6 for example) to the upstream packages build directory.

View File

@@ -8,11 +8,11 @@
* A PHP extension to expose ssdeep functionality for fuzzy
* hashing and comparing.
*
* Version 1.0.2
* Version 1.0.3
*
* BSD Licensed.
*
* Copyright (c) 2010, Simon Holywell
* Copyright (c) 2014, Simon Holywell
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without

View File

@@ -33,10 +33,10 @@ See http://news.php.net/php.pecl.dev/7625 for the verbatim email.
<email>treffynnon@php.net</email>
<active>yes</active>
</lead>
<date>2010-11-06</date>
<time>22:59:22</time>
<date>2014-01-21</date>
<time>14:50:22</time>
<version>
<release>1.0.1</release>
<release>1.0.3</release>
<api>1.0.0</api>
</version>
<stability>

View File

@@ -7,11 +7,11 @@
* A PHP extension to expose ssdeep functionality for fuzzy
* hashing and comparing.
*
* Version 1.0.2
* Version 1.0.3
*
* BSD Licensed.
*
* Copyright (c) 2010, Simon Holywell
* Copyright (c) 2014, Simon Holywell
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -39,7 +39,7 @@
#ifndef PHP_SSDEEP_H
# define PHP_SSDEEP_H 1
# define PHP_SSDEEP_VERSION "1.0.2"
# define PHP_SSDEEP_VERSION "1.0.3"
# define PHP_SSDEEP_EXTNAME "ssdeep"
PHP_FUNCTION(ssdeep_fuzzy_hash);
PHP_FUNCTION(ssdeep_fuzzy_compare);

View File

@@ -7,11 +7,11 @@
* A PHP extension to expose ssdeep functionality for fuzzy
* hashing and comparing.
*
* Version 1.0.2
* Version 1.0.3
*
* BSD Licensed.
*
* Copyright (c) 2010, Simon Holywell
* Copyright (c) 2014, Simon Holywell
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without