Simply doing a git-pull, works like a charm.

I guess those security fixes should be pretty important…

/mephisto$ git-pull
remote: Counting objects: 39, done.
Compressing objects: 100% (18/18), done.)
remote: Total 25 (delta 15), reused 17 (delta 7)
Unpacking 25 objects
100% (25/25) done
refs/heads/origin: fast forward to branch 'master' of git://github.com/technoweenie/mephisto
old..new: fd03aed..90e2cc2
refs/heads/rel-0.8: fast forward to branch 'rel-0.8' of git://github.com/technoweenie/mephisto
old..new: e668bea..45ffeb7
Updating fd03aed..90e2cc2
config/boot.rb: needs update
config/environment.rb: needs update
db/schema.rb: needs update
Fast forward
app/controllers/admin/articles_controller.rb | 1 +
app/controllers/admin/base_controller.rb | 13 +++++++++++++
app/controllers/admin/cachedpagescontroller.rb | 1 +
app/controllers/admin/comments_controller.rb | 1 +
app/controllers/admin/overview_controller.rb | 1 +
app/controllers/admin/resources_controller.rb | 10 +++++++++-
app/controllers/admin/sections_controller.rb | 1 +
app/controllers/admin/templates_controller.rb | 4 ++++
app/controllers/admin/themes_controller.rb | 2 +-
app/models/article.rb | 2 +-
10 files changed, 33 insertions(+), 3 deletions(-)

Comments