Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-17 | prep release | Joey Hess | |
2013-11-03 | prep release | Joey Hess | |
2013-09-04 | releasing package etckeeper version 1.9 | Joey Hess | |
2013-09-04 | releasing package etckeeper version 1.8 | Joey Hess | |
2013-07-31 | releasing version 1.7 | Joey Hess | |
2013-07-27 | releasing version 1.6 | Joey Hess | |
2013-07-22 | Use user.name and user.email from the .gitconfig file belonging to the user ↵ | Joey Hess | |
who sued or sudoed to root, in preference to making up values for that user. | |||
2013-06-17 | releasing version 1.4 | Joey Hess | |
2013-05-08 | releasing version 1.3 | Joey Hess | |
2013-05-08 | releasing version 1.2 | Joey Hess | |
2013-05-06 | releasing version 1.1 | Joey Hess | |
2013-05-05 | releasing version 1.0 | Joey Hess | |
2012-08-25 | releasing version 0.64 | Joey Hess | |
2012-06-02 | releasing version 0.63 | Joey Hess | |
2012-03-05 | releasing version 0.62 | Joey Hess | |
2012-01-14 | Fix up botched git-rm conffile removal from 0.58. | Joey Hess | |
The file could be in any of three states; absent, present, or .dpkg-dist. Finish fully removing it. Closes: #655836 | |||
2012-01-06 | Improve yum hook to avoid running if etckeeper was just removed. Thanks, ↵ | Joey Hess | |
Mykola Marzhan | |||
2011-12-22 | releasing version 0.59 | Joey Hess | |
2011-11-25 | store all permissions of files and directories, even those with standard ↵ | Joey Hess | |
permissions of 644 and 755 This is unfortunately necessary in order to support etckeeper init on a checkout that was made with a nonstandard umask, in which case the files that were expected to be 644 and 755, won't be. Closes: #649701 Thanks to Дмитрий Матросов for reporting the bug and developing a fixup script (attached to the bug) which could be used if you've already encountered this problem. | |||
2011-11-04 | releasing version 0.57 | Joey Hess | |
2011-07-12 | releasing version 0.56 | Joey Hess | |
2011-06-19 | releasing version 0.55 | Joey Hess | |
2011-05-30 | releasing version 0.54 | Joey Hess | |
2011-03-18 | releasing version 0.53 | Joey Hess | |
2011-02-06 | releasing version 0.52 | Joey Hess | |
2010-12-20 | Added Polish translation of debconf templates. Closes: #607563 | Joey Hess | |
2010-11-16 | Move etckeeper out of sbin, to avoid needing to work around broken root PATH ↵ | Joey Hess | |
settings in eg, crontab. Closes: #602438 | |||
2010-10-12 | Do not warn about special files or hardlinks if they are ignored by git. ↵ | Joey Hess | |
Fixes #549354 for git, but not for other VCSs. | |||
2010-09-13 | releasing version 0.49 | Joey Hess | |
2010-07-16 | releasing version 0.48 | Joey Hess | |
2010-07-13 | typo | Joey Hess | |
2010-05-30 | releasing version 0.47 | Joey Hess | |
2010-05-16 | Fix bug where after a large upgrade, etckeeper's automatic commit message ↵ | Joey Hess | |
was so long it exceeded system limits. Closes: #581678 | |||
2010-04-15 | releasing version 0.45 | Joey Hess | |
2010-04-14 | releasing version 0.44 | Joey Hess | |
2010-02-18 | releasing version 0.43 | Joey Hess | |
2010-01-26 | releasing version 0.42 | Joey Hess | |
2009-09-26 | releasing version 0.41 | Joey Hess | |
2009-08-08 | releasing version 0.40 | Joey Hess | |
2009-07-31 | releasing version 0.39 | Joey Hess | |
2009-07-08 | releasing version 0.38 | Joey Hess | |
2009-06-08 | releasing version 0.37 | Joey Hess | |
2009-05-16 | releasing version 0.36 | Joey Hess | |
2009-05-06 | releasing version 0.35 | Joey Hess | |
2009-03-02 | README: Typo. Closes: #517914 | Joey Hess | |
2009-02-27 | t/testing | Jimmy Tang | |
make the rpm package do the right thing on a fresh install * refine specfile so that the basic config doesn't get blown away on an update. * install cron.daily script Signed-off-by: Jimmy Tang <jtang@duo.tchpc.tcd.ie> | |||
2009-02-25 | auto version spec file | Joey Hess | |
2009-02-25 | mention yum instead of apt in the description here | Joey Hess | |
2009-02-25 | added yum-etckeeper plugin to top level etckeeper specfile. made makefile ↵ | Jimmy Tang | |
install said plugin when yum is selected as a high level package manager. | |||
2009-02-24 | don't install bash_completion as doc file | Joey Hess | |
It's installed into /etc by the Makefile |