Skip to content

Commit

Permalink
Update version number and changelogs for rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
tofu-rocketry committed Jan 29, 2015
1 parent b0233ee commit ec88a3b
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
Changelog for apel
==================
* Thu Jan 29 2015 Adrian Coveney <adrian.coveney@stfc.ac.uk> - 1.4.0-0.1.rc1
- Added ability to process files compressed with bzip2.
- Added multiplier retrieval to GridEngine parser for CPU and wall-clock time.
- Fixed integer overflow when loading normalised summaries into APEL servers.
- Corrected the way some logging calls were made and reduced the logging level
when trying to purge a directory that isn't empty.
- Changed server authorization system to keep the list of DNs for a limited
time if unable to update from GOCDB and updated GOCDB query URL.
- Added Month and Year columns to primary key of CloudSummaries table in cloud
schema.

* Tue Nov 04 2014 Adrian Coveney <adrian.coveney@stfc.ac.uk> - 1.3.1-1
- (No changes from pre-release version.)

Expand Down
15 changes: 13 additions & 2 deletions apel.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
%endif

Name: apel
Version: 1.3.1
%define releasenumber 1
Version: 1.4.0
%define releasenumber 0.1.rc1
Release: %{releasenumber}%{?dist}
Summary: APEL packages

Expand Down Expand Up @@ -187,6 +187,17 @@ exit 0
# ==============================================================================

%changelog
* Thu Jan 29 2015 Adrian Coveney <adrian.coveney@stfc.ac.uk> - 1.4.0-0.1.rc1
- Added ability to process files compressed with bzip2.
- Added multiplier retrieval to GridEngine parser for CPU and wall-clock time.
- Fixed integer overflow when loading normalised summaries into APEL servers.
- Corrected the way some logging calls were made and reduced the logging level
when trying to purge a directory that isn't empty.
- Changed server authorization system to keep the list of DNs for a limited
time if unable to update from GOCDB and updated GOCDB query URL.
- Added Month and Year columns to primary key of CloudSummaries table in cloud
schema.

* Tue Nov 04 2014 Adrian Coveney <adrian.coveney@stfc.ac.uk> - 1.3.1-1
- (No changes from pre-release version.)

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, 3, 1)
__version__ = (1, 4, 0)

0 comments on commit ec88a3b

Please sign in to comment.