Changeset 124

Show
Ignore:
Timestamp:
08/03/08 16:13:52 (4 months ago)
Author:
jweiss
Message:

update readme & co

Location:
trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/CHANGELOG.txt

    r121 r124  
    11 
    22SVN 
     3 
     4* Update to Capistrano 2.4.3 
    35 
    46* Add Recipe versioning with version_fu. Provided by Mathias Meyer 
  • trunk/LICENSE.txt

    r1 r124  
    33 
    44/* 
    5  * Copyright (c) 2007 Jonathan Weiss <jw@innerewut.de> 
     5 * Copyright (c) 2007-2008 Jonathan Weiss <jw@innerewut.de> 
    66 * 
    77 * Permission to use, copy, modify, and distribute this software for any 
  • trunk/db/schema.rb

    r121 r124  
    1010# It's strongly recommended to check this file into your version control system. 
    1111 
    12 ActiveRecord::Schema.define(:version => 20080621203016) do 
     12ActiveRecord::Schema.define(:version => 20080621205235) do 
    1313 
    1414  create_table "configuration_parameters", :force => true do |t| 
     
    7575    t.datetime "created_at" 
    7676    t.datetime "updated_at" 
     77    t.integer  "version",     :limit => 11, :default => 1 
    7778  end 
    7879