Skip to content

Commit

Permalink
prepare for release today.
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Jul 23, 2010
1 parent 5d96451 commit fab5a42
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
7 changes: 5 additions & 2 deletions changelog.md
@@ -1,10 +1,13 @@
## 0.9.7.8 [UNRELEASED]
## 0.9.7.8 [23 July 2010]

- Refactored Amazon S3 and gem installation to make it easier to install on Heroku. [Steven Heidel](http://github.com/stevenheidel)
- Made project more testable. Renamed rake refinery:test_all to rake test:refinery [Philip Arndt](http://github.com/parndt)
- Documentation improved [David Jones](http://github.com/djones), [Philip Arndt](http://github.com/parndt) and [Steven Heidel](http://github.com/stevenheidel)
- Installed spork for use with systems that support forking for performance improvements. Doesn't run on Windows. [Philip Arndt](http://github.com/parndt) and [James Fiderlick](http://github.com/jamesfid)
- [See full list](http://github.com/resolve/refinerycms/compare/0.9.7.7...master)
- Improvements and new translations for Norsk Bokmål localisation. [Ken Paulsen](http://github.com/ken-guru)
- Ensured that RefinerySetting restrictions work properly using a before_save handler. [Joe Sak](http://github.com/joemsak)
- Updated jquery-html5-placeholder-shim to latest version. [Amanda Wagener](http://github.com/awagener)
- [See full list](http://github.com/resolve/refinerycms/compare/0.9.7.7...0.9.7.8)

## 0.9.7.7 [20 July 2010]

Expand Down
3 changes: 2 additions & 1 deletion refinerycms.gemspec
Expand Up @@ -2,7 +2,7 @@ Gem::Specification.new do |s|
s.name = %q{refinerycms}
s.version = %q{0.9.7.8}
s.description = %q{A beautiful open source Ruby on Rails content manager for small business. Easy to extend, easy to use, lightweight and all wrapped up in a super slick UI.}
s.date = %q{2010-07-22}
s.date = %q{2010-07-23}
s.summary = %q{A beautiful open source Ruby on Rails content manager for small business.}
s.email = %q{info@refinerycms.com}
s.homepage = %q{http://refinerycms.com}
Expand Down Expand Up @@ -1129,6 +1129,7 @@ Gem::Specification.new do |s|
'vendor/plugins/refinery/lib/generators/refinery/templates/config',
'vendor/plugins/refinery/lib/generators/refinery/templates/config/locales',
'vendor/plugins/refinery/lib/generators/refinery/templates/config/locales/en.yml',
'vendor/plugins/refinery/lib/generators/refinery/templates/config/locales/nb.yml',
'vendor/plugins/refinery/lib/generators/refinery/templates/config/locales/nl.yml',
'vendor/plugins/refinery/lib/generators/refinery/templates/config/routes.rb',
'vendor/plugins/refinery/lib/generators/refinery/templates/controller.rb',
Expand Down

0 comments on commit fab5a42

Please sign in to comment.