File: changelog

package info (click to toggle)
php-sabre-vobject-3 3.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,492 kB
  • ctags: 3,416
  • sloc: php: 20,479; xml: 47; makefile: 43
file content (305 lines) | stat: -rw-r--r-- 8,914 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
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
php-sabre-vobject-3 (3.5.2-1) unstable; urgency=medium

  [ Visily Komrakov ]
  * incorrect work with timezone without event master

  [ Evert Pot ]
  * Releasing 3.5.2

 -- David Prévot <taffit@debian.org>  Wed, 27 Apr 2016 13:09:49 -0400

php-sabre-vobject-3 (3.5.1-1) unstable; urgency=medium

  [ Evert Pot ]
  * Add `RECURRENCE-ID` to the first event in the series.
  * Releasing 3.5.1

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

 -- David Prévot <taffit@debian.org>  Wed, 06 Apr 2016 21:19:08 -0400

php-sabre-vobject-3 (3.5.0-2) unstable; urgency=medium

  * Move maintenance within Debian PHP PEAR Maintainers
  * Update Standards-Version to 3.9.7
  * Build-depend on now split php-mbstring
  * Rebuild with latest pkg-php-tools for the PHP 7.0 transition

 -- David Prévot <taffit@debian.org>  Sat, 05 Mar 2016 12:44:22 -0400

php-sabre-vobject-3 (3.5.0-1) unstable; urgency=medium

  [ Evert Pot ]
  * PHP 7 support
  * Releasing sabre/vobject 3.5.0

 -- David Prévot <taffit@debian.org>  Mon, 11 Jan 2016 21:15:37 -0400

php-sabre-vobject-3 (3.4.8-1) unstable; urgency=medium

  [ Evert Pot ]
  * 3.4.8 release

  [ Philipp Kewisch ]
  * Include DTEND in invitations

  [ David Prévot ]
  * Update copyright (years)

 -- David Prévot <taffit@debian.org>  Mon, 04 Jan 2016 22:55:20 -0400

php-sabre-vobject-3 (3.4.7-1) unstable; urgency=medium

  [ Dominik Tobschall ]
  * Handle NoInstancesException in isInTimeRange()

  [ Evert Pot ]
  * Releasing sabre/vobject 3.4.7

 -- David Prévot <taffit@debian.org>  Sat, 05 Sep 2015 11:01:56 -0400

php-sabre-vobject-3 (3.4.6-1) unstable; urgency=medium

  [ Armin Hackmann ]
  * modify DTEND for all-day events to make sure DTEND is considered non inclusive
  * consider timezone of the timerange

 -- David Prévot <taffit@debian.org>  Tue, 11 Aug 2015 15:45:53 +0200

php-sabre-vobject-3 (3.4.5-1) unstable; urgency=medium

  [ Evert Pot ]
  * Converting vcards with a LANG property from 3.0 to 4.0 errors.
  * Releasing sabre/vobject 3.4.5

 -- David Prévot <taffit@debian.org>  Sat, 20 Jun 2015 13:40:49 -0400

php-sabre-vobject-3 (3.4.4-1) unstable; urgency=medium

  * Rename as php-sabre-vobject-3.
    Install everything in its own path to be co-installable with other
    versions of php-sabre-vobject.

 -- David Prévot <taffit@debian.org>  Sun, 31 May 2015 19:14:48 -0400

php-sabre-vobject (3.4.4-1) experimental; urgency=medium

  [ Evert Pot ]
  * Fixed undefined index 'foo@bar.com' notices.

 -- David Prévot <taffit@debian.org>  Wed, 27 May 2015 17:29:28 -0400

php-sabre-vobject (3.4.3-1) experimental; urgency=medium

  [ Evert Pot ]
  * Detect wrong ENCODING parameters.
  * Corrected validation of EXDATE.
  * BYSETPOS with values below -1 breaks and hangs.

  [ Tomas Lindquist Olsen ]
  * Fix BYDAY=-5TH

  [ David Prévot ]
  * Fix CLI install path
  * Fix vobject CLI name in previous changelog entry

  [ Thomas Bruederli ]
  * Fix Property\VCard\Date to serialize DateTime objects as date-only strings

 -- David Prévot <taffit@debian.org>  Tue, 19 May 2015 15:21:37 -0400

php-sabre-vobject (3.4.2-1) experimental; urgency=medium

  [ Evert Pot ]
  * Replying to an event without master event was broken.

 -- David Prévot <taffit@debian.org>  Wed, 25 Feb 2015 22:01:45 -0400

php-sabre-vobject (3.4.1-1) experimental; urgency=medium

  [ Evert Pot ]
  * Making the recurrence iterator faster on large calendars.
  * Updated changelog, releasing this as 3.4.1.

  [ Ivan Enderlin ]
  * Create and declare the VAVAILABILITY component.
  * Create and declare the AVAILABLE component.
  * Declare the AVAILABLE component.

  [ David Prévot ]
  * Provide homemade autoload.php
  * Install vobject and generate_vcards CLIs

 -- David Prévot <taffit@debian.org>  Tue, 24 Feb 2015 17:16:24 -0400

php-sabre-vobject (3.3.5-1) experimental; urgency=medium

  [ David Prévot ]
  * Update watch file
  * Update copyright

  [ Evert Pot ]
  * Releasing 3.3.5

 -- David Prévot <taffit@debian.org>  Sat, 10 Jan 2015 09:44:50 -0400

