File: ChangeLog

package info (click to toggle)
darcs-monitor 0.4.2-14
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid
  • size: 196 kB
  • sloc: haskell: 907; makefile: 3
file content (81 lines) | stat: -rw-r--r-- 2,076 bytes parent folder | download | duplicates (4)
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
0.4.2 (2011-06-13)

    * Update dependency to HaXml 1.20.

0.4.1 (2011-04-13)

    * Use HaXml 1.20.
    * Enable use with darcs --interactive.

0.4.0 (2010-09-08)

    * make it possible to use more than one email address as recipient.
    * update maintainer address
    * update darcs repository address

0.3.8 (2010-03-07)

    * Correct crash with GHC 6.12.1 because of malformed UTF-8 character
      in the darcs output.

0.3.7 (2010-02-27)

    * New maintainer: Marco Túlio Gontijo e Silva <marcot@debian.org>.
    * Include --max-diff option.
    * README: Update the Homepage link and the darcs repository.
    * darcs-monitor.1: Don't generate manpage and correct syntax for
      "...".
    * Make the code Warning-free and hlint-free.
    * darcs-monitor.cabal:
      - Include more fields.
      - Include upper bound to base dependency.
      - Include ChangeLog in Extra-Source-Files.
    * ChangeLog: Include the log for 0.3.[3-6] in ChangeLog.

0.3.6 (2008-05-10)

    * use Cabal's mechanism for telling the program what version it is
    * consequently the Setup.hs customization has been removed

0.3.5 (2008-05-10)

    * change the Cabal description to reflect the fact that this package
      fails to build with development versions of HaXml

0.3.4 (2008-05-04)

    * add a Description to the Cabal file

0.3.3 (2008-05-04)

    * fixes to enable building with GHC 6.8
    * now requires Cabal 1.2

0.3.2 (2007-08-31)

    * documentation update

0.3.1 (2007-05-31)

    * documentation update

0.3 (2007-05-31)

    * there is now support for the %CHANGES% and %SHORTREPO%
      substitutions in the template
    * a default template is now provided
    * &apos; and &quot; entity references in darcs changes –xml is now
      supported
    * patches with just the author email address (no real name) are
      now handled correctly
    * when multiple emails are sent, they are now sent in
      chronological order
    * emails are announced to the user

0.2 (2007-02-12)

    * new option --dry-run

0.1 (2007-02-11)

    * Initial release.