File: Changes

package info (click to toggle)
libdata-ical-perl 0.13%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 300 kB
  • ctags: 202
  • sloc: perl: 2,571; makefile: 5
file content (69 lines) | stat: -rw-r--r-- 1,862 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
Revision history for Data-ICal

0.13

    * We now ignore blank lines in parsed files (by ignoring null properties when adding them to a data structure)
    * ical2html example script contributed by Tatsuhiko Miyagawa <miyagawa@bulknews.net>

0.12

    * Better handling of properties that should read "0" - Patch from Duncan Forsyth <duncan@wcn.co.uk>
    * Removed the note about Google and weird folding behaviour


0.11 Mon Nov 27 12:57:03 EST 2006

    * Added the ability to not fold the output, to appease the great Google-monster

0.10 Sun Oct 15 15:55:28 EDT 2006

    * Fix the test suite to stop assuming version numbers

0.09 Sun Oct 15 15:49:29 EDT 2006

    * Quieted down ::Property when you passed in undef strings.

0.08 Sat Sep 16 14:03:03 BST 2006

    * The recur type is defined in section 4.3.10 in RFC2445.

    This type is separated by comma or semicolon as shown in "description"
    part of this section;

    | multiple "recur" values are specified by a COMMA character (US-ASCII
    decimal 44) separated list of values.

    | The rule parts are separated from each other by the SEMICOLON
    character (US-ASCII decimal 59).

    At the middle of this section, an example is presented;

    | RRULE:FREQ=MONTHLY;BYDAY=MO,TU,WE,TH,FR;BYSETPOS=-1

    See http://www.kanzaki.com/docs/ical/recur.html

        - Takeru Inoue


0.07

    * Doc patches from MARKSTOS
    * Proper quoting in properties, from MARKSTOS

0.05  Thu Oct  6 20:56:05 EDT 2005
    * Fixed a signature file

0.04  Tue Aug 30 05:30:59 EDT 2005
    * Better roundtripping to .ics

0.03  Mon Aug 15 16:05:00 EDT 2005
    * Can parse strings, not just files (this is an incompatible API change)

0.02  Wed Aug 03 11:25:00 EDT 2005
    * Parser support, thanks to Simon Wistow
    * Full Time Zone support

0.01  Wed Jul 27 11:52:12 EDT 2005

    * Initial release