From 4cc7be2f1b2212541321468f58762879985a5411 Mon Sep 17 00:00:00 2001 From: George Lebl Date: Thu, 5 Jan 2006 19:09:00 -0800 Subject: [PATCH] Release 2.0.14 --- ChangeLog | 10 +++++++++- NEWS | 3 +++ configure | 2 +- configure.in | 2 +- gob2.spec | 2 +- src/main.c | 2 +- 6 files changed, 16 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9a35c81..539eb4d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,12 @@ -Fri Dec 16 12:23:35 2005 Wanker who should set his $CHANGELOGNAME +Thu Jan 05 10:09:32 2006 George (Jiri) Lebl + + * Release 2.0.14 + +Thu Jan 05 10:06:38 2006 George (Jiri) Lebl + + * src/main.c: fix major segfault (oops!) + +Fri Dec 16 12:23:35 2005 George Lebl * src/main.c, src/parse.y: Fix for the libglade support from Nicolas Bruguier diff --git a/NEWS b/NEWS index b235a7e..058d71c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +2.0.14: + * Fix major segfault + 2.0.13: * --no-touch support to avoid spurious rebuilds (see manpage) (Jean-Yves Lefort) diff --git a/configure b/configure index 1a81929..1485339 100755 --- a/configure +++ b/configure @@ -1473,7 +1473,7 @@ fi PACKAGE=gob2 -VERSION=2.0.13 +VERSION=2.0.14 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 diff --git a/configure.in b/configure.in index c551624..9c3ab23 100644 --- a/configure.in +++ b/configure.in @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.2) AC_INIT(src/treefuncs.h) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(gob2,2.0.13) +AM_INIT_AUTOMAKE(gob2,2.0.14) AM_MAINTAINER_MODE GLIB_REQUIRED=2.0.0 diff --git a/gob2.spec b/gob2.spec index 570ac62..feafa35 100644 --- a/gob2.spec +++ b/gob2.spec @@ -1,4 +1,4 @@ -%define ver 2.0.13 +%define ver 2.0.14 %define rel 1 %define prefix /usr diff --git a/src/main.c b/src/main.c index 186ac59..1fddc26 100644 --- a/src/main.c +++ b/src/main.c @@ -3078,7 +3078,7 @@ open_files(void) outfilebase = g_strconcat (fullfilebase, for_cpp ? ".cc" : ".c", NULL); outfile = g_strconcat(outfilebase, no_touch ? "#gob#" : "", NULL); - outfilehbase = g_strconcat (fullfilebase, ".h"); + outfilehbase = g_strconcat (fullfilebase, ".h", NULL); outfileh = g_strconcat(outfilehbase, no_touch_headers ? "#gob#" : "", NULL); if ((privates > 0 || protecteds > 0 || -- 2.43.0