commit 47e9dbddb029b6fe6cf93b9b601b4f49cdf59d30 Author: Germán Poo-Caamaño AuthorDate: 2014-07-05 Commit: Germán Poo-Caamaño CommitDate: 2014-07-05 Version 0.13.1 M postr.doap commit f8a1769bb94b06b8ec53cb78d14b387348645a94 Author: Germán Poo-Caamaño AuthorDate: 2014-07-05 Commit: Germán Poo-Caamaño CommitDate: 2014-07-05 Update DOAP versions information M postr.doap commit 9f053991760fb8e8f04621cdfe23c23b15bef087 Author: Alexander Alemayhu AuthorDate: 2014-06-30 Commit: Germán Poo-Caamaño CommitDate: 2014-06-30 Replace http with https for the flickr urls M src/SetCombo.py M src/flickrest.py M src/postr.py M src/util.py commit e1406c262a7e487964d2bda2d11d8893a58a901c Author: Germán Poo-Caamaño AuthorDate: 2012-10-04 Commit: Germán Poo-Caamaño CommitDate: 2012-10-04 Fix installation of UI file Install glade file in pythondir as in previous versions. Signed-off-by: Germán Poo-Caamaño M Makefile.am M configure.ac M src/version.py commit 63b803acba957ea81946a86cd3f03dd34ed1779f Author: Germán Poo-Caamaño AuthorDate: 2012-10-04 Commit: Germán Poo-Caamaño CommitDate: 2012-10-04 Fixed exception after quit This bug was silly. It caused an exception when python was cleaning up twisted before closing. It seems there was a callback in the stack that was trying to be applied to an object already released. This happened only when there were callbacks on callbacks in twisted. It seems that modules imported insude functions or methods are cleaned up differently than when they are imported at the beginning of a module. Or maybe is a bug in either twisted or bsddb3 that mess the garbage collector up. https://bugzilla.gnome.org/show_bug.cgi?id=535572 Signed-off-by: Germán Poo-Caamaño M src/util.py