forked from Atha/update-conf.d
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
81 lines (65 loc) · 2.6 KB
/
CHANGELOG
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
* 2015-07-23
- makefile fix (by Mic92, thanks!)
- documentation fix: Debian 8 no longer uses /etc/fstab.d.
* 2014-08-07
- WARNING added: "update-conf.d fstab" is incompatible with Debian
bug #663623: /etc/fstab.d support in libmount and in util-linux.
* 2013-09-28
- README and readme.md: make clean added
- just a few typos fixed
* 2013-09-15
- Manuals updated. The man page is intended to explain all options
of the complex version.
- Makefile updated. Target "build" no longer exists. Use one of:
* make complex
* make simple
* make build for both versions (default)
- Makefile: also install man page
- The complex version should now be the default. It should work.
* 2013-04-10
- complex version: minor fixes, shebang corrected
* 2013-04-09
- two versions renamed: SIMPLE and COMPLEX
* run "make select-complex" or "make select-simple" to select
- COMPLEX version updated
* set (-s) and unset (-u) logic implemented.
* THE FUNCTIONS set and unset ARE STILL STUBS i.e. not implemented!
* 2013-04-08
- BIG version of update-conf.d added - USE WITH CAUTION! Alpha!
* to use it, run make select-big clean install
* BE WARNED: THIS SCRIPT HAS ALPHA STATUS! MAKE BACKUPS!
* 2013-03-28
- ebuild (by javeree) added
* KEYWORDS changed to "*", as the script should work everywhere
- Makefile: install-with-fstab and install-update-fstab removed
* all the text updated to reflect this change
* 2012-05-03
- update-conf.d.in and update-conf.d:
* short help added when no command-line argument is specified
* messages cleaned-up
* command-line argument ? to list all valid `<conf>` entries added
* 2012-01-25
- Makefile updated: target "install" now only installs the script
- Makefile: target "install-with-fstab" added (old behaviour)
- update-conf.d.in: reference to home of the script added (GitHub)
* 2012-01-05
- README updated
* 2011-10-27
- version information (ISO date) added
* 2011-10-26
- released at GitHub
- cosmetic changes to update-fstab and update-conf.d[.in]
NOTE: update-fstab is depricated, update-conf.d should be used!
- Makefile added for easier installation
* 2011-06-11
- NicoLarve releases improved version for various <conf>.d files:
update-conf.d
* 2010-08-14
- improved version, thanks to truc
* 2010-07-25
- original version from 2008 released by Atha at the Gentoo forum
http://forums.gentoo.org/viewtopic.php?p=6364143
- the Gentoo forum advocate truc immediately helped to improve the script -
big thanks!
* 2008-01-20
- initial version of update-fstab finished (unreleased, used by Atha)