File: Changes

package info (click to toggle)
libanyevent-feed-perl 0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 152 kB
  • sloc: perl: 165; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 742 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Revision history for AnyEvent::Feed

0.3     Tue Mar  1 07:53:57 CET 2011
        - fixed typo in the synopsis.
        - applied patch for encode_base64 issue, which trashes
          the HTTP headers. Thanks to Michael Stapelberg for spotting.

0.2     Fri Jul 24 14:40:48 CEST 2009
        - added note about encoding problems with XML::Atom.
        - added 'headers' field to constructor for additional http headers.
        - added 'username' and 'password' field to constructor,
          for HTTP Basic Auth.
        - added googlemail unread messages example script.
        - added 'If-Modified-Since' header support for a great deal of
          bandwidth savings.

0.1     Fri Jul  3 00:57:01 CEST 2009
        - initial release.