File: changelog

package info (click to toggle)
php-doctrine-bundle 1.10.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 472 kB
  • sloc: php: 3,222; xml: 234; makefile: 9
file content (252 lines) | stat: -rw-r--r-- 6,938 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
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
php-doctrine-bundle (1.10.2-1) unstable; urgency=medium

  [ Christian Flothmann ]
  * provide better error when doctrine/orm is missing

 -- David Prévot <taffit@debian.org>  Mon, 11 Feb 2019 14:10:51 -1000

php-doctrine-bundle (1.10.1-1) unstable; urgency=medium

  * Use debhelper-compat 12
  * Update Standards-Version to 4.3.0

 -- David Prévot <taffit@debian.org>  Thu, 10 Jan 2019 15:46:13 +1100

php-doctrine-bundle (1.10.0-1) unstable; urgency=medium

  * Use debhelper-compat 11
  * Use https in Format
  * Drop get-orig-source target
  * Update Standards-Version to 4.2.1

 -- David Prévot <taffit@debian.org>  Sat, 01 Dec 2018 08:45:46 -1000

php-doctrine-bundle (1.9.1-1) unstable; urgency=medium

  * Move project repository to salsa.d.o
  * Update Standards-Version to 4.1.4
  * Restore upstream changelog

 -- David Prévot <taffit@debian.org>  Sat, 28 Apr 2018 10:15:48 -1000

php-doctrine-bundle (1.8.1-1) unstable; urgency=medium

  [ Alex Rock Ancelet ]
  * Fix var typo in DoctrineExtension

  [ Gabriel Ostrolucký ]
  * Fix #730 compatibility with web profiler 4 (#735)

 -- David Prévot <taffit@debian.org>  Sat, 25 Nov 2017 17:36:19 -1000

php-doctrine-bundle (1.8.0-1) unstable; urgency=medium

  Upload to unstable since the package is again compatible with PHP 7.0

  [ Ryan Weaver ]
  * Reverts the bump from PHP 5 to PHP 7.1: re-adds php 5.5 support

  [ Fabien Potencier ]
  * bumped version to 1.8

  [ David Prévot ]
  * Install new Repository directory

 -- David Prévot <taffit@debian.org>  Thu, 16 Nov 2017 09:33:21 -1000

php-doctrine-bundle (1.7.2-1) experimental; urgency=medium

  [ hubert.lenoir ]
  * Add command registration to fix Symfony 3.4 auto-registration deprecation

 -- David Prévot <taffit@debian.org>  Thu, 26 Oct 2017 14:57:06 -1000

