#359 Version 0.2.42
Merged 4 years ago by lsedlar. Opened 4 years ago by lsedlar.
lsedlar/odcs release-42  into  master

file modified
+8
@@ -2,6 +2,14 @@ 

  

  All notable changes to this project will be documented in this file.

  

+ ## 0.2.42

+   - Release date: 2020-04-01

+   - Fix bad merge resolution in client

+   - Limit Pungi log parsing output to 2kB and stop loading the entire file into

+     memory at once.

+   - Create `odcs-$ID` symlink pointing to compose top level directory

+   - Retry downloading repodata from Pulp

+ 

  ## 0.2.41

    - Release date: 2020-03-19

    - Do not reuse old compose with different target directory.

file modified
+1 -1
@@ -53,7 +53,7 @@ 

  

  setup(name='odcs',

        description='On Demand Compose Service',

-       version='0.2.41',

+       version='0.2.42',

        classifiers=[

            "Programming Language :: Python",

            "Topic :: Software Development :: Build Tools"

no initial comment

Pull-Request has been merged by lsedlar

4 years ago