diff options
author | Matthew Johnson <mjj29@hecate.matthew.ath.cx> | 2008-02-05 10:18:37 +0000 |
---|---|---|
committer | Matthew Johnson <mjj29@hecate.matthew.ath.cx> | 2008-02-05 10:18:37 +0000 |
commit | d5a84e681639aac6cca9b3fe50532729d2b60025 (patch) | |
tree | 95c228d6406001f96679ba68dec4fea178bbd3d8 /changelog | |
parent | 1ae3c61f78a8c62c947e94c7da8656d6849e3a24 (diff) |
fix warnings when building with gcj
Diffstat (limited to 'changelog')
-rw-r--r-- | changelog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -21,6 +21,8 @@ Version 2.4: * Fix utf-8 characters used in test to actually be the same character... * Add code to preallocate the buffer array array (Suggested by Adam Bennett <cruxic -at- gmail -dot- com>) + * Fix warnings when building with gcj (fixes a bug in Peer handling and + DBusSerializable handling) Version 2.3.2: |