File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed
Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1- 0.2 .0-1 ./
1+ 0.3 .0-1 ./
Original file line number Diff line number Diff line change 77%global modname product_listings_manager
88
99Name: product-listings-manager
10- Version: 0.2 .0
10+ Version: 0.3 .0
1111Release: 1%{?dist }
1212Summary: HTTP interface to composedb
1313
@@ -93,6 +93,16 @@ py.test-2.7 -v %{modname}/tests
9393%endif
9494
9595%changelog
96+ * Wed Feb 13 2019 Haibo Lin <hlin@redhat.com> 0.3.0-1
97+ - openshift: Change health check path (hlin@redhat.com)
98+ - Fix product listings not found error (hluk@email.cz)
99+ - Follow flake8 convention (hlin@redhat.com)
100+ - Add module product listings REST API (hlin@redhat.com)
101+ - Fix HTTP 404 response code (hluk@email.cz)
102+ - Log remote IP, traceback and arguments of remote call on error
103+ (hluk@email.cz)
104+ - add database documentation (kdreyer@redhat.com)
105+
96106* Tue Jul 03 2018 Lukas Holecek <lholecek@redhat.com> 0.2.0-1
97107- Use sanitized SQL queries (lholecek@redhat.com)
98108- drop optional FLASK_CONFIG during tests and packaging (kdreyer@redhat.com)
Original file line number Diff line number Diff line change 1- __version__ = '0.2 .0'
1+ __version__ = '0.3 .0'
You can’t perform that action at this time.
0 commit comments