File: changelog

package info (click to toggle)
php-token-stream 3.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 284 kB
  • sloc: php: 1,951; xml: 34; makefile: 11
file content (177 lines) | stat: -rw-r--r-- 4,837 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
php-token-stream (3.0.1-1) unstable; urgency=medium

  * Team upload

  [ Sebastian Bergmann ]
  * Bump copyright year
  * Update ChangeLog

  [ David Prévot ]
  * Update copyright (years)
  * Use debhelper-compat 11
  * Drop get-orig-source target
  * Use Standards-Version 4.2.1

 -- David Prévot <taffit@debian.org>  Sat, 03 Nov 2018 19:10:28 +1300

php-token-stream (3.0.0-2) unstable; urgency=medium

  * Team upload, to unstable, with the rest of the latest PHPUnit stack
  * Drop Luis Uribe from Uploaders (Closes: #894006)

 -- David Prévot <taffit@debian.org>  Thu, 29 Mar 2018 10:05:16 -1000

php-token-stream (3.0.0-1) experimental; urgency=medium

  * Team upload to experimental since php-codecoverage/sid currently depends on
    php-token-stream (<< 3~~)

  [ Sebastian Bergmann ]
  * Start development of php-token-stream 3.0
  * Prepare release

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

 -- David Prévot <taffit@debian.org>  Sat, 03 Mar 2018 19:06:39 -1000

php-token-stream (2.0.2-1) unstable; urgency=medium

  * Team upload
  * Upload to unstable, with the rest of the latest PHPUnit stack

  [ Sebastian Bergmann ]
  * Prepare release

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

 -- David Prévot <taffit@debian.org>  Fri, 01 Dec 2017 16:11:03 -1000

php-token-stream (2.0.1-1) experimental; urgency=medium

  * Team upload to experimental since php-codecoverage/sid still depends on
    php-token-stream (<< 2~~)
  * Adapt phpunit calls
  * Update copyright (years)

 -- David Prévot <taffit@debian.org>  Fri, 22 Sep 2017 03:25:57 -1000

php-token-stream (1.4.11-1) unstable; urgency=medium

  * Team upload
  * Drop Thomas Goirand from uploaders as he requested
  * Update Standards-Version to 4.1.0

 -- David Prévot <taffit@debian.org>  Wed, 23 Aug 2017 10:27:03 -1000

php-token-stream (1.4.8-2) unstable; urgency=medium

  * Team upload
  * Simplify test handling
  * 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 12:01:17 -0400

php-token-stream (1.4.8-1) unstable; urgency=medium

  * Team upload

  [ Sebastian Bergmann ]
  * Fix CS/WS issue

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

php-token-stream (1.4.3-1) unstable; urgency=medium

  * Team upload

  [ Sebastian Bergmann ]
  * Make consistent use of OutOfBoundsException to signal invalid token
    stream position

 -- David Prévot <taffit@debian.org>  Mon, 29 Jun 2015 17:50:56 -0400

php-token-stream (1.4.2-1) unstable; urgency=medium

  * Team upload

  [ Sebastian Bergmann ]
  * Add tokens added in PHP 7.0

 -- David Prévot <taffit@debian.org>  Sun, 14 Jun 2015 18:46:09 -0400

php-token-stream (1.4.1-1) unstable; urgency=medium

  * Team upload, to unstable since Jessie has been released

  [ Tom Rochette ]
  * Add PHP_Token_IN and PHP_Token_JOIN to the list of tokens introduced
    in HackLang

 -- David Prévot <taffit@debian.org>  Sat, 18 Apr 2015 11:49:47 -0400

php-token-stream (1.4.0-1) experimental; urgency=medium

  * Team upload, to experimental to respect the freeze

  [ Henrique Moody ]
  * Update license and copyright in all files

  [ Milad Rastian ]
  * Added tokens that are introduced in HackLang #43

  [ Sebastian Bergmann ]
  * Update the branch alias to 1.4

  [ David Prévot ]
  * Update copyright
  * Bump standards version to 3.9.6

 -- David Prévot <taffit@debian.org>  Thu, 19 Mar 2015 17:46:57 -0400

php-token-stream (1.3.0-1) unstable; urgency=medium

  * Team upload

  [ Jeff Welch ]
  * Remove PEAR

  [ David Prévot ]
  * Restart packaging for Composer source
  * Enable test during package build
  * Add DEP-8 compliant tests

 -- David Prévot <taffit@debian.org>  Sat, 13 Sep 2014 08:39:10 -0400

php-token-stream (1.2.1-1) unstable; urgency=medium

  * Imported Upstream version 1.2.1
  * Bump debhelper compat to 9
  * Bump Standard-Version to 3.9.5
  * Build-depend on pear-channels
  * Drop patch to remove LICENSE file, which done by pkg-php-tools
  * Depends on php5-cli (>= 5.3.7-1~) (Closes: #693685)
  * Update debian watch to point to the PEAR package
  * Add myself as uploader
  * Use ${phppear:summary}
  * Update copyright year in debian/copyright
  * Change Vcs-* to canonical URI

 -- Prach Pongpanich <prachpub@gmail.com>  Mon, 10 Feb 2014 21:02:13 +0700

php-token-stream (1.1.3-2) unstable; urgency=low

  * Removes channel.xml hack (Closes: #671953).
  * Added myself as uploader.
  * Removes LICENSE file from package.xml

 -- Thomas Goirand <zigo@debian.org>  Tue, 08 May 2012 14:28:07 +0000

php-token-stream (1.1.3-1) unstable; urgency=low

  * Initial release (Closes: #611394)

 -- Luis Uribe <acme@eviled.org>  Tue, 13 Mar 2012 22:10:30 -0500