Skip to content

Commit 347c67f

Browse files
committed
Updated CHANGES for release v0.20090605, which fixes the MySQL truncation.
1 parent c83df9e commit 347c67f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGES.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ Changes
33

44
OpenConferenceWare stable releases and changes included, with latest at top:
55

6+
* v0.20090605
7+
8+
- FIXED schema/migrations for MySQL, it was truncating important columns
9+
to 255 characters. This fix upgrades these "varchar(255)" columns to
10+
"text": proposal descriptions, schedule items excerpts and
11+
descriptions, snippets descriptions, and tracks descriptions. If you
12+
were using SQLite, you were not affected by this bug.
13+
614
* v0.20090524
715

816
- FIXED layout, it no longer raises an exception if there's no event.

0 commit comments

Comments
 (0)