Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
Most notable in this release is an upgrade to the scala/akka libraries
used. You shouldn't have to change anything, but see the migration guide
for more information.

New Features
======
  728d73a Extend Backwards-Compatible ClusterConfig to SSL
  10e5116 Add support for akka over SSL.
  8090b3b Update key-filter to build Segmented UberStores
  de3a4e5 Add log size to SiriusPersistenceActor
  22601e3 Add size method to SiriusLog and its children
  254784d Upgrade scala and akka versions

Bugfixes
=====
  418faeb Delete all testing tmp dirs, uncollide two tests
  a85aec4 fix event-handler deprecation

Documentation/Project Maintenance
=====
  34e8e34 cleanup scaladoc
  dd492f6 remove scala 2.10.3 from travis
  efb47b4 Add scaladoc
  99ede55 cleanup readme
  007736f add new README
  ea917cb Friendlier description of design discussions.
  75af051 cleanup CONTRIBUTING.md page
  043959b Update years on copyright notices.
  d78127a add travis badge
  99ba838 add more docs on contribution workflow
  08bbb1e fix links
  c4cf29f add CONTRIBUTING.md page
  6efd426 Update README.md
  1b17e1a Update README.md
  bdb3d5d Updates to the README document.
  7f0cf54 Rename memborabilia directory to memorabilia (assuming it
          was a typo)
  41d68ef Updated build.sbt to fix error in Travis-CI
  98eb58e Updated build.sbt to fix error in Travis-CI
  1d7112a Added .travis.yml file for Travis-CI ibuild integration
  e8f750e Specify copyright/licensing information.
  • Loading branch information
clinedome-work committed Feb 28, 2014
1 parent 99a4bb4 commit 1bda7c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

name := "sirius"

version := "1.1.4"
version := "1.2.0"

scalaVersion := "2.10.2"

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<artifactId>sirius</artifactId>
<name>Sirius</name>
<packaging>jar</packaging>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<properties>
<java-version>1.6</java-version>
<scala-version-major>2.10</scala-version-major>
Expand Down

0 comments on commit 1bda7c9

Please sign in to comment.