Skip to content

Commit

Permalink
release version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cweiske committed Feb 26, 2015
1 parent 5b8bc21 commit e8957d5
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 77 deletions.
69 changes: 0 additions & 69 deletions makepackage.php

This file was deleted.

45 changes: 37 additions & 8 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,21 @@ as well as for characteristic extraction from the graph topology.</description>
<email>[email protected]</email>
<active>yes</active>
</helper>
<date>2010-10-25</date>
<time>21:44:18</time>
<date>2015-02-26</date>
<time>23:44:18</time>
<version>
<release>1.0.4</release>
<api>1.0.3</api>
<release>1.1.0</release>
<api>1.1.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license>LGPL License</license>
<license>LGPL-3.0+</license>
<notes>
Bugfix Release:
* Bug #17108 BasicGraph::test_directed_degree fails on PHP 5 [clockwerx]
* Set minimum PHP version to 5.3
* Fix bug #19367: Incorrect FSF address in LICENSE
* Change license from LGPL-2.1+ to LGPL-3.0+
</notes>
<contents>
<dir baseinstalldir="/" name="/">
Expand All @@ -55,13 +56,17 @@ Bugfix Release:
<dir name="tests">
<file name="AllTests.php" role="test" />
<file name="BasicGraphTest.php" role="test" />
<file name="TopologicalSorterTest.php" role="test" />
<file name="AcyclicTestTest.php" role="test" />
<file name="BasicGraphTest.php" role="test" />
<file name="helper.inc" role="test">
<tasks:replace from="@php_dir@" to="php_dir" type="pear-config" />
</file>
</dir> <!-- /tests -->
<file name="LICENSE" role="doc" />
</dir> <!-- / -->
</contents>

<compatible>
<name>PEAR</name>
<channel>pear.php.net</channel>
Expand All @@ -71,15 +76,18 @@ Bugfix Release:
<dependencies>
<required>
<php>
<min>4.2.0</min>
<min>5.3.0</min>
</php>
<pearinstaller>
<min>1.4.3</min>
</pearinstaller>
</required>
</dependencies>

<phprelease />

<changelog>

<release>
<version>
<release>1.0.2</release>
Expand All @@ -96,6 +104,7 @@ Bugfix Release:
- fix Bug #9661 notice in Structures_Graph_Manipulator_Topological::sort()
</notes>
</release>

<release>
<version>
<release>1.0.3</release>
Expand All @@ -115,6 +124,7 @@ Version 1.0.3 is functionally equivalent to 1.0.2 but with an updated package.xm
* Update package.xml
</notes>
</release>

<release>
<version>
<release>1.0.4</release>
Expand All @@ -131,5 +141,24 @@ Bugfix Release:
* Bug #17108 BasicGraph::test_directed_degree fails on PHP 5 [clockwerx]
</notes>
</release>

<release>
<version>
<release>1.1.0</release>
<api>1.1.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2015-02-26</date>
<license>LGPL-3.0+</license>
<notes>
* Set minimum PHP version to 5.3
* Fix bug #19367: Incorrect FSF address in LICENSE
* Change license from LGPL-2.1+ to LGPL-3.0+
</notes>
</release>

</changelog>
</package>

0 comments on commit e8957d5

Please sign in to comment.