<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,6 @@
+2009-03-02
+  * Release the stable version 3.0
+
 2009-02-28
   * Fixed a small js error on dblclick on grids
   * Added for Ext::Component a new method for remove listener, remove_listener </diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -24,18 +24,20 @@ Haml 2+
 
 ==Installation
 
-  script/plugin install git://github.com/Lipsiasoft/lipsiadmin.git
+  $ sudo gem install lipsiadmin
+  
+Then in your config/environment.rb
+  
+  config.gem &quot;lipsiadmin&quot;, :version =&gt; &quot;&lt; 4.0&quot;
+  
+Why we need to specify version?
 
-The version 2.9 version is an alpha relase and the gem will be aviable from 3.0
+Simply because we mantain backward compatibility until a 4.0 version.
+This mean that before v 4.0 we only do small improvemets, bug fix, doc etc...
 
-In future you can simply do:
+If you want install the edge version you can simply do:
 
-  in config/environments.rb
-  config.gem &quot;lipsiadmin&quot;
-  
-then (if you don't have it already)
-  
-  $ rake gems:install
+  script/plugin install git://github.com/Lipsiasoft/lipsiadmin.git
   
 ==Examples
 </diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -7,7 +7,7 @@ require 'rake/gempackagetask'
 require 'rake/contrib/sshpublisher'
 
 PKG_NAME      = 'lipsiadmin'
-PKG_VERSION   = &quot;2.9&quot;
+PKG_VERSION   = &quot;3.0&quot;
 PKG_FILE_NAME = &quot;#{PKG_NAME}-#{PKG_VERSION}&quot;
 
 $LOAD_PATH &lt;&lt; File.join(File.dirname(__FILE__), 'lib')</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,8 +1,8 @@
 module Lipsiadmin
   module VERSION #:nodoc:
-    MAJOR = 2
-    MINOR = 2
-    TINY  = 9
+    MAJOR = 3
+    MINOR = 0
+    TINY  = 0
 
     STRING = [MAJOR, MINOR, TINY].join('.')
   end</diff>
      <filename>lib/version.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>14d97d656d4632ec0da51ad078d9190183912822</id>
    </parent>
  </parents>
  <author>
    <name>Davide D'Agostino</name>
    <email>DAddYE@DAddYE.local</email>
  </author>
  <url>http://github.com/Lipsiasoft/lipsiadmin/commit/9922dc2282e9ce945a9b22062fc947546fc7d3f0</url>
  <id>9922dc2282e9ce945a9b22062fc947546fc7d3f0</id>
  <committed-date>2009-03-02T01:56:00-08:00</committed-date>
  <authored-date>2009-03-02T01:56:00-08:00</authored-date>
  <message>  * Release the stable version 3.0 on RubyForge</message>
  <tree>e5e7082a13e1ffb9354e557e186ec4e76c43194c</tree>
  <committer>
    <name>Davide D'Agostino</name>
    <email>DAddYE@DAddYE.local</email>
  </committer>
</commit>
