Skip to content

Commit

Permalink
Changed version to 1.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
gawi committed May 5, 2014
1 parent 1f4ccc3 commit 066a0c4
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group = "com.nuecho"
version = "1.0.1"
version = "1.0.2"

// Configure the java projects release.

Expand Down
38 changes: 38 additions & 0 deletions changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,43 @@
# Rivr change log

## Version 1.0.2:

### Rivr core

####

* (nothing)

#### Added

* `ServletResponseContent`: added `getContentLength()`

#### Removed

* (nothing)

#### Fixed

* `DialogueServlet`: Generates the `Content-Length` header. This prevents chunked encoding on some servlet containers (at least on Oracle WebLogic). This was causing problem for the dialogue runner.

### Rivr VoiceXML

#### Changed

* `XmlDocumentServletResponseContent` and `JsonServletResponseContent`: added `getContentLength()`

#### Added

* (nothing)

#### Removed

* (nothing)

#### Fixed

* (nothing)

## Version 1.0.1:

### Rivr core
Expand Down

0 comments on commit 066a0c4

Please sign in to comment.