Skip to content

Commit

Permalink
prepare release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shingara committed Nov 18, 2008
1 parent 3c32e91 commit af67254
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion History.txt
@@ -1,4 +1,4 @@
== Master == 0.6.0 / 2008-11-18


* Choose the front picture of gallery * Choose the front picture of gallery
* Choose a random front picture of gallery * Choose a random front picture of gallery
Expand Down
6 changes: 6 additions & 0 deletions Manifest.txt
Expand Up @@ -46,8 +46,12 @@ app/views/admin/galleries/follow_import.js.rjs
app/views/admin/galleries/index.html.erb app/views/admin/galleries/index.html.erb
app/views/admin/galleries/new.html.erb app/views/admin/galleries/new.html.erb
app/views/admin/galleries/new_by_mass_upload.html.erb app/views/admin/galleries/new_by_mass_upload.html.erb
app/views/admin/galleries/random_front_picture.js.rjs
app/views/admin/galleries/show.html.erb app/views/admin/galleries/show.html.erb
app/views/admin/pictures/_copy_form.html.erb
app/views/admin/pictures/_picture.html.erb app/views/admin/pictures/_picture.html.erb
app/views/admin/pictures/copy.html.erb
app/views/admin/pictures/copy.js.rjs
app/views/admin/pictures/edit.html.erb app/views/admin/pictures/edit.html.erb
app/views/admin/pictures/index.html.erb app/views/admin/pictures/index.html.erb
app/views/admin/pictures/new.html.erb app/views/admin/pictures/new.html.erb
Expand Down Expand Up @@ -98,6 +102,7 @@ db/migrate/20080618220812_acts_as_taggable_migration.rb
db/migrate/20080824170446_add_picture_id_in_import.rb db/migrate/20080824170446_add_picture_id_in_import.rb
db/migrate/20080910173454_create_comments.rb db/migrate/20080910173454_create_comments.rb
db/migrate/20081004162418_create_view_picture.rb db/migrate/20081004162418_create_view_picture.rb
db/migrate/20081009062522_add_default_picture_to_gallery.rb
db/schema.rb db/schema.rb
lib/authenticated_system.rb lib/authenticated_system.rb
lib/authenticated_test_helper.rb lib/authenticated_test_helper.rb
Expand Down Expand Up @@ -151,6 +156,7 @@ public/images/user.png
public/images/user50.png public/images/user50.png
public/images/world_link.png public/images/world_link.png
public/images/world_link50.png public/images/world_link50.png
public/javascripts/administration.js
public/javascripts/application.js public/javascripts/application.js
public/javascripts/controls.js public/javascripts/controls.js
public/javascripts/dragdrop.js public/javascripts/dragdrop.js
Expand Down
4 changes: 2 additions & 2 deletions lib/pictrails/version.rb
@@ -1,8 +1,8 @@
module Pictrails module Pictrails
module VERSION #:nodoc: module VERSION #:nodoc:
MAJOR = 0 MAJOR = 0
MINOR = 5 MINOR = 6
TINY = 2 TINY = 0


STRING = [MAJOR, MINOR, TINY].join('.') STRING = [MAJOR, MINOR, TINY].join('.')
end end
Expand Down

0 comments on commit af67254

Please sign in to comment.