diff options
author | Matthew Johnson <mjj29@qadesh.matthew.ath.cx> | 2009-12-06 11:06:21 +0000 |
---|---|---|
committer | Matthew Johnson <mjj29@qadesh.matthew.ath.cx> | 2009-12-06 11:06:21 +0000 |
commit | 4f7842392fcaf8b024eb7d1c148d02fee17d521a (patch) | |
tree | ecabe046e6b6766842421e1a5d62f5b6ecb0749d /changelog | |
parent | 94883c197697e54be33f3255f93f47d04d2223a5 (diff) |
add handleError in callbacks2.7
Diffstat (limited to 'changelog')
-rw-r--r-- | changelog | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Version 2.6.1: +Version 2.7: * Fix bug in disconnected signal/exception handling (Spotted by Serkan Kaba <serkan_kaba -at- yahoo -dot- com>) @@ -13,7 +13,7 @@ Version 2.6.1: * Support reading session bus address from file in $HOME * Fix TCP cookie timestamp problems (Report/fix from Johannes Felten <johannesfelten -at- googlemail -dot- com>) - + * Add handleError() method to callbacks (breaks backwards source compatibility) Version 2.6: |