Skip to content

Commit

Permalink
Release 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Hannes Wyss authored and hannes-wyss committed Jul 3, 2009
1 parent 017b63b commit 52c1c38
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 1 deletion.
32 changes: 32 additions & 0 deletions History.txt
@@ -1,3 +1,35 @@
=== 0.6.4 / 2009-07-03

* 5 Bugfixes

* Fixes the issue reported by Harley Mackenzie in
http://rubyforge.org/tracker/index.php?func=detail&aid=24119&group_id=678&atid=2677
where in some edge-cases numbers were stored incorrectly

* Fixes the issue reported and fixed by someone23 in
http://rubyforge.org/tracker/index.php?func=detail&aid=25732&group_id=678&atid=2677
where using Row-updater methods with blocks caused LocalJumpErrors

* Fixes the issue reported and fixed by Corey Burrows in
http://rubyforge.org/tracker/index.php?func=detail&aid=25784&group_id=678&atid=2677
where "Setting the height of a row, either in Excel directly, or via the
Spreadsheet::Row#height= method results in a row that Excel displays with
the maximum row height (409)."

* Fixes the issue reported by Don Park in
http://rubyforge.org/tracker/index.php?func=detail&aid=25968&group_id=678&atid=2677
where some Workbooks could not be parsed due to the OLE-entry being all
uppercase

* Fixes the issue reported by Iwan Buetti in
http://rubyforge.org/tracker/index.php?func=detail&aid=24414&group_id=678&atid=2677
where parsing some Workbooks failed with an Invalid date error.


* 1 major enhancement

* Spreadsheet now runs on Ruby 1.9

=== 0.6.3.1 / 2009-02-13

* 3 Bugfixes
Expand Down
1 change: 1 addition & 0 deletions Manifest.txt
Expand Up @@ -10,6 +10,7 @@ lib/parseexcel/parseexcel.rb
lib/parseexcel/parser.rb
lib/spreadsheet.rb
lib/spreadsheet/column.rb
lib/spreadsheet/compatibility.rb
lib/spreadsheet/datatypes.rb
lib/spreadsheet/encodings.rb
lib/spreadsheet/excel.rb
Expand Down
2 changes: 1 addition & 1 deletion lib/spreadsheet.rb
Expand Up @@ -42,7 +42,7 @@ module Spreadsheet

##
# The version of Spreadsheet you are using.
VERSION = '0.6.3.1'
VERSION = '0.6.4'

##
# Default client Encoding. Change this value if your application uses a
Expand Down

0 comments on commit 52c1c38

Please sign in to comment.