File: changelog

package info (click to toggle)
php-patchwork-utf8 1.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 3,968 kB
  • ctags: 1,216
  • sloc: php: 2,786; makefile: 10
file content (233 lines) | stat: -rw-r--r-- 6,285 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
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
php-patchwork-utf8 (1.3.1-1) unstable; urgency=medium

  [ Nicolas Grekas ]
  * Normalizer fixes from @gitlost
  * Bump to version 1.3.1

  [ David Prévot ]
  * Update Standards-Version to 3.9.8

 -- David Prévot <taffit@debian.org>  Fri, 20 May 2016 09:07:04 -0400

php-patchwork-utf8 (1.3.0-2) unstable; urgency=medium

  * Drop ownCloud for Debian maintainers from uploaders
  * 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>  Sat, 19 Mar 2016 14:05:46 -0400

php-patchwork-utf8 (1.3.0-1) unstable; urgency=medium

  [ Nicolas Grekas ]
  * Bump to version 1.3.0

  [ David Prévot ]
  * Update copyright (years)
  * mb_convert_variables shim added

 -- David Prévot <taffit@debian.org>  Wed, 16 Dec 2015 14:37:26 -0400

php-patchwork-utf8 (1.2.5-1) unstable; urgency=medium

  [ Nicolas Grekas ]
  * fix mb_strrpos shim with negative offset
  * trigger silenced deprecation notices when shims are in use
  * Bump to version 1.2.5

  [ David Prévot ]
  * Update copyright

  [ Shawn Iwinski ]
  * Add license files

  [ Leo Feyer ]
  * Handle the third argument of mb_convert_encoding() being an array.

 -- David Prévot <taffit@debian.org>  Thu, 22 Oct 2015 17:56:26 -0400

php-patchwork-utf8 (1.2.3-1) unstable; urgency=medium

  [ Nicolas Grekas ]
  * mv class/ src/
  * Bump to version 1.2.3

  [ David Prévot ]
  * Document data copyright
  * Adapt packaging to moved directories

 -- David Prévot <taffit@debian.org>  Thu, 25 Jun 2015 13:58:33 -0400

php-patchwork-utf8 (1.2.2-1) unstable; urgency=medium

  [ David Prévot ]
  * Upload to unstable since Jessie has been released
  * Do not ship Windows specific class
  * Provide homemade autoload.php
  * Move data to /usr/share/php/data

  [ Greg Roach ]
  * iconv_set_encoding deprecated in PHP 5.6.0

  [ Nicolas Grekas ]
  * Bump to version 1.2.2

 -- David Prévot <taffit@debian.org>  Sat, 02 May 2015 12:36:44 -0400

php-patchwork-utf8 (1.2.1-1) experimental; urgency=medium

  [ Nicolas Grekas ]
  * Fix double shim declaration

  [ David Prévot ]
  * Update upstream VCS
  * Ship upstream README

 -- David Prévot <taffit@debian.org>  Wed, 25 Feb 2015 19:34:01 -0400

php-patchwork-utf8 (1.2.0-1) experimental; urgency=medium

  [ Nicolas Grekas ]
  * update to Unicode 7.0
  * Fallback on stat() when lstat() fails, fix #14
  * Fail properly when COM is not loaded - fix #25
  * add u::strwidth() fix #29
  * Add a note about https://bugs.php.net/65358
  * add more mbstring shims

  [ David Prévot ]
  * Drop now useless patch
  * Update watch file
  * Update description
  * Bump standards version to 3.9.6

 -- David Prévot <taffit@debian.org>  Fri, 30 Jan 2015 14:15:23 -0400

php-patchwork-utf8 (1.2.0~beta-1) experimental; urgency=medium

  [ Nicolas Grekas ]
  * add bestfit handling
  * add Patchwork\Utf8::wrapPath() to easy portability

  [ David Prévot ]
  * Revert "Track 1.1 branch for now"
  * Handle pre-releases, and upload to experimental

 -- David Prévot <taffit@debian.org>  Sat, 09 Aug 2014 08:45:44 -0400

