File: changelog

package info (click to toggle)
php-symfony-contracts 2.5.2-1%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 508 kB
  • sloc: php: 2,213; makefile: 67
file content (235 lines) | stat: -rw-r--r-- 6,894 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
234
235
php-symfony-contracts (2.5.2-1+deb12u1) bookworm; urgency=medium

  * Track debian/bookworm-security
  * Force system dependencies loading

 -- David Prévot <taffit@debian.org>  Thu, 15 Feb 2024 22:48:06 +0100

php-symfony-contracts (2.5.2-1) unstable; urgency=medium

  [ Nicolas Grekas ]
  * [HttpClient] Fix sending content-length when streaming the body

  [ Kevin Bond ]
  * [DependencyInjection] remove static cache from `ServiceSubscriberTrait`

 -- David Prévot <taffit@debian.org>  Fri, 01 Jul 2022 07:08:46 +0200

php-symfony-contracts (2.5.1-1) unstable; urgency=medium

  [ Alexander M. Turek ]
  * Allow v3 contracts where possible

  [ Fabien Potencier ]
  * Bump license year

  [ David Prévot ]
  * Set up gbp for bookworm
  * Update copyright (years)
  * Mark three packages as Multi-Arch: foreign
  * Update Standards-Version to 4.6.1

 -- David Prévot <taffit@debian.org>  Sat, 18 Jun 2022 18:05:00 +0200

php-symfony-contracts (2.5.0-2) unstable; urgency=medium

  * Upload to unstable in sync with Symfony 5

 -- David Prévot <taffit@debian.org>  Tue, 23 Nov 2021 18:56:29 -0400

php-symfony-contracts (2.5.0-1) experimental; urgency=medium

  [ Alexander M. Turek ]
  * [DependencyInjection] Add conflict rules for incompatible ext-psr versions

  [ Nicolas Grekas ]
  * [Contracts] update changelog

  [ Kevin Bond ]
  * [DependencyInjection] Add `SubscribedService` attribute, deprecate current
    `ServiceSubscriberTrait` usage

  [ David Prévot ]
  * Drop extra ./ in autoloaders path
  * Fix d/watch after hosting change
  * Update standards version to 4.6.0, no changes needed.
  * Track version 2 for now (Bookworm?)

 -- David Prévot <taffit@debian.org>  Mon, 22 Nov 2021 20:36:45 -0400

php-symfony-contracts (2.4.0-1) experimental; urgency=medium

  [ Nicolas Grekas ]
  * Allow psr/cache v3 but on symfony/cache

  [ Fabien Potencier ]
  * Bump license year

  [ Alexander M. Turek ]
  * [DependencyInjection] Implement psr/container 1.1

  [ David Prévot ]
  * Simplify gbp import-orig
  * Install /u/s/p/autoloaders files
  * Generate phpabtpl at build time
  * Update watch file format version to 4.
  * Use dh-sequence-phpcomposer instead of pkg-php-tools
  * Update Standards-Version to 4.5.1
  * Update copyright (years)

 -- David Prévot <taffit@debian.org>  Wed, 21 Apr 2021 13:49:46 -0400

php-symfony-contracts (2.3.1-1) experimental; urgency=medium

  [ HypeMC ]
  * [HttpClient] Fix CurlHttpClient memory leak

 -- David Prévot <taffit@debian.org>  Thu, 22 Oct 2020 14:48:53 -0400

php-symfony-contracts (2.3.0-1) experimental; urgency=medium

  [ Nicolas Grekas ]
  * [Contracts] add TranslatableInterface

 -- David Prévot <taffit@debian.org>  Wed, 07 Oct 2020 14:26:25 -0400

php-symfony-contracts (2.2.0-1) experimental; urgency=medium

  [ Christian Flothmann ]
  * stop using deprecated PHPUnit APIs

  [ David Prévot ]
  * Rename main branch to debian/latest (DEP-14)
  * Set upstream metadata fields: Bug-Database, Bug-Submit.
  * Update d/clean

 -- David Prévot <taffit@debian.org>  Fri, 02 Oct 2020 23:59:33 -0400

php-symfony-contracts (2.1.3-1) experimental; urgency=medium

  [ Nicolas Grekas ]
  * Fix support for PHP8 union types
  * [Contracts] update changelog

  [ David Prévot ]
  * Set Rules-Requires-Root: no.

 -- David Prévot <taffit@debian.org>  Fri, 10 Jul 2020 09:26:15 -0400

