aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--RELNOTES2
-rwxr-xr-xconfigure18
-rw-r--r--configure.ac2
-rwxr-xr-xplatform/rpm/old-mkrpm.sh4
4 files changed, 14 insertions, 12 deletions
diff --git a/RELNOTES b/RELNOTES
index 41236ca9a..d117ab055 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,4 +1,4 @@
1firejail (0.9.49) baseline; urgency=low 1firejail (0.9.50~rc1) baseline; urgency=low
2 * work in progress! 2 * work in progress!
3 * modif: --output split in two commands, --output and --output-stderr 3 * modif: --output split in two commands, --output and --output-stderr
4 * feature: per-profile disable-mnt (--disable-mnt) 4 * feature: per-profile disable-mnt (--disable-mnt)
diff --git a/configure b/configure
index 2d2059779..d1911cea6 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
1#! /bin/sh 1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles. 2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.69 for firejail 0.9.49. 3# Generated by GNU Autoconf 2.69 for firejail 0.9.50~rc1.
4# 4#
5# Report bugs to <netblue30@yahoo.com>. 5# Report bugs to <netblue30@yahoo.com>.
6# 6#
@@ -580,8 +580,8 @@ MAKEFLAGS=
580# Identity of this package. 580# Identity of this package.
581PACKAGE_NAME='firejail' 581PACKAGE_NAME='firejail'
582PACKAGE_TARNAME='firejail' 582PACKAGE_TARNAME='firejail'
583PACKAGE_VERSION='0.9.49' 583PACKAGE_VERSION='0.9.50~rc1'
584PACKAGE_STRING='firejail 0.9.49' 584PACKAGE_STRING='firejail 0.9.50~rc1'
585PACKAGE_BUGREPORT='netblue30@yahoo.com' 585PACKAGE_BUGREPORT='netblue30@yahoo.com'
586PACKAGE_URL='http://firejail.wordpress.com' 586PACKAGE_URL='http://firejail.wordpress.com'
587 587
@@ -1276,7 +1276,7 @@ if test "$ac_init_help" = "long"; then
1276 # Omit some internal or obsolete options to make the list less imposing. 1276 # Omit some internal or obsolete options to make the list less imposing.
1277 # This message is too long to be a string in the A/UX 3.1 sh. 1277 # This message is too long to be a string in the A/UX 3.1 sh.
1278 cat <<_ACEOF 1278 cat <<_ACEOF
1279\`configure' configures firejail 0.9.49 to adapt to many kinds of systems. 1279\`configure' configures firejail 0.9.50~rc1 to adapt to many kinds of systems.
1280 1280
1281Usage: $0 [OPTION]... [VAR=VALUE]... 1281Usage: $0 [OPTION]... [VAR=VALUE]...
1282 1282
@@ -1338,7 +1338,7 @@ fi
1338 1338
1339if test -n "$ac_init_help"; then 1339if test -n "$ac_init_help"; then
1340 case $ac_init_help in 1340 case $ac_init_help in
1341 short | recursive ) echo "Configuration of firejail 0.9.49:";; 1341 short | recursive ) echo "Configuration of firejail 0.9.50~rc1:";;
1342 esac 1342 esac
1343 cat <<\_ACEOF 1343 cat <<\_ACEOF
1344 1344
@@ -1446,7 +1446,7 @@ fi
1446test -n "$ac_init_help" && exit $ac_status 1446test -n "$ac_init_help" && exit $ac_status
1447if $ac_init_version; then 1447if $ac_init_version; then
1448 cat <<\_ACEOF 1448 cat <<\_ACEOF
1449firejail configure 0.9.49 1449firejail configure 0.9.50~rc1
1450generated by GNU Autoconf 2.69 1450generated by GNU Autoconf 2.69
1451 1451
1452Copyright (C) 2012 Free Software Foundation, Inc. 1452Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1748,7 +1748,7 @@ cat >config.log <<_ACEOF
1748This file contains any messages produced by compilers while 1748This file contains any messages produced by compilers while
1749running configure, to aid debugging if configure makes a mistake. 1749running configure, to aid debugging if configure makes a mistake.
1750 1750
1751It was created by firejail $as_me 0.9.49, which was 1751It was created by firejail $as_me 0.9.50~rc1, which was
1752generated by GNU Autoconf 2.69. Invocation command line was 1752generated by GNU Autoconf 2.69. Invocation command line was
1753 1753
1754 $ $0 $@ 1754 $ $0 $@
@@ -4367,7 +4367,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4367# report actual input values of CONFIG_FILES etc. instead of their 4367# report actual input values of CONFIG_FILES etc. instead of their
4368# values after options handling. 4368# values after options handling.
4369ac_log=" 4369ac_log="
4370This file was extended by firejail $as_me 0.9.49, which was 4370This file was extended by firejail $as_me 0.9.50~rc1, which was
4371generated by GNU Autoconf 2.69. Invocation command line was 4371generated by GNU Autoconf 2.69. Invocation command line was
4372 4372
4373 CONFIG_FILES = $CONFIG_FILES 4373 CONFIG_FILES = $CONFIG_FILES
@@ -4421,7 +4421,7 @@ _ACEOF
4421cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 4421cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4422ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 4422ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
4423ac_cs_version="\\ 4423ac_cs_version="\\
4424firejail config.status 0.9.49 4424firejail config.status 0.9.50~rc1
4425configured by $0, generated by GNU Autoconf 2.69, 4425configured by $0, generated by GNU Autoconf 2.69,
4426 with options \\"\$ac_cs_config\\" 4426 with options \\"\$ac_cs_config\\"
4427 4427
diff --git a/configure.ac b/configure.ac
index 8552c48eb..0ebeebd08 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
1AC_PREREQ([2.68]) 1AC_PREREQ([2.68])
2AC_INIT(firejail, 0.9.49, netblue30@yahoo.com, , http://firejail.wordpress.com) 2AC_INIT(firejail, 0.9.50~rc1, netblue30@yahoo.com, , http://firejail.wordpress.com)
3AC_CONFIG_SRCDIR([src/firejail/main.c]) 3AC_CONFIG_SRCDIR([src/firejail/main.c])
4#AC_CONFIG_HEADERS([config.h]) 4#AC_CONFIG_HEADERS([config.h])
5 5
diff --git a/platform/rpm/old-mkrpm.sh b/platform/rpm/old-mkrpm.sh
index 46570de12..505171d1c 100755
--- a/platform/rpm/old-mkrpm.sh
+++ b/platform/rpm/old-mkrpm.sh
@@ -1,5 +1,5 @@
1#!/bin/bash 1#!/bin/bash
2VERSION="0.9.49" 2VERSION="0.9.50~rc1"
3rm -fr ~/rpmbuild 3rm -fr ~/rpmbuild
4rm -f firejail-$VERSION-1.x86_64.rpm 4rm -f firejail-$VERSION-1.x86_64.rpm
5 5
@@ -514,6 +514,8 @@ rm -rf %{buildroot}
514chmod u+s /usr/bin/firejail 514chmod u+s /usr/bin/firejail
515 515
516%changelog 516%changelog
517* Mon Aug 28 2017 netblue30 <netblue30@yahoo.com> 0.9.50~rc1-1
518
517* Mon Jun 12 2017 netblue30 <netblue30@yahoo.com> 0.9.48-1 519* Mon Jun 12 2017 netblue30 <netblue30@yahoo.com> 0.9.48-1
518 520
519* Mon May 15 2017 netblue30 <netblue30@yahoo.com> 0.9.46-1 521* Mon May 15 2017 netblue30 <netblue30@yahoo.com> 0.9.46-1