php-doctrine-bundle (1.7.1-1) experimental; urgency=medium

  * Upload to experimental since the 1.7 branch depends on PHP 7.1

  [ Massimiliano Arione ]
  * Add .gitattributes (#688)

  [ David Prévot ]
  * Update Standards-Version to 4.1.1
  * Drop testsuite removed upstream
  * Drop documentation removed upstream
  * Drop overrides satisfied in stable

 -- David Prévot <taffit@debian.org>  Mon, 02 Oct 2017 21:23:43 -1000

php-doctrine-bundle (1.7.0-1) unstable; urgency=medium

  [ Luís Cobucci ]
  * Bump master to 1.7.x

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

 -- David Prévot <taffit@debian.org>  Sat, 19 Aug 2017 17:52:13 -1000

php-doctrine-bundle (1.6.8-1) unstable; urgency=medium

  * Update Standards-Version to 4.0.0

 -- David Prévot <taffit@debian.org>  Fri, 11 Aug 2017 10:27:07 -0400

php-doctrine-bundle (1.6.7-1) unstable; urgency=medium

  [ Andreas Braun ]
  * Drop Symfony 2.3

  [ Andreas Lemke ]
  * add twig/twig version 2.0

  [ Nicolas Grekas ]
  * Don’t call addClassesToCompile on PHP 7.0, it’s deprecated

 -- David Prévot <taffit@debian.org>  Wed, 25 Jan 2017 15:50:02 -1000

php-doctrine-bundle (1.6.4-1) unstable; urgency=medium

  [ Vincent CHALAMON ]
  * Create shard_manager dynamic service

  [ Matthias Pigulla ]
  * Add doctrine:database:import command to load SQL files

  [ Nicolas Grekas ]
  * Set doctrine.orm.entity_manager.abstract as lazy

 -- David Prévot <taffit@debian.org>  Fri, 25 Nov 2016 19:02:25 -1000

php-doctrine-bundle (1.6.3-1) unstable; urgency=medium

  [ Kévin Dunglas ]
  * Register the PropertyInfo extractor from the Symfony Bridge

  [ Benjamin Lazarecki ]
  * Fix count break on queries list for profiler

  [ mike ]
  * Adding the options for the connectstring and instancename parameter of
    oracle

  [ bocharsky.bw ]
  * Highlight query count box according to the db toolbar icon status

  [ Thomas Lallement ]
  * Add global metrics on top of Doctrine page

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

 -- David Prévot <taffit@debian.org>  Sat, 04 Jun 2016 11:44:40 -0400

php-doctrine-bundle (1.6.2-2) unstable; urgency=medium

  * Simplify homemade static autoload.php for tests
  * PHP 7.0 transition:
    - Build-depend on php-sqlite3 instead of php5-sqlite
    - Rebuild with latest pkg-php-tools

 -- David Prévot <taffit@debian.org>  Fri, 04 Mar 2016 22:51:25 -0400

php-doctrine-bundle (1.6.2-1) unstable; urgency=medium

  [ Davi Koscianski Vidal ]
  * Add support to set PostgreSQL application_name

  [ Guillaume RODRIGUEZ ]
  * Add support to set PostgreSQL sslrootcert

  [ Maxime Steinhausser ]
  * Fix ghost item in toolbar when no query

  [ Philipp Wahala ]
  * Implement ContainerAwareInterface in ProfilerController

  [ Pascal Borreli ]
  * Fixed incorrect link text after clicking on it

  [ David Prévot ]
  * Add upstream changelog for recent versions
  * Update Standards-Version to 3.9.7

 -- David Prévot <taffit@debian.org>  Wed, 10 Feb 2016 22:16:17 -0400

php-doctrine-bundle (1.6.1-1) unstable; urgency=medium

  [ Martin Hasoň ]
  * Fixed creating sqlite database

 -- David Prévot <taffit@debian.org>  Thu, 03 Dec 2015 13:45:01 -0400

php-doctrine-bundle (1.6.0-1) unstable; urgency=medium

  * New upstream release

 -- David Prévot <taffit@debian.org>  Wed, 04 Nov 2015 20:40:24 -0400

php-doctrine-bundle (1.5.2-1) unstable; urgency=medium

  [ Benjamin Eberlei ]
  * [DCOM-293] Fix security misconfiguration vulnerability, allowing
    potential local arbitrary code execution. [CVE-2015-5723]
  * Add 1.5.2 changelog

 -- David Prévot <taffit@debian.org>  Sat, 05 Sep 2015 18:38:52 -0400

php-doctrine-bundle (1.5.1-1) unstable; urgency=medium

  [ Nicolas Grekas ]
  * Allow symfony 3.0 components

  [ Mihai Iachimovschi ]
  * [Fix] Doctrine profiler "Expand all queries" action.

  [ ptlis ]
  * Fix DisconnectedMetadataFactory::findNamespaceAndPathForMetadata

  [ Christophe Coevoet ]
  * Update the changelog

  [ David Prévot ]
  * Drop now useless version constraint for php-doctrine-cache-bundle

 -- David Prévot <taffit@debian.org>  Sat, 29 Aug 2015 11:33:24 -0400

php-doctrine-bundle (1.5.0-1) unstable; urgency=medium

  [ Christophe Coevoet ]
  * Update the changelog for 1.5

  [ David Prévot ]
  * Update homepage
  * New php-symfony-console dependency
  * Build-depend on php5-sqlite for tests

 -- David Prévot <taffit@debian.org>  Sat, 06 Jun 2015 09:50:18 -0400

php-doctrine-bundle (1.4.0-2) unstable; urgency=medium

  * Provide homemade autoload.php

 -- David Prévot <taffit@debian.org>  Mon, 18 May 2015 21:45:51 -0400

php-doctrine-bundle (1.4.0-1) unstable; urgency=medium

  [ Sebastian Krebs ]
  * CLI-flags to make database:create and database:drop idempotent

  [ Christophe Coevoet ]
  * Update the changelog for 1.4.0

  [ Fabien Potencier ]
  * made the factories compatible with all Symfony versions (2.3 to 2.7)

 -- David Prévot <taffit@debian.org>  Sat, 07 Mar 2015 08:24:22 -0400

php-doctrine-bundle (1.3.0-1) unstable; urgency=low

  * Initial release

 -- David Prévot <taffit@debian.org>  Thu, 08 Jan 2015 06:33:54 -0400