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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
|
vyatta-config-mgmt (0.15) unstable; urgency=low
* Filter suprious temp file lines from diff output.
-- Stig Thormodsrud <stig@vyatta.com> Sat, 20 Nov 2010 11:30:15 -0800
vyatta-config-mgmt (0.14) unstable; urgency=low
* Filter version string off diff when comparing active/working to a
file.
-- Stig Thormodsrud <stig@vyatta.com> Fri, 19 Nov 2010 20:18:24 -0800
vyatta-config-mgmt (0.13) unstable; urgency=low
* Check sessionChanged before creating active/working config files.
* Add "show system commit diff N" op mode command.
-- Stig Thormodsrud <stig@vyatta.com> Fri, 19 Nov 2010 18:09:02 -0800
vyatta-config-mgmt (0.12) unstable; urgency=low
* Change "compare" command to use cfgShow --show-working-only.
-- Stig Thormodsrud <stig@vyatta.com> Thu, 18 Nov 2010 18:12:26 -0800
vyatta-config-mgmt (0.11) unstable; urgency=low
* Add "show-commit-log-brief" for tab completion.
-- Stig Thormodsrud <stig@vyatta.com> Thu, 11 Nov 2010 15:25:35 -0800
vyatta-config-mgmt (0.10) unstable; urgency=low
* Fix rollback such that it also goes throught the revisioning.
-- Stig Thormodsrud <stig@vyatta.com> Wed, 10 Nov 2010 18:38:08 -0800
vyatta-config-mgmt (0.9) unstable; urgency=low
* Fix writing of config file on file rollback.
-- Stig Thormodsrud <stig@vyatta.com> Tue, 09 Nov 2010 18:16:31 -0800
vyatta-config-mgmt (0.8) unstable; urgency=low
* Add check for valid integer.
* Add first pass commit-confirm and rollback (requires reboot for
now).
-- Stig Thormodsrud <stig@vyatta.com> Tue, 09 Nov 2010 17:06:16 -0800
vyatta-config-mgmt (0.7) unstable; urgency=low
* Append hostname on config.boot file for commit-uri.
-- Stig Thormodsrud <stig@vyatta.com> Sun, 07 Nov 2010 10:58:54 -0800
vyatta-config-mgmt (0.6) unstable; urgency=low
* Fix permissions problems when user isn't vyatta.
-- Stig Thormodsrud <stig@vyatta.com> Sun, 07 Nov 2010 09:59:03 -0800
vyatta-config-mgmt (0.5) unstable; urgency=low
* Don't save a rev if the file hasn't changed.
* Fixes for config-mgmt.
-- Stig Thormodsrud <stig@vyatta.com> Fri, 05 Nov 2010 19:12:16 -0700
vyatta-config-mgmt (0.4) unstable; urgency=low
* Convert perl system call to use WWW::Curl module
-- Stig Thormodsrud <stig@vyatta.com> Tue, 02 Nov 2010 18:32:47 -0700
vyatta-config-mgmt (0.3) unstable; urgency=low
* Add revision compare functionality
-- Stig Thormodsrud <stig@vyatta.com> Tue, 02 Nov 2010 17:39:47 -0700
vyatta-config-mgmt (0.2) unstable; urgency=low
* Move commit-uri under remote-archive.
* Add .gitignore
-- Stig Thormodsrud <stig@vyatta.com> Thu, 28 Oct 2010 11:29:20 -0700
vyatta-config-mgmt (0.1) unstable; urgency=low
* Initial Release.
-- Stig Thormodsrud <stig@vyatta.com> Tue, 26 Oct 2010 10:54:14 -0700
|