File: Changes

package info (click to toggle)
libencode-imaputf7-perl 1.07-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 188 kB
  • sloc: perl: 245; makefile: 2
file content (36 lines) | stat: -rw-r--r-- 1,169 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
Revision history for Encode-IMAPUTF7

1.07      2025-05-25 21:55:49-04:00 America/New_York
        - mostly just packaging updates, documentation fixing
        - bump minimum perl to v5.12 (ca. 2010)

1.06      Fri May  9 12:23:00 2025
        - Fix tests to work under perl v5.40

1.05      Fri Jun 18 12:28:40 2010
        - Correct handling of bad data (rt: #57984)

1.04      2009-04-30
        - Revised the revision history
        - (see http://peter.makholm.net/2009/04/30/i-broke-encode-imaputf7/)

1.03      2009-04-21
        - Version 1.02 introduced more bugs than it fixed:
          - '&' was errounous encoded with '&_' instead of '&-'
          - A '&' following characters to be encoded was stil base64 encoded
            instead of being encoded as '&-'

1.02      2009-04-20
        - Code tidying
        - Make encoding more compliant to the RFC (rt: #<removed>)
          thanks to <name removed>

1.01      2009-02-17
        - Release as non-developers release

1.00_01   2009-02-16
        - Silence warnings from decode() (rt: #36180)
        - Make it work with perl 5.10 (rt: #40827)

1.00      Wed Sep 28 2005
        - original version