-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #300 from adrianreber/2021-09-06-empty-topdir
empty topdir
- Loading branch information
Showing
4 changed files
with
16 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,13 +3,13 @@ Contributors to MirrorManager | |
|
||
MirrorManager2 would be nothing without its contributors. | ||
|
||
On May 29, 2021 (release 0.15), the list looks as follow: | ||
On September 06, 2021 (release 0.16), the list looks as follow: | ||
|
||
================= =========== | ||
Number of commits Contributor | ||
================= =========== | ||
908 Pierre-Yves Chibon <[email protected]> | ||
356 Adrian Reber <[email protected]> | ||
363 Adrian Reber <[email protected]> | ||
58 Ralph Bean <[email protected]> | ||
19 Zbigniew Jędrzejewski-Szmek <[email protected]> | ||
14 Luke Macken <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,4 +25,4 @@ | |
|
||
__import__('pkg_resources').declare_namespace(__name__) | ||
|
||
__version__ = '0.15' | ||
__version__ = '0.16' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
%endif | ||
|
||
Name: mirrormanager2 | ||
Version: 0.15 | ||
Version: 0.16 | ||
Release: 1%{?dist} | ||
Summary: Mirror management application | ||
|
||
|
@@ -455,6 +455,11 @@ MM2_SKIP_NETWORK_TESTS=1 ./runtests.sh -v | |
%{_bindir}/mirrorlist_statistics | ||
|
||
%changelog | ||
* Mon Sep 06 2021 Adrian Reber <[email protected]> - 0.16-1 | ||
- Update to 0.16 | ||
- Added support for admin only categories | ||
- Added support for empty top dirs ('') | ||
|
||
* Sat May 29 2021 Adrian Reber <[email protected]> - 0.15-1 | ||
- Update to 0.15 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters