This repository has been archived by the owner on Feb 1, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathCHANGELOG
119 lines (81 loc) · 3.64 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
* 1.1.6 (2013-XX-XX)
* n/a
* 1.1.5 (2013-05-07)
* changed the default index display to group dependencies by channel
* made pirum executable
* added better errors when opening an archive fails
* fixed adding multiple deps
* added a link to the LICENSE URL when available on the index page
* added description to the feed contents
* fixed duplicates entries in the allmaintainers.xml file
* added the possibility to customize templates location and the usage of different themes
* added ids for each package on the index page
* condensed output of the build commands (useful for repositories with many packages and versions)
* fixed usage of json_encode for PHP 5.2
* fixed build with packages with no groups
* fixed "conflicts" display
* removed usage if ?: for PHP 5.2 compatibility
* 1.1.4 (2012-04-19)
* removed usage of \ in front of class names for PHP 5.2 compatibility
* fixed composer.json generation
* 1.1.3 (2012-04-11)
* enhanced composer.json generation
* 1.1.2 (2012-04-09)
* made dependency management in composer.json generation even better
* 1.1.1 (2012-04-07)
* fixed dependency management in composer.json generation
* 1.1.0 (2012-04-01)
* added generation of a composer repository based on PEAR packages information
* 1.0.5 (2012-02-11)
* added support for contributor and helper tags
* fixed wrong variable name in Pirum_Builder::fixArchives() method
* added pirum binary to composer.json
* fixed compatibility with PHP 5.2
* 1.0.4 (2011-10-08)
* added support for optional dependency groups
* added support for channel mirrors
* added release notes in the feed
* 1.0.3 (2011-09-15)
* added required dependencies in the main index HTML file
* tweaked main index HTML file
* added support for versions like 0.0.1a or 0.0.2b1
* 1.0.2 (2011-07-25)
* added pirum.bat for Windows
* fixed Atom feed
* moved the creation of .tar when building the PEAR channel (this allows to put the .tgz in get/ and run build without running add)
* 1.0.1 (2011-03-27)
* allowed development packages
* escaped variables in the main index HTML file
* Updating pirum to pick up the provides extension tag and to automatically mark the generated instructions to use pecl rather than pear to install
* added support for removing packages
* added support for valid snapshot stability
* added support for <validatepackage> tags in channel.xml
* 1.0.0 (2010-09-03)
* added the PEAR channel main directory for templates
* fixed missing closing tag for root element in maintainers.xml/maintainers2.xml
* added an error when adding a package with a badly formatted name
* 0.9.9 (2010-05-12)
* fixed ordering of files
* removed *nix requirement
* 0.9.8 (2010-04-29)
* fixed package filename regular expression that reads name and version to be case-insensitive
* checked whether channel dir is a dir and package path is a file
* added an explicit error when the package to add does not exist
* split updateTargetDir into smaller parts to make it easier to extend class
* when decompressing original pear package .tar.gz, overwrites tar file if it already exists
* fixed minimal PHP version
* fixed channel.xml generation for channels without aliases
* added simple validation for pirum.xml
* added a way to override the pirum.css and index.html templates
* added support for latest.txt
* 0.9.7 (2009-12-08)
* fixed typo
* 0.9.6 (2009-12-07)
* fixed problem when the get/ directory does not exists (at initialization of a new repository for instance)
* fixed a small display bug for the build command
* fixed a bug when a package have several dependencies
* 0.9.5 (2009-12-07)
* fixed version management
...
* 0.9.0 (2009-10-18)
* initial version