diff --git a/.gitignore b/.gitignore index 3696127..fc4a51f 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /copr-frontend-1.44.tar.gz /copr-frontend-1.85.tar.gz /copr-frontend-1.92.tar.gz +/copr-frontend-1.93.tar.gz diff --git a/copr-frontend.spec b/copr-frontend.spec index 287219d..bebf69b 100644 --- a/copr-frontend.spec +++ b/copr-frontend.spec @@ -5,7 +5,7 @@ %endif Name: copr-frontend -Version: 1.92 +Version: 1.93 Release: 1%{?dist} Summary: Frontend for Copr @@ -269,6 +269,30 @@ service logstash condrestart #%doc documentation/python-doc %changelog +* Thu May 26 2016 clime 1.93-1 +- added source_type to URL and Upload UI build forms +- support for creating/editing/deleting/listing packages implemented +- Bug 1337446 - Broken links to builds in package tab +- action to create gpg key is now always sent +- added tests for projects forking +- building via url and pypi refactoring; see df6ad16 +- Bug 1336360 - reverse naming for custom and mageia chroots +- Rubygems building support with Anitya autorebuilds +- ./manage.py mark_as_failed command added +- build timeout increased to 24 hours +- added missing group insert/update hooks into CoprWhoosheer +- added package names into search index + field boosts tweaking +- fixed search for just a group name +- Bug 1333792 - do not count group projects +- Bug 1334625 - Search for coprs owned by a group does not work +- Bug 1334575 - Missing package name in "Recent builds" tab for + upload/url builds +- Bug 1334390 - Bad link in Recent Builds for group project +- reset button also sets source_json to {} +- speeding up of Packages view +- enable other group users to edit the project settings +- Bug 1333082 - Disable createrepo does not work on group project + * Wed May 04 2016 Miroslav Suchý 1.92-1 - load group.id before we commit the session diff --git a/sources b/sources index a7b5b5f..531f634 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -17da55bb7ab2739c504fb3f105e44bb3 copr-frontend-1.92.tar.gz +608fea938cf9823a6477f86fa74d843f copr-frontend-1.93.tar.gz