]> source.dussan.org Git - redmine.git/commitdiff
Docs updated for 0.6.4 release. 0.6-stable
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 12 Mar 2008 18:06:43 +0000 (18:06 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 12 Mar 2008 18:06:43 +0000 (18:06 +0000)
git-svn-id: http://redmine.rubyforge.org/svn/branches/0.6-stable@1233 e93f8b46-1217-0410-a6f0-8f06a7374b81

doc/CHANGELOG
doc/INSTALL
doc/UPGRADING
lib/redmine/version.rb

index 4df28cfe8e1d740dfecac30933c3ad11d3f24c96..4a7ce1361a7c94c159b62fc4ad13e4fe47e83724 100644 (file)
@@ -1,10 +1,23 @@
 == Redmine changelog
 
 Redmine - project management software
-Copyright (C) 2006-2007  Jean-Philippe Lang
+Copyright (C) 2006-2008  Jean-Philippe Lang
 http://www.redmine.org/
 
 
+== 2007-03-12 v0.6.4
+
+* Fixed: private projects name are displayed on account/show even if the current user doesn't have access to these private projects
+* Fixed: potential LDAP authentication security flaw
+* Fixed: context submenus on the issue list don't show up with IE6.
+* Fixed: Themes are not applied with Rails 2.0
+* Fixed: crash when fetching Mercurial changesets if changeset[:files] is nil
+* Fixed: Mercurial repository browsing
+* Fixed: undefined local variable or method 'log' in CvsAdapter when a cvs command fails
+* Fixed: not null constraints not removed with Postgresql
+* Doctype set to transitional
+
+
 == 2007-12-18 v0.6.3
 
 * Fixed: upload doesn't work in 'Files' section
index 5eb4d5c68dab24dff2fb26b50ab0b612ee3c43f6..1cc43553438b35836a8d0c9bdd5c3df1e20a5dbf 100644 (file)
@@ -1,13 +1,13 @@
 == Redmine installation
 
 Redmine - project management software
-Copyright (C) 2006-2007  Jean-Philippe Lang
+Copyright (C) 2006-2008  Jean-Philippe Lang
 http://www.redmine.org/
 
 
 == Requirements
 
-* Ruby on Rails 1.2.5 or 2.0.1
+* Ruby on Rails 1.2.6 or 2.0.2
 * A database (see compatibility below)
 
 Optional:
index 7cd085fa791319a5a4f4f942c0f0f14632cff3cc..da862ace595f8f6761364055614530fe9a44e325 100644 (file)
@@ -1,7 +1,7 @@
 == Redmine upgrade procedure
 
 Redmine - project management software
-Copyright (C) 2006-2007  Jean-Philippe Lang
+Copyright (C) 2006-2008  Jean-Philippe Lang
 http://www.redmine.org/
 
 
@@ -20,16 +20,10 @@ http://www.redmine.org/
 
 6. Copy the RAILS_ROOT/files directory content into your new installation
 
-Note 1: Rails 1.2.2 or higher is required for version 0.4.2 and later.
+Note 1: Rails 1.2.6 or higher is required
 
 Note 2: when upgrading your code with svn update, don't forget to clear
 the application cache (RAILS_ROOT/tmp/cache) before restarting.
 
 Note 3: settings previously defined in custom_config.rb are now stored
 in database, as of version 0.4.2. Go to "Admin -> Settings" to edit them.
-
-   
-== From 0.2.x and below
-
-Due to major database changes since 0.2.x, there is no migration support
-from 0.2.x and previous versions.
index e6aa8fa72614c5f63ef22c4e1d7f3bf3816affff..2bc0e37256bacb5b68d727b87be6ac1c321e70cf 100644 (file)
@@ -4,7 +4,7 @@ module Redmine
   module VERSION #:nodoc:
     MAJOR = 0
     MINOR = 6
-    TINY  = 3
+    TINY  = 4
 
     def self.revision
       revision = nil