commit c104cb85ae297a32c309f7e8d72ffe5323ee8df8 Author: Matthew Barnes Date: Sun Jan 15 22:41:02 2012 -0500 Update NEWS and README for 0.8.2 release. NEWS | 11 +++++++++++ README | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) commit ae2af5e8cee80f107522f3672cb94e8638aaf582 Author: Matthew Barnes Date: Sun Jan 15 22:50:45 2012 -0500 Produce tarballs with xz instead of gzip. Because gzipped tarballs are sooo 2010... configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 32ac5b578298f289653aae786cae8cdf18ac1238 Author: Matthew Barnes Date: Sun Jan 15 22:25:24 2012 -0500 Do not treat start() as a GSourceFunc. Idiotic mistake in main() where we schedule start() directly as a main loop callback. Problem is main loop callbacks must return a boolean, and start(), which is only meant to run once, has a void return type. So it's a coin toss whether start() will be run over and over again. src/main.c | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) commit 970749a7afe13d9ec79d680f12bf489a70db67e7 Author: Jordi Mallach Date: Mon Jan 16 00:05:53 2012 +0100 Re-add dependency info for libsoup. README | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) commit 82aa7938b5f8c0018820a71c458791b2a8b5f82c Author: Matthew Barnes Date: Sun Jan 15 16:51:07 2012 -0500 Post-release version bump. configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)