File: changelog

package info (click to toggle)
phpab 1.25.3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 768 kB
  • sloc: php: 3,227; xml: 257; makefile: 29
file content (170 lines) | stat: -rw-r--r-- 4,041 bytes parent folder | download
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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
phpab (1.25.3-1) unstable; urgency=medium

  * Team upload

  [ Arne Blankerts ]
  * Update changelog

  [ David Prévot ]
  * Simplify clean target

 -- David Prévot <taffit@debian.org>  Mon, 11 Feb 2019 16:06:40 -1000

phpab (1.25.2-1) unstable; urgency=medium

  * Team upload

  [ Arne Blankerts ]
  * Bump copyright

  [ David Prévot ]
  * Update copyright (years)
  * Use debhelper-compat 12
  * Update Standards-Version to 4.3.0

 -- David Prévot <taffit@debian.org>  Thu, 07 Feb 2019 21:15:28 -1000

phpab (1.25.1-1) unstable; urgency=medium

  * Team upload

  [ Arne Blankerts ]
  * Update changelog

  [ Remi Collet ]
  * Fix PHP 7.3 warnings => PHP Warning:  Uncaught "continue" targeting switch
    is equivalent to "break". Did you mean to use "continue 2"?

  [ David Prévot ]
  * Drop patch applied upstream

 -- David Prévot <taffit@debian.org>  Fri, 19 Oct 2018 17:11:28 -1000

phpab (1.25.0-2) unstable; urgency=medium

  * Team upload
  * Fix PHP 7.3 warnings, thanks to Remi Collet <remi@remirepo.net>
  * Use debhelper-compat 11
  * Drop get-orig-source target
  * Use https in Format
  * Use Standards-Version 4.2.1

 -- David Prévot <taffit@debian.org>  Mon, 15 Oct 2018 21:39:35 -1000

phpab (1.25.0-1) unstable; urgency=medium

  * Team upload

  [ Arne Blankerts ]
  * Add opcache warming mode feature
  * Update changelog

  [ David Prévot ]
  * Move project repository to salsa.d.o
  * Update Standards-Version to 4.1.5

 -- David Prévot <taffit@debian.org>  Sat, 07 Jul 2018 19:15:01 -1000

phpab (1.24.1-1) unstable; urgency=medium

  * Team upload

  [ Remi Collet ]
  * use modern phpunit

  [ Arne Blankerts ]
  * Update Copyright
  * Extend parser to handle PHP 7's anonymous classes
  * Update changelog for 1.24.1

  [ David Prévot ]
  * Handle patch with gbp pq
  * Update copyright (years)
  * Drop versioned dependency satisfied in stable
  * Update Standards-Version to 4.1.1

 -- David Prévot <taffit@debian.org>  Tue, 24 Oct 2017 12:13:09 -1000

phpab (1.21.0-3) unstable; urgency=medium

  * Make the build reproducible.
    Thanks to Chris Lamb (Closes: #834754)
  * Update Standards-Version to 3.9.8

 -- Prach Pongpanich <prach@debian.org>  Wed, 18 Jan 2017 10:54:02 +0700

phpab (1.21.0-2) unstable; urgency=medium

  * Team upload
  * Use static autoload.php from dependencies
  * Update Standards-Version to 3.9.7
  * Rebuild with recent pkg-php-tools for the PHP 7.0 transition

 -- David Prévot <taffit@debian.org>  Sun, 20 Mar 2016 14:59:50 -0400

phpab (1.21.0-1) unstable; urgency=medium

  * Team upload

  [ Arne Blankerts ]
  * Add support for specifying Hash algorithm to use for phar generation
    (SHA-1, SHA-256, SHA-512)

 -- David Prévot <taffit@debian.org>  Sun, 15 Nov 2015 11:26:17 -0400

phpab (1.20.3-1) unstable; urgency=medium

  * Team upload

  [ Arne Blankerts ]
  * update changelog

  [ David Prévot ]
  * Adapt package to proper upstream changelog

 -- David Prévot <taffit@debian.org>  Sun, 25 Oct 2015 21:42:01 -0400

phpab (1.19.0-1) unstable; urgency=medium

  * Team upload

  [ Remi Collet ]
  * try to allow files from composer.json, autoload.classmap
  * set default basedir from output path, fix #57
  * also accept files in CLI arguments

  [ Arne Blankerts ]
  * Prepare Release 1.19.0

 -- David Prévot <taffit@debian.org>  Sat, 04 Jul 2015 15:47:21 -0400

phpab (1.17.0-1) unstable; urgency=medium

  * Team upload

  [ Arne Blankerts ]
  * Update readme for 1.17.0

  [ David Prévot ]
  * Update copyright (year)

 -- David Prévot <taffit@debian.org>  Sat, 23 May 2015 13:31:10 -0400

phpab (1.16.2-1) unstable; urgency=medium

  * Team upload

  [ Arne Blankerts ]
  * Degrade pear support to phar wrapper

  [ David Prévot ]
  * Adapt packaging to Composer source
  * Bump standards version to 3.9.6

 -- David Prévot <taffit@debian.org>  Wed, 15 Apr 2015 17:30:23 -0400

phpab (1.16.0-1) unstable; urgency=low

  * Initial release. (Closes: #760970)

 -- Prach Pongpanich <prachpub@gmail.com>  Wed, 10 Sep 2014 21:27:04 +0700