Skip to content

Commit

Permalink
Update version numbers and changelog for beta 1
Browse files Browse the repository at this point in the history
  • Loading branch information
tofu-rocketry committed Oct 22, 2014
1 parent 6663fa0 commit 634fedd
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
Changelog for apel
==================
* Wed Oct 22 2014 Adrian Coveney <adrian.coveney@stfc.ac.uk> - 1.3.1-0.3.beta1
- Corrected the handling of muliple FQANs in blah logs so that the role and
group are taken from the first (i.e. primary) FQAN rather than the last.
- Fixed a crash that occurred when the parser encountered an empty file.
- Added support for parsing fractional seconds in XML usage records.
- Fixed database loader crash when save_messages was set to false.
- Added options to unloader.conf to allow the unloader to unload more than just
the current and previous months.

* Tue Jul 15 2014 Adrian Coveney <adrian.coveney@stfc.ac.uk> - 1.3.0-1
- Added in a missing database view that the central APEL server uses.

Expand All @@ -17,6 +26,17 @@ Changelog for apel
- Some views used by the central APEL server, which shouldn't be needed by
regional servers, have been separated out into server-extra.sql.

* Fri Aug 15 2014 Adrian Coveney <adrian.coveney@stfc.ac.uk> - 1.2.2-1
- Fixed being unable to parse uncompressed accounting logs.

* Thu Jul 24 2014 Adrian Coveney <adrian.coveney@stfc.ac.uk> - 1.2.1-1
- (No changes from pre-release version.)

* Thu Jul 24 2014 Adrian Coveney <adrian.coveney@stfc.ac.uk> - 1.2.1-0.1.rc1
- Changed parsers to handle short FQANS properly.
- Added a logratate script for client.log. 'apel-client' will be installed to
the logrotate.d directory.

* Mon Jun 30 2014 Adrian Coveney <adrian.coveney@stfc.ac.uk> - 1.2.0-5
- Updates made to rpmbuild spec file to support new versioning scheme.

Expand Down
24 changes: 22 additions & 2 deletions apel.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Name: apel
Version: 1.3.1
%define releasenumber 0.2.alpha2
%define releasenumber 0.3.beta1
Release: %{releasenumber}%{?dist}
Summary: APEL packages

Expand Down Expand Up @@ -187,11 +187,20 @@ exit 0
# ==============================================================================

%changelog
* Wed Oct 22 2014 Adrian Coveney <adrian.coveney@stfc.ac.uk> - 1.3.1-0.3.beta1
- Corrected the handling of muliple FQANs in blah logs so that the role and
group are taken from the first (i.e. primary) FQAN rather than the last.
- Fixed a crash that occurred when the parser encountered an empty file.
- Added support for parsing fractional seconds in XML usage records.
- Fixed database loader crash when save_messages was set to false.
- Added options to unloader.conf to allow the unloader to unload more than just
the current and previous months.

* Tue Jul 15 2014 Adrian Coveney <adrian.coveney@stfc.ac.uk> - 1.3.0-1
- Added in a missing database view that the central APEL server uses.

* Thu Jul 03 2014 Adrian Coveney <adrian.coveney@stfc.ac.uk> - 1.3.0-0.4.rc3
- Add partitioning statement to schema used by central APEL server.
- Added partitioning statement to schema used by central APEL server.

* Thu Jul 03 2014 Adrian Coveney <adrian.coveney@stfc.ac.uk> - 1.3.0-0.3.rc2
- Corrections made to server schema to avoid warnings about default values not
Expand All @@ -204,6 +213,17 @@ exit 0
- Some views used by the central APEL server, which shouldn't be needed by
regional servers, have been separated out into server-extra.sql.

* Fri Aug 15 2014 Adrian Coveney <adrian.coveney@stfc.ac.uk> - 1.2.2-1
- Fixed being unable to parse uncompressed accounting logs.

* Thu Jul 24 2014 Adrian Coveney <adrian.coveney@stfc.ac.uk> - 1.2.1-1
- (No changes from pre-release version.)

* Thu Jul 24 2014 Adrian Coveney <adrian.coveney@stfc.ac.uk> - 1.2.1-0.1.rc1
- Changed parsers to handle short FQANS properly.
- Added a logratate script for client.log. 'apel-client' will be installed to
the logrotate.d directory.

* Mon Jun 30 2014 Adrian Coveney <adrian.coveney@stfc.ac.uk> - 1.2.0-5
- Updates made to rpmbuild spec file to support new versioning scheme.

Expand Down
2 changes: 1 addition & 1 deletion apel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
@author Konrad Jopek, Will Rogers
'''
__version__ = (1, 2, 0)
__version__ = (1, 3, 1)

0 comments on commit 634fedd

Please sign in to comment.