File: changelog

package info (click to toggle)
php-gettext 1.0.12-0.1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 228 kB
  • ctags: 307
  • sloc: php: 876; makefile: 42; sh: 13
file content (157 lines) | stat: -rw-r--r-- 5,592 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
php-gettext (1.0.12-0.1) unstable; urgency=medium

  * Non-maintainer upload.
  * New upstream release:
    - throw an exception when select_string/ngettext
      functions get non-numeric parameter
      Closes: #851770 (CVE-2015-8980)
    - do not assume mbstring functions are always there,
      pass text through if they aren't
    - add 'sign' rule to build system
  * Add missing phpunit build-dependency so that tests
    actually get run

 -- Jonathan Wiltshire <jmw@debian.org>  Sun, 29 Jan 2017 15:13:07 +0000

php-gettext (1.0.11-4) unstable; urgency=high

  * php-php-gettext (after rename) doesn't ship the actual code
    (Closes: #836815)
  * Depend on php-mbstring (LP: #1600612) (Closes: #830702)
    Thanks Richard Laager <rlaager@wiktel.com>
  * Fix deprecated constructors to avoid warnings (Closes: #830699)
    (LP: #1522900); Thanks Richard Laager <rlaager@wiktel.com>
  * Remove debian/README.source (3.0 (quilt) source package)

 -- Marcelo Jorge Vieira <metal@debian.org>  Sat, 10 Sep 2016 20:27:12 -0300

php-gettext (1.0.11-3) unstable; urgency=medium

  * Fixed debian/compat with debhelper 9
  * Updated Standards-Version to 3.9.8 (no changes)
  * Moving this package to pkg-php-pear team
  * Rename the binary package to php-php-gettext

 -- Marcelo Jorge Vieira <metal@debian.org>  Sat, 21 May 2016 20:28:36 -0300

php-gettext (1.0.11-2) unstable; urgency=medium

  * Bump debhelper to 9 and depend on php-pear instead of php5 | php5-cli.
    Thanks Ondřej Surý <ondrej@debian.org>

 -- Marcelo Jorge Vieira <metal@debian.org>  Mon, 28 Dec 2015 16:52:12 -0300

php-gettext (1.0.11-1) unstable; urgency=low

  * New Upstream version
    + Using php-gettext in E_STRICT mode displays warning (Closes: #639352)
  * Fixed watch file
  * Minimizing rules file
  * phpunit FTBFS, so I'm ignoring it in Makefile
    + See #628349 and #607372 for details.
  * Updated Standards-Version to 3.9.3
    + Machine-readable debian/copyright version 1.0

 -- Marcelo Jorge Vieira (metal) <metal@debian.org>  Thu, 08 Mar 2012 19:54:30 -0300

php-gettext (1.0.10-1) unstable; urgency=low

  * New Upstream version
    - Reverted "Fixed deprecated eregi function" patch;
    - Added phpunit as Build-Depends;
    - Tests failed when I built php-gettext in a clean chroot;
      To fix it, I've unset the LC_ALL variable in LocalesTest.php file.
  * Switch to dpkg-source 3.0 (quilt) format

 -- Marcelo Jorge Vieira (metal) <metal@debian.org>  Sat, 27 Mar 2010 14:47:20 -0300

php-gettext (1.0.9-2) unstable; urgency=low

  * Fixed deprecated eregi function; As of PHP 5.3.0,
    the regex extension is deprecated in favor of the PCRE extension.
  * Updated Standards-Version to 3.8.4 (no changes)
  * Changing my email for Debian address
  * Removed DM-Upload-Allowed field
  * Changed VCS fields to my new account in Alioth

 -- Marcelo Jorge Vieira (metal) <metal@debian.org>  Sun, 14 Mar 2010 12:27:14 -0300

php-gettext (1.0.9-1) unstable; urgency=low

  * New Upstream version
    - Removed all patches, because was applied upstream
  * Updated Standards-Version to 3.8.3
  * Updated watch file to new upstream host
  * Added AUTHORS in docs file
  * Updated year and copyright holders
  * Updated upstream-source field in copyright file
  * Updated Homepage field in control file

 -- Marcelo Jorge Vieira (metal) <metal@alucinados.com>  Wed, 30 Dec 2009 14:02:58 -0200

php-gettext (1.0.7-8) unstable; urgency=low

  * Changed section from 'web' to 'php'
  * Updated Standards-Version to 3.8.1
  * Fixes debian/rules
      debian/rules did not provide a build-arch or build-indep neither it
      built the same binary package by only running the binary target.

 -- Marcelo Jorge Vieira (metal) <metal@alucinados.com>  Sun, 14 Jun 2009 20:40:42 -0300

php-gettext (1.0.7-7) unstable; urgency=low

  * Added VCS fields in control file
  * Removing cdbs references and bumping package to debhelper 7
  * Fixed patches headers
  * Added quilt support
  * Added DM-Upload-Allowed control field
  * Added 'php5-cli or php5' as dependency
  * Moving examples from install debhelper file to examples debhelper file
  * Added patch to fix failures when E_STRICT is active (Closes: #518007);
    Thanks Arthur Taylor
  * Added patch to fix MakeFile (added clean target)

 -- Marcelo Jorge Vieira (metal) <metal@alucinados.com>  Wed, 11 Mar 2009 19:20:14 -0300

php-gettext (1.0.7-6) unstable; urgency=low

  * Updated copyright
  * Fixed bashism in /bin/sh script (Closes: #489639)
  * Updated Standards-Version to 3.8.0

 -- Marcelo Jorge Vieira (metal) <metal@alucinados.com>  Tue, 15 Jul 2008 14:31:54 -0300

php-gettext (1.0.7-5) unstable; urgency=low

  * Updated Standards-Version to 3.7.3
  * Fixed copyright-without-copyright-notice 

 -- Marcelo Jorge Vieira (metal) <metal@alucinados.com>  Thu, 06 Mar 2008 20:00:07 -0300

php-gettext (1.0.7-4) unstable; urgency=low

  * Added watch file

 -- Marcelo Jorge Vieira (metal) <metal@alucinados.com>  Tue, 23 Oct 2007 21:55:50 -0200

php-gettext (1.0.7-3) unstable; urgency=low

  * Removed php4 from control depends

 -- Marcelo Jorge Vieira (metal) <metal@alucinados.com>  Thu, 13 Sep 2007 20:03:46 -0300

php-gettext (1.0.7-2) unstable; urgency=low

  * Description makes subjective claims (Closes: #377359)
  * Added homepage link in description

 -- Marcelo Jorge Vieira (metal) <metal@alucinados.com>  Wed, 25 Oct 2006 13:57:00 -0300
   

php-gettext (1.0.7-1) unstable; urgency=low

  * Initial release (Closes: #373274)

 -- Marcelo Jorge Vieira (metal) <metal@alucinados.com>  Wed, 14 Jun 2006 13:39:41 -0300