Update the NEWS file and set the version number

release-1.1 v1.1.2
William MARTIN 2011-05-26 09:57:05 +02:00
parent 4238a5dd50
commit a96d8c05a7
2 changed files with 15 additions and 1 deletions

View File

@ -1,3 +1,17 @@
# InDefero 1.1.2 - Thu May 26 07:42:25 UTC 2011
## Bugfixes
- Fix tags extraction from git repository (issue 675)
- Fix SSH validation method (issue 671)
- Fix malformed URL in the RSS (issue 666)
- Fix validateRevision call for Mercurial Scm (issue 657)
## Translations
- Missing word in French translation (issue 672)
- Update Spanish translation
# InDefero 1.1.1 - Mon Mar 28 15:52 2011 UTC
## Bugfixes

View File

@ -1,5 +1,5 @@
<?php
return array(
'version' => '1.1.2-dev',
'version' => '1.1.2',
'revision' => '$Format:%H$',
);