php-sabre-vobject (3.3.4-1) experimental; urgency=medium

  [ Evert Pot ]
  * Support for converting ANNIVERSARY
  * Allowing 'reference timezones' for freebusy reports and other places.
  * Reference timezone to expander and recurrence iterator.
  * Added getTimeZone to VTIMEZONE components.

  [ Armin Hackmann ]
  * Support for multiple anniversaries in a vCard

  [ Ivan Enderlin ]
  * Simpler way to check UTF-8.

  [ David Prévot ]
  * Use php-symfony-class-loader instead of php-symfony-classloader

 -- David Prévot <taffit@debian.org>  Fri, 28 Nov 2014 16:42:28 -0400

php-sabre-vobject (3.3.3-1) experimental; urgency=medium

  [ Evert Pot ]
  * Adding DTSTART to CANCEL and REPLY messages.
  * Respect SCHEDULE-AGENT on ORGANIZER.
  * There's a new windows timezone.

 -- David Prévot <taffit@debian.org>  Fri, 10 Oct 2014 10:00:42 -0400

php-sabre-vobject (3.3.2-1) experimental; urgency=medium

  [ Evert Pot ]
  * Updating RSVP status when a reply comes in.
  * Support for detecting significant changes in iTip objects.
  * Support for SCHEDULE-FORCE-SEND
  * When a parameter value contains +, quote the value.
  * Don't generate REPLY messages for events that have been CANCELLED.
  * We're validating RELATED but it should have been RELATED-TO.
  * ATTACH is a URI value, unless it's specified as BINARY.
  * Throw exception when there are no recurrence instances.
  * No longer generate another DECLINE when an attendee deletes
    an already declined event.
  * Send CANCEL messages when ORGANIZER property gets deleted.

  [ Dominik Tobschall ]
  * added getScheduleStatus() method
  * SUMMARY in scheduling messages. #123
  * reject vcards in icalendar splitter
  * reject non-vcard data in vcard splitter

  [ Thorsten Glaser ]
  * check all control chars from RFC5545 §3.3.11. (below \x80, anyway)

  [ David Prévot ]
  * Simplify DEP-8 handling
  * Bump standards version to 3.9.6

 -- David Prévot <taffit@debian.org>  Mon, 22 Sep 2014 22:47:58 -0400

php-sabre-vobject (3.3.1-1) experimental; urgency=medium

  [ Evert Pot ]
  * First strides into iTip related functionality.
  * The first event can now be overwritten.
  * Moving recurrence-related code to Recur/ directory.
  * Switched to psr-4
  * Added the RDate iterator
  * Backwards compatibility class for RecurrenceIterator.
  * Allow more values to be used with magic setters.
  * Retaining VTIMEZONE objects. Support for MAILTO: in uppercase.
  * Support for REQUEST-STATUS.
  * Releasing vobject 3.3.1

  [ Armin Hackmann ]
  * keep time & timezone information for recurring events, fix for #101

  [ David Prévot ]
  * Update packaging

 -- David Prévot <taffit@debian.org>  Fri, 22 Aug 2014 10:27:35 -0400

php-sabre-vobject (3.2.4-1) experimental; urgency=medium

  [ Evert Pot ]
  * Bumped version.
  * Added phpcs.

  [ David Prévot ]
  * Run phpcs with other tests

 -- David Prévot <taffit@debian.org>  Mon, 21 Jul 2014 14:39:09 -0400

php-sabre-vobject (3.2.3-1) experimental; urgency=medium

  [ Evert Pot ]
  * More tests for VTODO.
  * Moved documentation to sabre.io website.
  * Bumped version.
  * More validator output.
  * repair was unable to do its job for iCalendar objects.

  [ David Prévot ]
  * No tests if DEB_BUILD_OPTIONS contains nocheck
  * Remove documentation, moved to http://sabre.io/vobject/

 -- David Prévot <taffit@debian.org>  Sat, 14 Jun 2014 21:50:24 -0400

php-sabre-vobject (3.2.2-1) experimental; urgency=medium

  [ Evert Pot ]
  * Releasing vobject 3.2.2

  [ David Prévot ]
  * Update upstream URL

 -- David Prévot <taffit@debian.org>  Tue, 20 May 2014 17:47:17 -0400

php-sabre-vobject (3.1.4-1) experimental; urgency=medium

  [ Evert Pot ]
  * Fix for #87 (Several compatibility fixes related to timezone handling
    changes in PHP 5.5.10)

  [ David Prévot ]
  * Run the test suite on packaging
  * Add DEP-8 compliant tests

 -- David Prévot <taffit@debian.org>  Sun, 30 Mar 2014 21:07:13 -0400

php-sabre-vobject (3.1.3-1) experimental; urgency=low

  * Imported Upstream version 3.1.3
  * Ship new documentation
  * Bump standards version to 3.9.5

 -- David Prévot <taffit@debian.org>  Tue, 12 Nov 2013 18:27:03 -0400

php-sabre-vobject (2.1.3-1) experimental; urgency=low

  * Imported Upstream version 2.1.3
  * Drop php5-json build-dependency
  * Do not claim copyright on trivial packaging

 -- David Prévot <taffit@debian.org>  Sat, 12 Oct 2013 18:13:58 -0400

php-sabre-vobject (2.1.0-1) experimental; urgency=low

  * New upstream release
  * Adapt to upstream repository move and versions
  * Update copyright
  * Use phpcomposer build helper
  * Use canonical Vcs- fields

 -- David Prévot <taffit@debian.org>  Thu, 20 Jun 2013 17:17:18 -0400

php-sabre-vobject (2.0.7-1) unstable; urgency=low

  * Initial release. (Closes: #704008)

 -- David Prévot <taffit@debian.org>  Thu, 28 Mar 2013 14:42:14 -0400