Skip to content

Commit 435ac87

Browse files
committed
Upgrade changelogs
1 parent c7c4f03 commit 435ac87

File tree

4 files changed

+33
-1
lines changed

4 files changed

+33
-1
lines changed

CHANGELOG

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
Version 0.7.0 (2011-07-27)
2+
--------------------------
3+
A great number of changes and improvements, most importantly:
4+
- removed dependency on Akka Mist
5+
- upgraded to Scala 2.9.0-1 and Akka 1.1.3
6+
- split into spray-server, spray-client and spray-http
7+
- added support for
8+
- gzip/deflate encodings
9+
- authentication/authorization (incl. HTTP Basic Auth)
10+
- proper server-side caching
11+
- even better path and parameter matching
12+
- case class extractions
13+
- spray-json (un)marshalling
14+
- Tomcat 6
15+
- closed 27 tickets
16+
17+
118
Version 0.5.0 (2011-03-31)
219
--------------------------
320
first public release

notes/0.7.0.markdown

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
This second release comes with a great number of changes and improvements, most importantly:
2+
3+
* Removed dependency on Akka Mist
4+
* Upgraded to Scala 2.9.0-1 and Akka 1.1.3
5+
* Split into spray-server, spray-client and spray-http
6+
* Added support for
7+
- Gzip/Deflate encodings
8+
- Authentication/authorization (incl. HTTP Basic Auth)
9+
- Proper server-side caching
10+
- Even better path and parameter matching
11+
- Case class extractions
12+
- spray-json (un)marshalling
13+
- Tomcat 6
14+
* Closed [27 tickets](https://github.com/spray/spray/issues?sort=created&direction=desc&state=closed)

notes/about.markdown

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[spray](http://spray.cc) is a lightweight Scala framework for building RESTful web services on top of Akka.

project/build/Project.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import sbt._
22

3-
class Project(info: ProjectInfo) extends DefaultProject(info) with AkkaBaseProject{
3+
class Project(info: ProjectInfo) extends DefaultProject(info) with AkkaBaseProject with posterous.Publish {
44

55
// -------------------------------------------------------------------------------------------------------------------
66
// All repositories *must* go here! See ModuleConfigurations below.

0 commit comments

Comments
 (0)