Skip to content

Commit

Permalink
preapare yaf-2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
laruence committed Jan 8, 2014
1 parent b9e8791 commit 8129ce5
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 8 deletions.
27 changes: 20 additions & 7 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,18 @@
<active>yes</active>
</lead>
<date>2014-01-08</date>
<time>15:26:23</time>
<time>21:47:00</time>
<version>
<release>2.3.0</release>
<api>2.3.0</api>
<release>2.3.1</release>
<api>2.3.1</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license uri="http://www.php.net/license">PHP</license>
<notes>
- Fixed Issue #80 (Segfault if empty application.directory is set)
- Implemented Yaf_Response::setHeader, getHeahder, setAllHeader, clearHeaders Methods
- Added Yaf_Route_*::assemble()
- Fix package
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -212,6 +210,22 @@
<providesextension>yaf</providesextension>
<extsrcrelease />
<changelog>
<release>
<date>2014-01-08</date>
<version>
<release>2.3.1</release>
<api>2.3.1</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
- Fix package
</notes>
</release>

<release>
<date>2014-01-08</date>
<version>
Expand All @@ -228,7 +242,6 @@
- Added Yaf_Route::assemble
</notes>
</release>

<release>
<date>2013-01-04</date>
<version>
Expand Down
2 changes: 1 addition & 1 deletion php_yaf.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ extern zend_module_entry yaf_module_entry;
#define YAF_G(v) (yaf_globals.v)
#endif

#define PHP_YAF_VERSION "2.3.1-dev"
#define PHP_YAF_VERSION "2.3.1"

#define YAF_STARTUP_FUNCTION(module) ZEND_MINIT_FUNCTION(yaf_##module)
#define YAF_RINIT_FUNCTION(module) ZEND_RINIT_FUNCTION(yaf_##module)
Expand Down

0 comments on commit 8129ce5

Please sign in to comment.