summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2012-01-15 15:27:04 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2012-01-15 15:27:04 +0000
commitd50ff75ea10e3a928ec769efae4c697f300b2e55 (patch)
treee4f2968c361046acf2ff5355a0ac3aa95560c51a /ChangeLog
parent48b4d1af4186442fa282d0fba8440bc0f61dc7a9 (diff)
parse the version out of the version string using locale agnostic g_ascii_strtod instead of sscanf, which would only pick up the integer component with a locale which used a different radix character.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e0f59a5..1974f80 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-* Sat Jan 14 2011 1.0
+* Sun Jan 15 2011 1.0
- Show files in a tree.
- Consistency/code share in files tree view and add dialog tree view.
- A lot of optimisation for building either files tree view.