Commit Diff
3 files changed
+13 -2
6d550d4195afa994add176a5b939c5786924546d .. db8fcc0103e96bc5fc9bbb600d93fb5f46d81baf

file modified
+1

@@ -7,3 +7,4 @@

  /copr-backend-1.89.tar.gz

  /copr-backend-1.91.tar.gz

  /copr-backend-1.92.tar.gz

+ /copr-backend-1.94.tar.gz

file modified
+11 -1

@@ -3,7 +3,7 @@

  %endif

  

  Name:       copr-backend

- Version:    1.92

+ Version:    1.94

  Release:    1%{?dist}

  Summary:    Backend for Copr

  

@@ -260,6 +260,16 @@

  %exclude %{_pkgdocdir}/playbooks

  

  %changelog

+ * Mon Sep 19 2016 clime <clime@redhat.com> 1.94-1

+ - also provide default version and release for generated modules.json

+ 

+ * Mon Sep 19 2016 clime <clime@redhat.com> 1.93-1

+ - fix NameError: global name 'result' is not defined

+ - fix exception logging

+ - Modularity support

+ - Bug 1357564 - RFE: allow downloading of mock profiles (reproducible builds)

+ - "safer" exception handling for actions

+ 

  * Mon Aug 15 2016 clime <clime@redhat.com> 1.92-1

  - wrap feedback about actions to frontend into try-except

  - log even the traceback from forking

file modified
+1 -1

@@ -1,1 +1,1 @@

- 62f4c1595823e4e57d072c7cb966a6b9  copr-backend-1.92.tar.gz

+ 5b93187dd3ebb196bd5733f0e9037f13  copr-backend-1.94.tar.gz