summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 1075bc39..8af8ad43 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.23.3:
+
2010-03-08 Krzesimir Nowak <qdlacz@gmail.com>
Updated enum.pl script.
@@ -65,21 +67,21 @@
2010-02-06 Murray Cumming <murrayc@murrayc.com>
- IOStream: get_input_stream(), get_output_stream(): Fix reference counting.
+ IOStream: get_input_stream(), get_output_stream(): Fix reference counting.
* gio/src/iostream.hg: get_input_stream(), get_output_stream(): Use refreturn
to avoid a crash as mentioned in bug #607554.
2010-02-06 Murray Cumming <murrayc@murrayc.com>
- MemoryOutputStream: Add properties.
+ MemoryOutputStream: Add properties.
* gio/src/gio_signals.defs: Regenerated.
* gio/src/memoryoutputstream.hg: Add properties, as suggesed in bug #605710.
2010-02-06 Krzysztof KosiƄski <tweenk.pl@gmail.com>
- MemoryOutputStream: Fix the constructor.
+ MemoryOutputStream: Fix the constructor.
* gio/src/memoryoutputstream.hg: Constructor and create(): Rename the len
parameter to size, to match the properties, so the constructor works.