php-patchwork-utf8 (1.1.25-1) unstable; urgency=medium

  * Track 1.1 branch for now

 -- David Prévot <taffit@debian.org>  Fri, 08 Aug 2014 22:31:27 -0400

php-patchwork-utf8 (1.1.24-1) unstable; urgency=medium

  [ Nicolas Grekas ]
  * move legacy GRAPHEME_CLUSTER_RX version to Intl shim
  * v1.1.24
  * UTF-8 file system access for Windows from
    https://gist.github.com/nicolas-grekas/2665437

 -- David Prévot <taffit@debian.org>  Sat, 21 Jun 2014 12:32:27 -0400

php-patchwork-utf8 (1.1.23-1) unstable; urgency=medium

  * Upload to unstable

 -- David Prévot <taffit@debian.org>  Sat, 24 May 2014 09:41:02 -0400

php-patchwork-utf8 (1.1.22-1) experimental; urgency=medium

  [ Nicolas Grekas ]
  * fix #19: don't call ini_set() when not required
  * v1.1.22

 -- David Prévot <taffit@debian.org>  Thu, 08 May 2014 09:56:14 -0400

php-patchwork-utf8 (1.1.21-1) experimental; urgency=medium

  [ Nicolas Grekas ]
  * fix #18 u::wordwrap() now relies on native behavior

 -- David Prévot <taffit@debian.org>  Sat, 29 Mar 2014 08:53:27 -0400

php-patchwork-utf8 (1.1.20-1) experimental; urgency=medium

  [ Nicolas Grekas ]
  * fix #16

 -- David Prévot <taffit@debian.org>  Thu, 06 Mar 2014 09:49:44 -0300

php-patchwork-utf8 (1.1.18-1) experimental; urgency=medium

  [ Nicolas Grekas ]
  * release v1.1.18

 -- David Prévot <taffit@debian.org>  Wed, 05 Feb 2014 12:01:43 -0400

php-patchwork-utf8 (1.1.17-1) experimental; urgency=medium

  [ Nicolas Grekas ]
  * more mbstring shims
  * update composer.json
  * release v1.1.17

  [ David Prévot ]
  * Update description
  * Refresh patch

 -- David Prévot <taffit@debian.org>  Wed, 08 Jan 2014 12:19:33 -0400

php-patchwork-utf8 (1.1.16-1) experimental; urgency=medium

  * Imported Upstream version 1.1.16
  * Add ownCloud for Debian to uploaders
  * Remove self from copyright holders
  * Update description

 -- David Prévot <taffit@debian.org>  Thu, 12 Dec 2013 20:07:22 -0400

php-patchwork-utf8 (1.1.15-1) experimental; urgency=low

  * Imported Upstream version 1.1.15

  [ Nicolas Grekas ]
  * add CHANGELOG.md

 -- David Prévot <taffit@debian.org>  Sun, 24 Nov 2013 09:56:42 -0400

php-patchwork-utf8 (1.1.14-1) experimental; urgency=low

  * Bump standards version to 3.9.5
  * Update description
  * Modify composer.json instead of overriding ${phpcomposer:} dependencies to
    workaround #725739

 -- David Prévot <taffit@debian.org>  Tue, 05 Nov 2013 16:17:37 -0400

php-patchwork-utf8 (1.1.13-1) experimental; urgency=low

  * Imported Upstream version 1.1.13
  * Update description

 -- David Prévot <taffit@debian.org>  Tue, 15 Oct 2013 23:48:29 -0400

php-patchwork-utf8 (1.1.12-1) experimental; urgency=low

  * Imported Upstream version 1.1.12
  * Override ${phpcomposer:} dependencies

 -- David Prévot <taffit@debian.org>  Sun, 06 Oct 2013 20:34:16 -0400

php-patchwork-utf8 (1.1.11-1) experimental; urgency=low

  * Imported Upstream version 1.1.11

 -- David Prévot <taffit@debian.org>  Sun, 08 Sep 2013 11:36:28 -0400

php-patchwork-utf8 (1.1.7-1) unstable; urgency=low

  * Initial release. (Closes: #721889)

 -- David Prévot <taffit@debian.org>  Wed, 04 Sep 2013 22:37:53 -0400