]> git.draconx.ca Git - gob-dx.git/commitdiff
Release 2.0.14 v2.0.14
authorGeorge Lebl <jirka@5z.com>
Fri, 6 Jan 2006 03:09:00 +0000 (19:09 -0800)
committerNick Bowler <nbowler@draconx.ca>
Tue, 19 Feb 2019 17:34:17 +0000 (12:34 -0500)
ChangeLog
NEWS
configure
configure.in
gob2.spec
src/main.c

index 9a35c814aad8303f3e11c11171b355ca625a241d..539eb4da1d3c67935feec744bda86c81feefda11 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,12 @@
-Fri Dec 16 12:23:35 2005  Wanker who should set his $CHANGELOGNAME <wanker@wankers.com>
+Thu Jan 05 10:09:32 2006  George (Jiri) Lebl <jirka@5z.com>
+
+       * Release 2.0.14
+
+Thu Jan 05 10:06:38 2006  George (Jiri) Lebl <jirka@5z.com>
+
+       * src/main.c: fix major segfault (oops!)
+
+Fri Dec 16 12:23:35 2005  George Lebl <jirka@5z.com>
 
        * src/main.c, src/parse.y:  Fix for the libglade support from
          Nicolas Bruguier <gandalfn@club-internet.fr>
diff --git a/NEWS b/NEWS
index b235a7e8d32bc76077da40c0a267e215a41dd7dc..058d71cdf0d3b26e4f345bfd8111b6ae8a2f1765 100644 (file)
--- 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)
index 1a81929b57cdd2e6ae84f48e939db3e5161fa5fe..14853398c3b6cbd5561fc662e25eabcf091d19d9 100755 (executable)
--- 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
index c551624d8bdeb58b78cd7bd7c416339be1675fb8..9c3ab230a8706d37968f6d05938be513dd6c242f 100644 (file)
@@ -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
index 570ac628a755bad73bc4b772e535b11346e7004a..feafa35dc3261114167230129a6fa840afab35d5 100644 (file)
--- 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
 
index 186ac59cd794a3828e0a2a968fea8dfed9c1ae17..1fddc2658791f085a1d73a490d3a3cf8c4fd8136 100644 (file)
@@ -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 ||