summaryrefslogtreecommitdiff
path: root/support/vc/CHANGES
blob: 3cc23580783efac62aa270dd9f4c9ee8d089925c (plain)
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
v0.6 (2018-06-11)
----------------------
Changes:
* Meta:
  - New maintainer: Roland Hieber <rohieb+ctan@rohieb.name>
  - Move code to GitHub: https://github.com/rohieb/ctan-support-vc
* Add support for Mercurial, thanks to ildar nizamov (@niya3 on GitHub)
* Git: parse the machine-readable output of `git status --porcelain`
  - fixes the issue that local modifications were not detected in recent Git
    versions
* Git: use committer date instead of author date for \VCDate, since author date
  is not guaranteed to be monotonous
* Some code cleanup


v0.5 (2008-04-21)
----------------------
Incompatible changes:
* Don't write sensitive information to vc.tex, by default (see appendix A).
  - Bazaar:
      \BZRBranchNick
  - Subversion:
      \SVNPath, \SVNName, \SVNUrl, \SVNNodeKind, \SVNRepositoryRoot


v0.42 (2008-04-17)
----------------------
Changes:
* Small documentation update.


v0.41 (2008-04-11)
----------------------
Changes:
* Small documentation update.


v0.4 (2008-04-10)
----------------------
Incompatible changes:
* Search for local modifications only at request
  (relevant to macro \VCRevisionMod, see appendix B).

Changes:
* Again improved locale handling.
* Improved compatibility for Subversion within Msys shell.
* Improved documentation:


v0.3 (2008-03-20)
----------------------
New:
* Added support for Bazaar.
* The vc bundle is now Public Domain.

Changes:
* Fixed line endings in Unix scripts (solving several issues).
* Fixed handling of variable LANG in shell scripts.
* Improved documentation:
  - Added some more "Questions and answers".


v0.21 (2008-03-10)
----------------------
* Incompatible change:
  - Removed macros \VCDate, \VCLongDate, \VCDateTeX.
  - Introduced macros \VCDateRAW, \VCDateISO, \VCDateTEX.
* Improved documentation:
  - Added section "Questions and answers".


v0.2 (2008-03-06)
----------------------
* Added documentation.
* First upload to CTAN.


v0.1alpha (2008-03-04)
----------------------
* First public announcement on comp.text.tex.