Skip to content

Commit

Permalink
Prepare for 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
laruence committed Jan 9, 2014
1 parent b5edb1d commit 21ee135
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 7 deletions.
32 changes: 26 additions & 6 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,23 @@
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2014-01-08</date>
<time>21:47:00</time>
<date>2014-01-09</date>
<time>11:07:00</time>
<version>
<release>2.3.1</release>
<api>2.3.1</api>
<release>2.3.2</release>
<api>2.3.2</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license uri="http://www.php.net/license">PHP</license>
<notes>
- Fix package
- Fixed windows build
- Changelog 2.3.0:
- Added Yaf_Response::setHeader, getHeahder, setAllHeader, clearHeaders Methods
- Added Yaf_Route::assemble. (Now you can assemble url via routes)
- Fixed Segfault if a empty application.directory is set
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -210,6 +214,22 @@
<providesextension>yaf</providesextension>
<extsrcrelease />
<changelog>
<release>
<date>2014-01-09</date>
<version>
<release>2.3.2</release>
<api>2.3.2</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
- Fixed windows build
</notes>
</release>

<release>
<date>2014-01-08</date>
<version>
Expand All @@ -225,7 +245,6 @@
- Fix package
</notes>
</release>

<release>
<date>2014-01-08</date>
<version>
Expand All @@ -240,6 +259,7 @@
<notes>
- Added Yaf_Response::setHeader, getHeahder, setAllHeader, clearHeaders Methods
- Added Yaf_Route::assemble
- Fixed Segfault if a empty application.directory is set
</notes>
</release>
<release>
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.2-dev"
#define PHP_YAF_VERSION "2.3.2"

#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 21ee135

Please sign in to comment.