commit 872cc1404b55fa3673bfd8a5fd995f7561292369 Author: Tim Horton Date: Tue May 17 12:52:38 2011 -0400 actually add config.h.in to .gitignore .gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit db859ed93cf642393b41bd432cbd6cbc2e44a331 Author: Tim Horton Date: Tue May 17 12:51:56 2011 -0400 Version bump configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 7a1df2a43ca17dd567ec8e0690ab91688e3969b8 Author: Tim Horton Date: Tue May 17 12:50:27 2011 -0400 Update news for 3.1.1 NEWS | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) commit 8a6a84b1b9a5449d6239fbcbb15c3f4a6349f950 Author: Tim Horton Date: Tue May 17 12:45:48 2011 -0400 We only require libutil.h for FreeBSD, apparently doc/reference/tmpl/seed-context.sgml | 28 ++++++++++++++-------------- doc/reference/tmpl/seed-eval.sgml | 2 +- doc/reference/tmpl/seed-jsclass.sgml | 2 +- doc/reference/tmpl/seed-object.sgml | 8 ++++---- modules/os/seed-os.c | 4 +--- 5 files changed, 21 insertions(+), 23 deletions(-) commit c1d6b3ad19520ee05d04e7094b700d94ac69b4df Author: Michael Terry Date: Tue May 17 12:34:17 2011 -0400 Add DBUSGLIB_CFLAGS and DBUSGLIB_LDFLAGS to dbus module's Makefile.am to fix build failure modules/dbus/Makefile.am | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 424ad8504a03c393439283873316d413a9edd2ec Author: Tim Horton Date: Tue May 17 00:47:37 2011 -0400 Remove config.h.in from git (recently .gitignored) config.h.in | 92 ----------------------------------------------------------- 1 files changed, 0 insertions(+), 92 deletions(-) commit 920b1d82a2282fdfea3a0d0358a51d3b23facc47 Author: Tim Horton Date: Tue May 17 00:46:42 2011 -0400 Only include libutil.h on FreeBSD (util.h on OpenBSD, nothing on Linux) modules/os/seed-os.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 081707c35a0f90aae0651c7a079729a6031bc4e6 Author: Alan Knowles Date: Mon May 16 17:52:55 2011 +0800 add config.h.in to git ignore .gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 6a9e7fa16c23b697ebeccd0aec53a70dc0a3533c Author: Matej Cepl Date: Mon May 16 17:49:00 2011 +0800 fix #650121 - typo in sqlite documentation doc/modules/sqlite/sqlite.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 03c808137331be912e9adde997dd2830cf2e5593 Author: Jasper Lievisse Adriaanse Date: Mon May 16 17:38:37 2011 +0800 fix #650234 -m Add FreeBSD/OpenBSD support to os/seed-os.c modules/os/seed-os.c | 41 +++++++++++++++++++++++++++++++++++++++-- 1 files changed, 39 insertions(+), 2 deletions(-) commit 18861a32f2a251c323c21e172ad39fd91fc80e3f Author: Jasper Lievisse Adriaanse Date: Mon May 16 17:36:33 2011 +0800 fix #650233 Fix importing scripts on *BSD libseed/seed-importer.c | 18 +++++++++++++++--- 1 files changed, 15 insertions(+), 3 deletions(-) commit 7afc3b2138e559bfc65c056153141c2ccc747ac4 Author: Jasper Lievisse Adriaanse Date: Mon May 16 17:32:02 2011 +0800 fix #650232 - Missing includes cause build to fail on OpenBSD libseed/seed-closure.c | 1 + libseed/seed-private.h | 4 +++- 2 files changed, 4 insertions(+), 1 deletions(-) commit d55b446cc031e1de483c92b5d22d59312ed4e234 Author: Jonathan Nieder Date: Fri Apr 22 01:49:29 2011 -0500 Fix build-time errors with recent dash as sh dash and FreeBSD sh's "test" builtins do not support the == operator, leading to confusion at configure time: checking for GTHREAD... yes ./configure: 13717: test: xyes: unexpected operator ./configure: 14011: test: xyes: unexpected operator [...] checking pty.h usability... yes and errors at compile time: make[3]: Entering directory `/home/jrn/src/seed/modules/canvas' CC libseed_canvas_la-seed-canvas.lo seed-canvas.c:21:19: fatal error: cairo.h: No such file or directory compilation terminated. Use the more portable = instead. Probably this was not noticed before because until recently dash lacked support for $LINENO, leading autoconf to fall back on bash. Reported-by: Lucas Nussbaum Signed-off-by: Jonathan Nieder configure.ac | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) commit df358cc51df5ab155b1496e21a9da8d6ae401ed3 Author: Alan Knowles Date: Fri Apr 22 15:38:21 2011 +0800 fix tests for GI_TYPE_TAG_* that where removed in 0.9 GI libseed/seed-closure.c | 8 ++------ libseed/seed-types.c | 12 +++--------- 2 files changed, 5 insertions(+), 15 deletions(-) commit e04b84f579f02f607656c65799e80483b537f8c0 Author: Craig Keogh Date: Sun Apr 17 20:12:56 2011 +0800 fix #64009 - honor ACLOCAL_FLAGS to help jhbuild out Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit a9cfd171875515aba2d43b90d8b260a0dd678fa1 Author: Alan Knowles Date: Sat Apr 16 13:31:28 2011 +0800 fix types which have been removed in new versions libseed/seed-types.c | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) commit 42d87d2df6e91da9526aa1adb2cba671abc3f51f Author: Alan Knowles Date: Sat Apr 16 13:23:10 2011 +0800 fix types which have been removed in new versions libseed/seed-closure.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 5d14a17e2998135b5ac50fcb2a2a60f325729ab9 Author: Alan Knowles Date: Sat Apr 16 12:03:55 2011 +0800 fix autoconf stripping square brackets in introspection versioning code configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)