CHANGES in folio-0.3.0 vs CHANGES in folio-0.4.0
- old
+ new
@@ -1,14 +1,98 @@
-== 0.3.0 / 2008-09-17
+2008-11-21 trans <transfire@gmail.com>
-* 2 Major Enhancements
+ * updated RELEASE
+ * .gitignore, added MANIFEST
+ * directory.rb, fixed #directories method
+ * upped to version 0.4.0
+ * shell.rb, fixed localize method
+ * update website
+2008-11-21 T. Sawyer <trans@di1525.(none)>
- * Added XDG methods to Prompt class. (#9a926a12a0b061c3ec9bfbd23f5387e65c1e7201)
- * Renamed Prompt to Shell. (#da2eb57bccd4400e0b272836ad9cf23ce23d6b19)
+ * fixed shell spec
+ * added many FileTest and FileUtils methods
+ * converted specs to rdoc format
-== 0.2.0 / 2008-09-06
+2008-11-20 trans <transfire@gmail.com>
-* 1 Major Enhancements
+ * moved web files to doc
- * Started Repository. (#20c00238d1401c2b4385f0a6109c2c001b922008)
+
+2008-11-17 trans <transfire@gmail.com>
+
+ * integrated ziputils into shell
+2008-11-17 T. Sawyer <trans@di1525.(none)>
+
+ * added minitar, ziputils, and uploadutils (to be integrated)
+
+
+2008-11-05 trans <transfire@gmail.com>
+
+ * added specs
+ * updates to website
+ * used the term shell instead of prompt
+
+
+2008-10-13 trans <transfire@gmail.com>
+
+ * update shell spec
+ * convert specs to new literal form
+
+
+2008-10-02 trans <transfire@gmail.com>
+
+ * RELEASE renamed from NEWS
+ * noted that xdg could be a dependency
+ * reap/services.yaml renamed from reap.yaml
+
+
+2008-09-27 trans <transfire@gmail.com>
+
+ * added more examples to website
+ * added meta/releases
+ * using LGPL not GPL
+ * added a write spec
+
+
+2008-09-17 trans <transfire@gmail.com>
+
+ * updated website
+
+
+2008-09-16 trans <transfire@gmail.com>
+
+ * added more spec fictures
+ * improved error messages
+ * added LinkNotFound error
+ * remarked out Folio shortcut #[] method for time being
+ * added spec for link.rb
+ * removed relpath
+ * renamed spec_prompt.rb to spec_shell.rb
+ * Renamed Prompt to Shell. [major]
+
+
+2008-09-11 trans <transfire@gmail.com>
+
+ * moved test directory to spec directory
+ * turned tests into specs
+ * fixed tests by adding #== to FileObject class
+
+
+2008-09-10 trans <transfire@gmail.com>
+
+ * custom rdoc-template
+ * added TODO and VERSION files
+ * Added XDG methods to Prompt class. [major]
+ * moved METADATA to meta/
+
+
+2008-09-06 trans <transfire@gmail.com>
+
+ * added .gitignore file
+ * reorganized project for reap changes
+
+
+2008-09-04 trans <transfire@gmail.com>
+
+ * Started Repository. [major]