php-symfony-contracts (2.1.2-1) experimental; urgency=medium

  [ Nicolas Grekas ]
  * [Contracts/Deprecation] Provide a generic function and convention to
    trigger deprecation notices

  [ Jan Rosier ]
  * Update year in license files

  [ David Prévot ]
  * New php-symfony-deprecation-contracts package
  * Set upstream metadata fields: Repository.
  * Update standards version to 4.5.0, no changes needed.
  * Use debhelper-compat 13
  * Simplify override_dh_auto_test
  * Update copyright (years)
  * Use --sourcedirectory instead of --sourcedir
  * Don’t install dummy upstream changelog

 -- David Prévot <taffit@debian.org>  Sat, 30 May 2020 15:36:02 -1000

php-symfony-contracts (2.0.1-1) experimental; urgency=medium

  * Set upstream metadata fields: Repository-Browse.

 -- David Prévot <taffit@debian.org>  Tue, 03 Dec 2019 18:43:52 -1000

php-symfony-contracts (2.0.0-1) experimental; urgency=medium

  * Upload version 2 to experimental

  [ Alexander M. Turek ]
  * Add parameter type declarations to contracts.

  [ David Prévot ]
  * php-event-dispatcher is now a (build-)dependency

 -- David Prévot <taffit@debian.org>  Wed, 13 Nov 2019 22:05:40 -1000

php-symfony-contracts (1.1.8-1) unstable; urgency=medium

  * New upstream release

 -- David Prévot <taffit@debian.org>  Sat, 09 Nov 2019 12:24:45 -1000

php-symfony-contracts (1.1.7-1) unstable; urgency=medium

  * Set upstream metadata fields: Repository.
  * Drop versioned dependency satisfied in (old)stable
  * Update Standards-Version to 4.4.1

 -- David Prévot <taffit@debian.org>  Mon, 07 Oct 2019 16:21:41 -1000

php-symfony-contracts (1.1.6-1) unstable; urgency=medium

  [ Jérémy Derussé ]
  * Fix compatibility with PHPUnit 8

 -- David Prévot <taffit@debian.org>  Tue, 27 Aug 2019 06:27:51 -1000

php-symfony-contracts (1.1.5-3) unstable; urgency=medium

  * Update Standards-Version to 4.4.0

 -- David Prévot <taffit@debian.org>  Sat, 20 Jul 2019 16:24:05 -0300

php-symfony-contracts (1.1.5-2) unstable; urgency=medium

  * Allow package upgrade (files overwritten)

 -- David Prévot <taffit@debian.org>  Tue, 25 Jun 2019 17:21:09 -1000

php-symfony-contracts (1.1.5-1) unstable; urgency=medium

  [ Nicolas Grekas ]
  * [Contracts] split in one package per sub-contracts

  [ Michael Bessolov ]
  * Added missing required dependencies on psr/cache and psr/container in
    symfony/cache-contracts and symfony/service-contracts respectively.

  [ David Prévot ]
  * Adapt packaging to split components

 -- David Prévot <taffit@debian.org>  Tue, 25 Jun 2019 10:03:22 -1000

php-symfony-contracts (1.1.0-1) unstable; urgency=medium

  [ Christian Flothmann ]
  * update years in license files

  [ Nicolas Grekas ]
  * [Contracts] introduce HttpClient contracts
  * [Contracts][EventDispatcher] add EventDispatcherInterface

  [ David Prévot ]
  * Use debian/clean for directories
  * Update copyright (years)
  * Install new namespaces
  * Use debhelper-compat 12
  * Update Standards-Version to 4.3.0
  * Add known implementations to autoload

 -- David Prévot <taffit@debian.org>  Fri, 10 May 2019 07:37:51 -1000

php-symfony-contracts (1.0.2-1) unstable; urgency=medium

  [ Nicolas Grekas ]
  * [Contracts] extract LocaleAwareInterface out of TranslatorInterface

 -- David Prévot <taffit@debian.org>  Thu, 06 Dec 2018 07:50:57 -1000

php-symfony-contracts (1.0.1-1) unstable; urgency=medium

  * Initial release (new symfony dependency)

 -- David Prévot <taffit@debian.org>  Wed, 05 Dec 2018 17:47:27 -1000