From aad79ee032b58cfa4737c7aeef9cac1b741c68cb Mon Sep 17 00:00:00 2001 From: "Joachim Wuttke (o)" <j.wuttke@fz-juelich.de> Date: Tue, 19 Nov 2013 18:57:41 +0100 Subject: [PATCH] This is release 2.1.8e --- distrib/HOWTO | 16 ++++++++-------- pub/CHANGELOG | 4 ++++ pub/configure | 20 ++++++++++---------- pub/configure.ac | 2 +- 4 files changed, 23 insertions(+), 19 deletions(-) diff --git a/distrib/HOWTO b/distrib/HOWTO index c2445996..f58db625 100755 --- a/distrib/HOWTO +++ b/distrib/HOWTO @@ -8,7 +8,7 @@ http://www.gnu.org/software/hello/manual/autoconf/Autom4te-Cache.html # <release> tag is <major>.<minor><bugfix> ### prepare -cd ~/f2 +cd /git/f2 kull cd pub vi CHANGELOG @@ -18,7 +18,7 @@ autoreconf -fi # always needed, to update version info dl # check: aclocal.m4 must be newer than configure.ac ### resynchronize -cd ~/f2 +cd /git/f2 rm *~ rm */*~ rm */*/*~ @@ -27,19 +27,19 @@ kush ### pack export A=frida2. # <release> -slink ~/f2/pub /tmp/$A -tar czvfh /data/tgz/$A.tgz /tmp/$A/* --exclude "autom4te.cache" -dl /data/tgz/f* # CHECK size +slink /git/f2/pub /tmp/$A +tar czvfh ~/data/tgz/$A.tgz /tmp/$A/* --exclude "autom4te.cache" +dl ~/data/tgz/f* # CHECK size rm /tmp/$A ### upload ssh wuttke@a mv /www/apps/src/frida/frida2.* /www/apps/src/frida/old/ -scp /data/tgz/$A.tgz wuttke@a:/www/apps/src/frida/ -scp ~/f2/pub/CHANGELOG wuttke@a:/www/apps/src/frida/frida2-CHANGELOG +scp ~/data/tgz/$A.tgz wuttke@a:/www/apps/src/frida/ +scp /git/f2/pub/CHANGELOG wuttke@a:/www/apps/src/frida/frida2-CHANGELOG ### -cd ~/f2/pub +cd /git/f2/pub vi configure.ac # version becomes "post-<release>" autoreconf -fi kcom # Starting post-... diff --git a/pub/CHANGELOG b/pub/CHANGELOG index b1338e22..7028c99a 100644 --- a/pub/CHANGELOG +++ b/pub/CHANGELOG @@ -1,3 +1,7 @@ +Release 2.1.8e of 19nov13, comes with frida2libs-131119: + +- several little bug fixes, thanks to reports by Antti Soininen + Release 2.1.8d of 13sep13 - purge of autotools scripts diff --git a/pub/configure b/pub/configure index 905166bf..796f5a6f 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.8d. +# Generated by GNU Autoconf 2.69 for frida 2.1.8e. # # 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.8d' -PACKAGE_STRING='frida post-2.1.8d' +PACKAGE_VERSION='2.1.8e' +PACKAGE_STRING='frida 2.1.8e' 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.8d to adapt to many kinds of systems. +\`configure' configures frida 2.1.8e 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.8d:";; + short | recursive ) echo "Configuration of frida 2.1.8e:";; 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.8d +frida configure 2.1.8e 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.8d, which was +It was created by frida $as_me 2.1.8e, 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.8d' + VERSION='2.1.8e' 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.8d, which was +This file was extended by frida $as_me 2.1.8e, 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.8d +frida config.status 2.1.8e 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 b265a1da..9defad14 100644 --- a/pub/configure.ac +++ b/pub/configure.ac @@ -9,7 +9,7 @@ ## Generic initialization ## ################################################################################ -AC_INIT([frida],[post-2.1.8d],[j.wuttke@fz-juelich.de]) +AC_INIT([frida],[2.1.8e],[j.wuttke@fz-juelich.de]) # ^^^^^ delete "post-" for public releases # project name must be "frida"; this determines the installation directories -- GitLab