Skip to content

Commit

Permalink
Prepare 1.7.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Feb 25, 2014
1 parent 81a7125 commit af52773
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,8 +1,22 @@
# Changelog Of The Propel 1.x Branch #

## ????-??-??: Version 1.7.1 ##
## 2014-02-25: Version 1.7.1 ##

n/a
81a7125 Fix CS
19ac478 fix bug with boolean value because no return FALSE value
af82270 changed fucntion to function
48089c0 Add yield keyword in getPhpReservedWords
82a7a32 First try to load platform from the user provided build properties try to fix #815 With test
d3136b1 Added hhvm to travis
30690de Providing tests for proposal #804
13505a8 setters should provide fluent interface
39bb8fb Removed nested dirname :)
899cf90 Fixes Issue #724
7b073a2 adapted this fix to new specifications
e7f7c9f fixed type-hinting in addDefaultMutator and added tests for it
fbf302f Update links to the 1.x documentation
5c4ece0 Allow gh-pages to be tested
584e2a4 use datasource connection(buildtime-conf.xml) instead of globals (build.properties) while performing datadump task

## 2013-10-21: Version 1.7.0 ##

Expand Down
2 changes: 1 addition & 1 deletion generator/default.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#
# -------------------------------------------------------------------

propel.version = 1.7.1-dev
propel.version = 1.7.1

propel.home = .

Expand Down
3 changes: 1 addition & 2 deletions runtime/lib/Propel.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,14 @@
* @author Martin Poeschl <[email protected]> (Torque)
* @author Henning P. Schmiedehausen <[email protected]> (Torque)
* @author Kurt Schrader <[email protected]> (Torque)
* @version $Revision$
* @package propel.runtime
*/
class Propel
{
/**
* The Propel version.
*/
const VERSION = '1.7.1-dev';
const VERSION = '1.7.1';

/**
* A constant for <code>default</code>.
Expand Down

5 comments on commit af52773

@staabm
Copy link
Member

@staabm staabm commented on af52773 Mar 6, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Master should be pointing to 1.7.2-dev after the release?

@willdurand
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

exact

@willdurand
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

forgot to push the commit...

@staabm
Copy link
Member

@staabm staabm commented on af52773 Mar 10, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great, thanks. do you use a tool for that or is this a manual process?
(You might already answered this question in the past, but I forgot it.. sorry :-/ )

@willdurand
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

manual process, but I use to do it :p

Please sign in to comment.