Skip to content

Commit

Permalink
Release trinidad 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
calavera committed Nov 5, 2010
1 parent fb305ef commit 7adc7bf
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
7 changes: 7 additions & 0 deletions History.txt
@@ -1,3 +1,10 @@
== 1.0.0 (2010-11-04)

* Warbler support
* Add APR listener to run under native connectors
* fixes #24: setting address doesn't affect listening socket
* fix issues configuring the logger out of the lifecycle listener

== 0.9.12 (2010-10-21)

* fix problems loading tomcat classes from rack application
Expand Down
2 changes: 1 addition & 1 deletion lib/trinidad.rb
Expand Up @@ -24,5 +24,5 @@
require 'trinidad/war_web_app'

module Trinidad
VERSION = '0.9.12'
VERSION = '1.0.0'
end
7 changes: 4 additions & 3 deletions trinidad.gemspec
Expand Up @@ -13,8 +13,8 @@ Gem::Specification.new do |s|
## If your rubyforge_project name is different, then edit it and comment out
## the sub! line in the Rakefile
s.name = 'trinidad'
s.version = '0.9.12'
s.date = '2010-10-22'
s.version = '1.0.0'
s.date = '2010-11-04'
s.rubyforge_project = 'trinidad'

## Make sure your summary is short. The description may be as long
Expand Down Expand Up @@ -66,11 +66,12 @@ README.rdoc
lib/trinidad/command_line_parser.rb
lib/trinidad/core_ext.rb
lib/trinidad/extensions.rb
lib/trinidad/lifecycle
lib/trinidad/rackup_web_app.rb
lib/trinidad/rails_web_app.rb
lib/trinidad/server.rb
lib/trinidad/war_web_app.rb
lib/trinidad/web_app.rb
lib/trinidad/web_app_lifecycle_listener.rb
]
# = MANIFEST =

Expand Down

0 comments on commit 7adc7bf

Please sign in to comment.