diff --git a/doc/conf.py b/doc/conf.py index b28901af..f92a7dad 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -53,7 +53,7 @@ copyright = u'2016, Red Hat, Inc.' # The short X.Y version. version = '4.1' # The full version, including alpha/beta/rc tags. -release = '4.1.29' +release = '4.1.30' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/pungi.spec b/pungi.spec index 8ac04823..8f5d8eff 100644 --- a/pungi.spec +++ b/pungi.spec @@ -1,5 +1,5 @@ Name: pungi -Version: 4.1.29 +Version: 4.1.30 Release: 1%{?dist} Summary: Distribution compose tool @@ -108,6 +108,25 @@ nosetests --exe cd tests && ./test_compose.sh %changelog +* Fri Oct 26 2018 Lubomír Sedlář - 4.1.30-1 +- gather: Expand wildcards in Pungi (lsedlar) +- repoclosure: Extract logs from hybrid solver (lsedlar) +- gather: Track multilib that doesn't exist (lsedlar) +- Get the NSVC from Koji module CG build metadata (jkaluza) +- gather: Prepare module metadata before starting depsolving (lsedlar) +- hybrid: Include modulemd from all variants in temporary repo (lsedlar) +- extra_iso: Include media.repo and .discinfo (lsedlar) +- hybrid: Don't add debuginfo as langpacks (lsedlar) +- fus: Write solvables to file (lsedlar) +- hybrid: Honor filter_packages (lsedlar) +- Include all test fixtures in source tarball (lsedlar) +- Drop the memory saving code (lsedlar) +- Save memory less agressively (lsedlar) +- extra-iso: Use correct efiboot.img file (lsedlar) +- extra-iso: Fix treeinfo (lsedlar) +- createiso: Move code for tweaking treeinfo into a function (lsedlar) +- extra-iso: Generate jigdo by default (lsedlar) + * Wed Oct 10 2018 Lubomír Sedlář - 4.1.29-1 - hybrid: Only include modules that are not in lookaside (lsedlar) - Try to be more conservative about memory usage (lsedlar) diff --git a/setup.py b/setup.py index 801f2864..e5abdd36 100755 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ packages = sorted(packages) setup( name = "pungi", - version = "4.1.29", + version = "4.1.30", description = "Distribution compose tool", url = "https://pagure.io/pungi", author = "Dennis Gilmore",