From 67a955314c168869c7afdef0f1e3aa1002115947 Mon Sep 17 00:00:00 2001
From: "Joachim Wuttke (o)" <j.wuttke@fz-juelich.de>
Date: Thu, 23 Jan 2014 15:37:39 +0100
Subject: [PATCH] This is release 2.1.8f

---
 distrib/HOWTO    |  2 +-
 pub/CHANGELOG    |  5 ++++-
 pub/configure    | 20 ++++++++++----------
 pub/configure.ac |  2 +-
 4 files changed, 16 insertions(+), 13 deletions(-)

diff --git a/distrib/HOWTO b/distrib/HOWTO
index f58db625..d03dece5 100755
--- a/distrib/HOWTO
+++ b/distrib/HOWTO
@@ -11,8 +11,8 @@ http://www.gnu.org/software/hello/manual/autoconf/Autom4te-Cache.html
 cd /git/f2
 kull
 cd pub
-vi CHANGELOG
 vi configure.ac # version becomes <release>, ATTENTION: delete "post-"
+vi CHANGELOG
 make maintainer-clean
 autoreconf -fi # always needed, to update version info
 dl # check: aclocal.m4 must be newer than configure.ac
diff --git a/pub/CHANGELOG b/pub/CHANGELOG
index 739b6e8d..a9e01869 100644
--- a/pub/CHANGELOG
+++ b/pub/CHANGELOG
@@ -1,6 +1,9 @@
-Release 2.1.8f of
+Release 2.1.8f of 23jan14:
 
+- bugfix:
+  - dualplot segfault on long ylabel
 - new commands ftvd (to read x-y-dy lines), oixyd, ofs
+- new functions fac, cata
 - improved error message from convolution
 
 Release 2.1.8e of 19nov13, to be used with frida2libs-131120:
diff --git a/pub/configure b/pub/configure
index 25be6d70..084cecd7 100755
--- a/pub/configure
+++ b/pub/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for frida post-2.1.8e.
+# Generated by GNU Autoconf 2.69 for frida 2.1.8f.
 #
 # Report bugs to <j.wuttke@fz-juelich.de>.
 #
@@ -580,8 +580,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='frida'
 PACKAGE_TARNAME='frida'
-PACKAGE_VERSION='post-2.1.8e'
-PACKAGE_STRING='frida post-2.1.8e'
+PACKAGE_VERSION='2.1.8f'
+PACKAGE_STRING='frida 2.1.8f'
 PACKAGE_BUGREPORT='j.wuttke@fz-juelich.de'
 PACKAGE_URL=''
 
@@ -1285,7 +1285,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures frida post-2.1.8e to adapt to many kinds of systems.
+\`configure' configures frida 2.1.8f to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1351,7 +1351,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of frida post-2.1.8e:";;
+     short | recursive ) echo "Configuration of frida 2.1.8f:";;
    esac
   cat <<\_ACEOF
 
@@ -1451,7 +1451,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-frida configure post-2.1.8e
+frida configure 2.1.8f
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1874,7 +1874,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by frida $as_me post-2.1.8e, which was
+It was created by frida $as_me 2.1.8f, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2745,7 +2745,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='frida'
- VERSION='post-2.1.8e'
+ VERSION='2.1.8f'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -6825,7 +6825,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by frida $as_me post-2.1.8e, which was
+This file was extended by frida $as_me 2.1.8f, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -6891,7 +6891,7 @@ _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-frida config.status post-2.1.8e
+frida config.status 2.1.8f
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff --git a/pub/configure.ac b/pub/configure.ac
index 12152dbf..8a3b5f26 100644
--- a/pub/configure.ac
+++ b/pub/configure.ac
@@ -9,7 +9,7 @@
 ##  Generic initialization                                                    ##
 ################################################################################
 
-AC_INIT([frida],[post-2.1.8e],[j.wuttke@fz-juelich.de])
+AC_INIT([frida],[2.1.8f],[j.wuttke@fz-juelich.de])
 #                ^^^^^ delete "post-" for public releases
 # project name must be "frida"; this determines the installation directories
 
-- 
GitLab