Changelog for
gitolite-3.6.13-bp156.1.1.noarch.rpm :
* Fri Jul 21 2023 Dirk Müller
- update to 3.6.13:
* remove the \"description\" file on new repos, to fix a bug created by an optimisation made 6 years ago in 3.6.8 (and was caught only in 2022 or so!)
* Wed Feb 03 2021 chrisAATTcomputersalat.de- fix for boo#1181130
* add nginx to group git
* Sun Dec 20 2020 Dirk Müller - update to 3.6.12:
* mirroring terminoligy changes
* install script can now modify #! lines when using a custom
* \'config\' user command allows for config values with spaces
* finally added notes in \"t/README\" on testing http mode and
* Mon Jul 01 2019 chrisAATTcomputersalat.de- update changes file
* add missing info about bugzilla 1096814
* Mon Jan 14 2019 chrisAATTcomputersalat.de- update to 3.6.11 - fix for boo#1121570 (CVE-2018-20683) security issue in \'rsync\' (bundle helper); see commit 5df2b81 for more- update to 3.6.10 - fix up boo-boo caused by previous release; see mails on list for details
* Thu Sep 13 2018 Jan Engelhardt - Trim bias from descriptions.
* Thu Sep 13 2018 Karol Babioch - Update to 3.6.9:
* CVE-2018-16976: prevent racy access to repos in process of migration to gitolite (bsc#1108272)
* \'info\' learns new \'-p\' option to show only physical repos (as opposed to wild repos)- Update to 3.6.8:
* fix bug when deleting
*all
* hooks for a repo
* allow trailing slashes in repo names
* make pre-receive hook driver bail on non-zero exit of a pre-receive hook
* allow templates in gitolite.conf (new feature)
* various optimiations- Applied spec-cleaner
* Mon Jun 04 2018 Neal Gompa - Update to 3.6.7 (fix for boo#1096814)
* allow repo-specific hooks to be organised into subdirectories, and allow the multi-hook driver to be placed in some other location of your choice
* allow simple test code to be embedded within the gitolite.conf file; see contrib/utils/testconf for how. (This goes on the client side, not on the server)
* allow syslog \"facility\" to be changed, from the default of \'local0\'
* allow syslog \"facility\" to be changed, from the default of replaced with a space separated list of members- 2016-09-08 v3.6.6
* simple but important fix for a future perl deprecation (perl will be removing \".\" from AATTINC in 5.24)
* \'perms\' now requires a \'-c\' to activate batch mode (should not affect interactive use but check your scripts perhaps?)
* gitolite setup now accepts a \'-m\' option to supply a custom message (useful when it is used by a script)
* Mon Mar 20 2017 kukukAATTsuse.de- Require system user wwwrun
* Tue Jan 17 2017 bwiedemannAATTsuse.com- dont include rebuild counter in rpm to make build-compare happy
* Mon Jan 02 2017 jengelhAATTinai.de- Do not suppress errors from useradd/groupadd- Replace unknown \"groupmod -A\" call by \"usermod -a -G\".
* Thu Sep 08 2016 tampakrapAATTopensuse.org- change the homedir of the git user to /srv/gitolite, to prevent ownership conflicts of the /srv/git directory with the git-daemon package
* Mon Aug 08 2016 chrisAATTcomputersalat.de- fix changes file
* add missing ChangeLog info
* Fri Jul 29 2016 rpmAATTfthiessen.de- Update to 3.6.5
* allow creator check to be bypassed during mirroring
* handle new style ssh fingerprinting correctly (thanks to Robin Johnson)
* allow pre-auto-gc as a repo-specific hook
* optimise mirror pushes for heavily used repos
* create-with-reference trigger: on repo creation, setup objects/info/alternates for a server side alternate object store.
* \'mirror status all all\' prints a list of repos that have
*some
* error, which is arguably more useful for further action/processing
* allow incrementally adding more repo-specific hooks- 2015-11-01 v3.6.4
* a ref-create bug in wild repos was fixed
* some contrib code related to AD integration, and to redmine user aliases
* teach Alias.pm a few new tricks
* remove a race condition in \'create\' command that affected the \'default roles\' setting
* make \'who-pushed\' more efficient (local push logs, and \'tip search\')
* \'gitolite query-rc\' learns \'-d\' (\'--dump\') option
* Sun May 17 2015 tampakrapAATTopensuse.org- Change URL to gitolite.com- Use full URL path for the source tarball- Add Git as runtime dependency, it\'s heavily needed
* Sun Apr 26 2015 rpmAATTfthiessen.de- Update to 3.6.3
* allow limited use of \'git config\' using the new \'config\' command
* accept openssh 6.8\'s new fingerprint output format
* (finally!) allow limited symlinks within ~/repositories; see commit 8e36230 for details
* perms command now lists available roles
* minor backward compat breakage: \'perms -l repo\' no longer works; see \'perms -h\' for new usage
* allow gitolite-shell to be used as $SHELL (experts only; no support, no docs; see commit 9cd1e37 for details)
* help with \'git push --signed\' using a post-receive hook to adopt push certs into \'refs/push-certs\'; for details see contrib/hooks/repo-specific/save-push-signatures
* new \'transparent proxy\' feature for git repos; see src/lib/Gitolite/Triggers/TProxy.pm for details