File: CHANGES

package info (click to toggle)
libalgorithm-merge-perl 0.08-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 152 kB
  • sloc: perl: 343; makefile: 2
file content (55 lines) | stat: -rw-r--r-- 1,459 bytes parent folder | download | duplicates (3)
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
Changes for Algorithm::Merge
----------------------------

0.08 -   21 Mar 2007

  Fixed a problem where certain differences would cause corruption 
  later in the traverse_sequences3 output.  Reported by Mark Glines.

0.07 -   21 Mar 2007

  Fixed an entry in the internal state mapping that was causing a one-off
  error in certain cases.  Reported by Mark Glines.

0.06 -   20 Mar 2007

  Fixed outstanding tickets on rt.cpan.org (#11184, #14483).

  Fixed a bug found by Mark Glines.  This resulted in an additional
  entry in the callback map.

0.05  -   6 Nov 2003

  Added some more entries to the callback map.

  Thanks to Chia-liang Kao for bringing these to our attention.

0.04  -  29 Oct 2003

  Added some more entries to the callback map.

  Thanks to Chia-liang Kao for bringing these to our attention.

0.03  -  22 Apr 2003

  Fixed some bugs in the traverse_sequences3, diff3, and merge routines.

    merge: properly manage conflicts that remain after processing the 
           diff3 results

    traverse_sequences3: defined some more states in the Callback Map.

    diff3: handle some sequence differences better

  Thanks to Martin Hosken for bringing these to our attention.

0.02  -  19 Feb 2003

  Change from Algorithm::Diff::diff to Algorithm::Diff::traverse_sequences.  
  Saves a little time and some memory, especially for large sequences.

  Added CHANGES file to track changes.

0.01  -  17 Feb 2003

  Initial beta release.