File debian.changelog of Package php-sabre-http (Revision 3)

Currently displaying revision 3 , Show latest

184
 
1
php-sabre-http-3 (3.0.5-5) unstable; urgency=medium
2
3
  * Updated Packaging for Kolab to be inline with Debian Package
4
  * Disabled tests due to phpunit errors (class Text_Template not found)
5
6
 -- Daniel Hoffend <dh@dotlan.net>  Thu, 29 Nov 2016 22:26:00 +0100
7
8
php-sabre-http-3 (3.0.5-4) unstable; urgency=low
9
10
  * Initlal Release for Kolab Winterfell
11
12
 -- hede <kolab983@der-he.de>  Sun, 04 Sep 2016 20:00:00 +0200
13
14
php-sabre-http-3 (3.0.5-3) unstable; urgency=medium
15
16
  * PHP 7.0 transition:
17
    - Revert Workaround
18
    - Use now split php-mbstring for the tests
19
    - Build with recent pkg-php-tools
20
  * Drop ownCloud for Debian maintainers from uploaders
21
22
 -- David Prévot <taffit@debian.org>  Sat, 12 Mar 2016 19:30:25 -0400
23
24
php-sabre-http-3 (3.0.5-2) unstable; urgency=medium
25
26
  * Convert build-dependencies to be PHP 7.0 ready (Closes: #814815)
27
  * Workaround the ongoing yet not ready PHP 7.0 transition (#814858):
28
    - build-depend on php-cli to use php7.0 at build time;
29
    - pkgtools called with -v triggers a segfault;
30
31
 -- David Prévot <taffit@debian.org>  Mon, 22 Feb 2016 22:11:41 -0400
32
33
php-sabre-http-3 (3.0.5-1) unstable; urgency=medium
34
35
  * Simplify CI test handling
36
  * Update Standards-Version to 3.9.7
37
  * Rename as php-sabre-http-3 so that php-sabre-dav-2.1 will be
38
    co-installable with more recent versions of php-sabre-dav.
39
40
 -- David Prévot <taffit@debian.org>  Fri, 05 Feb 2016 12:20:47 -0400
41
42
php-sabre-http (3.0.5-3) unstable; urgency=medium
43
44
  * Adapt patches to sabre21 specific path
45
  * Fix upper limit after spurious upload of php-sabre-event 3.0.0~alpha1
46
47
 -- David Prévot <taffit@debian.org>  Tue, 27 Oct 2015 13:43:02 -0400
48
49
php-sabre-http (3.0.5-2) unstable; urgency=medium
50
51
  * Install in a sabre21 specific path.
52
    This allow the package to be co-installable with older versions of
53
    php-sabre-dav (<< 1.9).
54
55
 -- David Prévot <taffit@debian.org>  Sun, 31 May 2015 19:13:33 -0400
56
57
php-sabre-http (3.0.5-1) unstable; urgency=medium
58
59
  [ Evert Pot ]
60
  * No longer preserving CURLOPT_NOBODY after a HEAD.
61
62
 -- David Prévot <taffit@debian.org>  Thu, 14 May 2015 11:12:14 -0400
63
64
php-sabre-http (3.0.4-2) unstable; urgency=medium
65
66
  * Upload to unstable, as needed by php-sabre-dav 2.1
67
  * Track 3.0 branch
68
  * Update copyright
69
  * Provide homemade autoload.php
70
71
 -- David Prévot <taffit@debian.org>  Wed, 15 Apr 2015 23:02:31 -0400
72
73
php-sabre-http (3.0.4-1) experimental; urgency=medium
74
75
  [ Evert Pot ]
76
  * Releasing sabre/http 3.0.4
77
78
  [ David Prévot ]
79
  * Update watch file
80
  * Use php-symfony-class-loader instead of php-symfony-classloader
81
82
 -- David Prévot <taffit@debian.org>  Wed, 10 Dec 2014 21:59:34 -0400
83
84
php-sabre-http (3.0.2-1) experimental; urgency=medium
85
86
  [ Evert Pot ]
87
  * Ignoring invalid parts in Accept: headers.
88
  * Releasing 3.0.2
89
90
 -- David Prévot <taffit@debian.org>  Fri, 10 Oct 2014 10:31:39 -0400
91
92
php-sabre-http (3.0.1-1) experimental; urgency=medium
93
94
  [ Evert Pot ]
95
  * PHP 5.6 automatically adds a charset parameter.
96
  * Bumped version.
97
98
 -- David Prévot <taffit@debian.org>  Thu, 02 Oct 2014 18:30:58 -0400
99
100
php-sabre-http (3.0.0-1) experimental; urgency=medium
101
102
  [ Evert Pot ]
103
  * Bumped version.
104
  * 100% unittest coverage except the client.
105
    hasHeader / getHeaders is in line with psr/http.
106
107
  [ David Prévot ]
108
  * Bump standards version to 3.9.6
109
  * Update tests for PHP 5.6
110
111
 -- David Prévot <taffit@debian.org>  Tue, 23 Sep 2014 21:35:16 -0400
112
113
php-sabre-http (2.1.0~alpha1-1) experimental; urgency=medium
114
115
  [ David Prévot ]
116
  * Update packaging to PSR-4
117
  * Upload alpha version to experimental
118
119
  [ Evert Pot ]
120
  * Added a url resolver. Much like nodejs.
121
  * Content-negotiation now properly considers parameters.
122
  * More compact output for phpcs.
123
  * Lots of http-header related updates.
124
  * Switched to PSR-4.
125
  * 2.1.0 alpha for sabre/http.
126
127
  [ Lukas Reschke ]
128
  * Only accept HTTP and HTTPS as protocol
129
130
 -- David Prévot <taffit@debian.org>  Tue, 16 Sep 2014 21:57:28 -0400
131
132
php-sabre-http (2.0.4-1) unstable; urgency=medium
133
134
  [ Evert Pot ]
135
  * No longer urlencoding @.
136
  * Allowing sabre/event 2.0 to be used as a dependency.
137
  * PHPCS
138
139
  [ Jia Huang ]
140
  * fix $responseBody==false problem in '204 No Content' case
141
142
  [ David Prévot ]
143
  * No tests if DEB_BUILD_OPTIONS contains nocheck
144
  * Run phpcs with other tests
145
146
 -- David Prévot <taffit@debian.org>  Thu, 17 Jul 2014 15:43:16 -0400
147
148
php-sabre-http (2.0.3-1) unstable; urgency=medium
149
150
  [ Evert Pot ]
151
  * Throwing exceptions when incorrectly constructing a request.
152
153
 -- David Prévot <taffit@debian.org>  Sun, 20 Apr 2014 09:26:51 -0400
154
155
php-sabre-http (2.0.2-1) unstable; urgency=medium
156
157
  [ Evert Pot ]
158
  * Fixed a potential security problem.
159
160
  [ David Prévot ]
161
  * Run the test suite on packaging
162
  * Add DEP-8 compliant tests
163
164
 -- David Prévot <taffit@debian.org>  Tue, 18 Mar 2014 14:52:32 -0400
165
166
php-sabre-http (2.0.1-1) unstable; urgency=medium
167
168
  * New upstream release
169
170
 -- David Prévot <taffit@debian.org>  Fri, 10 Jan 2014 11:01:29 -0400
171
172
php-sabre-http (2.0.0~alpha6-1) unstable; urgency=medium
173
174
  * Set maintainer to Debian PHP PEAR
175
  * Update copyright years
176
177
 -- David Prévot <taffit@debian.org>  Sun, 05 Jan 2014 18:14:11 -0400
178
179
php-sabre-http (2.0.0~alpha5-1) unstable; urgency=low
180
181
  * Initial release (Closes: #729433)
182
183
 -- David Prévot <taffit@debian.org>  Tue, 12 Nov 2013 16:25:35 -0400
184