diff --git a/db/schema.rb b/db/schema.rb index 8b8c470..7b185e5 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -9,7 +9,7 @@ # # It's strongly recommended to check this file into your version control system. -ActiveRecord::Schema.define(:version => 20110215153624) do +ActiveRecord::Schema.define(:version => 20110222211802) do create_table "action_tracker", :force => true do |t| t.integer "user_id" diff --git a/debian/changelog b/debian/changelog index 290679d..840d291 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +noosfero (0.28.6) unstable; urgency=low + + * Bugfixes Version release. (Closes: AI#1874 AI#1890 AI#1893 AI#1871 AI#1884 AI#1892 AI#1882 AI#1883 AI#1896 AI#1875 AI#1895 AI#1879) + + -- Joenio Costa Sun, 27 Feb 2011 23:56:51 -0300 + noosfero (0.28.5) unstable; urgency=low * Bugfixes Version release. (Closes: AI#1867 AI#1866 AI#1870 AI#1854 AI#1851 AI#1810 AI#1889 AI#1868 AI#1855 AI#1887) diff --git a/lib/noosfero.rb b/lib/noosfero.rb index b650802..7a737bc 100644 --- a/lib/noosfero.rb +++ b/lib/noosfero.rb @@ -1,6 +1,6 @@ module Noosfero PROJECT = 'noosfero' - VERSION = '0.28.5' + VERSION = '0.28.6' def self.pattern_for_controllers_in_directory(dir) disjunction = controllers_in_directory(dir).join('|') -- libgit2 0.21.2