diff options
author | Thomas Backlund <tmb@mageia.org> | 2019-01-01 13:42:03 +0200 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2019-01-01 13:42:03 +0200 |
commit | 6c294e05a2de9a793c8aba8a1d30b8327fe3096e (patch) | |
tree | 627f944d9ff66f286c57ba576bb19c2e62ef6fef | |
parent | 4681a385f76aad7d285f17f67a530d06312fc3bb (diff) | |
download | mgarepo-6c294e05a2de9a793c8aba8a1d30b8327fe3096e.tar mgarepo-6c294e05a2de9a793c8aba8a1d30b8327fe3096e.tar.gz mgarepo-6c294e05a2de9a793c8aba8a1d30b8327fe3096e.tar.bz2 mgarepo-6c294e05a2de9a793c8aba8a1d30b8327fe3096e.tar.xz mgarepo-6c294e05a2de9a793c8aba8a1d30b8327fe3096e.zip |
release 1.12.51.12.5
-rw-r--r-- | CHANGES | 5 | ||||
-rw-r--r-- | Makefile | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +* 1.12.5 +- Drop "not released yet" from rpms +- Define _topdir in getrelease +- Allow usage of path with special characters with sync command (mga#73) + * 1.12.4 - allow maintdb get <package> without packagers credentials @@ -1,5 +1,5 @@ PACKAGE = mgarepo -VERSION = 1.12.4 +VERSION = 1.12.5 .PHONY: all $(DIRS) clean clean: |