Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

Commit

Permalink
Prepare to release 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelconnolly committed Dec 17, 2018
1 parent 634df1d commit 0ca52dc
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
28 changes: 28 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
4.1.1
* Correct error path on RequestException
* make clean: cleanup RPM / MANIFESTS symbolic links and mock cfg
* Add "show" and "unpin" options to planex-pin
* repository: fix Bitbucket branch handling
* clone: add support for archives containing patches

4.1.0
* Add dependency for pathlib
* clone: implement cloning of non-git resources
* clone: Jenkins form should only process terminal resource
* clone: fix destination for Groovy clone
* fix multiple pins not being appended
* Restore groovy file output
* clone: fix Jenkins/patchqueue interaction
* clone: fix cloning of plain repositories
* add output option to planex-clone
* clone: automatically apply patches and/or patchqueue
* pin: simplify pinning operation
* blob: allow patchqueues to contain sources
* pin: exclude Source0 prefix from pin
* fetch: add debug when archiving repositories
* Replace planex-jenkins clone with json
* Makefile.rules: includes pin in specs and LINKS
* spec.py: prepend source directory to soruces and patches
* pin: create output directory is it does not exist
* Add a configuration class - support reading config from global, user and local files

4.0.0
* pin: simplify repo_or_path()
* clone: Fix indent disagreement between pylint and pycodestyle
Expand Down
2 changes: 1 addition & 1 deletion planex.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: RPM build tool
Name: planex
Version: 4.1.0
Version: 4.1.1
Release: 1%{?dist}
URL: http://github.com/xenserver/planex
Source0: http://github.com/xenserver/planex/archive/v%{version}/%{name}-%{version}.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from setuptools import setup

setup(name='planex',
version='4.1.0',
version='4.1.1',
packages=['planex', 'planex.cmd'],
package_data={'planex': ['Makefile.rules']},
entry_points={
Expand Down

0 comments on commit 0ca52dc

Please sign in to comment.