Skip to content

Commit

Permalink
Merge pull request #1687 from AppScale/version-2.2
Browse files Browse the repository at this point in the history
Bump version to 2.2.0
  • Loading branch information
menivaitsi committed Feb 11, 2015
2 parents 15dced8 + cc541fc commit 6a99207
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 5 deletions.
2 changes: 1 addition & 1 deletion AppController/lib/helperfunctions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class BadConfigurationException < Exception
module HelperFunctions


VER_NUM = "2.1.0"
VER_NUM = "2.2.0"


APPSCALE_HOME = ENV['APPSCALE_HOME']
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ To find out more visit http://appscale.com
https://github.com/AppScale/appscale/wiki

## Latest Release ##
The latest stable release is AppScale 2.1.0, released in December, 2014.
The latest stable release is AppScale 2.2.0, released in Febuary, 2015.
Feature requests and pull requests gladly welcomed.

## Mailing List ##
Expand Down
21 changes: 21 additions & 0 deletions RELEASE
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,27 @@
/ ___ |/ /_/ / /_/ /___/ / /__/ /_/ / // __/
/_/ |_/ .___/ .___//____/\___/\__,_/_/ \___/
/_/ /_/
AppScale version 2.2.0, released Febuary, 2015
Highlights of features/bugs in this release:
- Updated NDB to latest version
- GHOST patch
- No more uncommitted reads outside or inside a transaction
- PHP version fix
- Fixed unit test
- Initial support for Search API (experimental)
- Fix for "+" sign in EC2 key for multinode deployments
- Updated fast start
- Removed unused scripts and deadcode
- Removed apache from build
- Removed ntp call in cronjob
- Updated logic for reconnection to ZK
- Fixed FD leak for ZK
- Native backup and restore for AppScale
- Catching exception from Cassandra causing groomer/garbage collection issues
- Fixed issue when binding to private IP
- Made unit tests run faster
- Added support for all ancestor paths on composite indexes

AppScale version 2.1.0, released December, 2014
Highlights of features/bugs in this release:
- Updated bootstrap script
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
/ ___ |/ /_/ / /_/ /___/ / /__/ /_/ / // __/
/_/ |_/ .___/ .___//____/\___/\__,_/_/ \___/
/_/ /_/
AppScale version 2.1.0
AppScale version 2.2.0

2 changes: 1 addition & 1 deletion debian/appscale_install_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if [ -z "$APPSCALE_PACKAGE_MIRROR" ]; then
export APPSCALE_PACKAGE_MIRROR=http://s3.amazonaws.com/appscale-build
fi

export APPSCALE_VERSION=2.1.0
export APPSCALE_VERSION=2.2.0

pip_wrapper ()
{
Expand Down
2 changes: 1 addition & 1 deletion lib/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import os

# The current version of AppScale.
APPSCALE_VERSION = "2.1.0"
APPSCALE_VERSION = "2.2.0"

# AppScale home directory.
APPSCALE_HOME = os.environ.get("APPSCALE_HOME", "/root/appscale")
Expand Down

0 comments on commit 6a99207

Please sign in to comment.