aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README2
-rw-r--r--README.md2
-rw-r--r--RELNOTES1
-rwxr-xr-xconfigure18
-rw-r--r--configure.ac2
5 files changed, 15 insertions, 10 deletions
diff --git a/README b/README
index c82f63162..17bf3cf8a 100644
--- a/README
+++ b/README
@@ -18,6 +18,8 @@ License: GPL v2
18Firejail Authors: 18Firejail Authors:
19 19
20netblue30 (netblue30@yahoo.com) 20netblue30 (netblue30@yahoo.com)
21Kaan Genç (https://github.com/SeriousBug)
22 - dynamic allocation of noblacklist buffer
21jrabe (https://github.com/jrabe) 23jrabe (https://github.com/jrabe)
22 - disallow access to kdbx files 24 - disallow access to kdbx files
23Veeti Paananen (https://github.com/veeti) 25Veeti Paananen (https://github.com/veeti)
diff --git a/README.md b/README.md
index ec1d1e525..408e5835c 100644
--- a/README.md
+++ b/README.md
@@ -32,3 +32,5 @@ Documentation: https://firejail.wordpress.com/documentation-2/
32 32
33FAQ: https://firejail.wordpress.com/support/frequently-asked-questions/ 33FAQ: https://firejail.wordpress.com/support/frequently-asked-questions/
34 34
35Current development version: 0.9.37
36
diff --git a/RELNOTES b/RELNOTES
index 61199998e..6a561765a 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,7 @@
1firejail (0.9.37) baseline; urgency=low 1firejail (0.9.37) baseline; urgency=low
2 * development version 2 * development version
3 * security profiles fixes 3 * security profiles fixes
4 * dynamic allocation of noblacklist buffer
4-- netblue30 <netblue30@yahoo.com> 5-- netblue30 <netblue30@yahoo.com>
5 6
6firejail (0.9.36) baseline; urgency=low 7firejail (0.9.36) baseline; urgency=low
diff --git a/configure b/configure
index b06f3e196..46668e28a 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.36. 3# Generated by GNU Autoconf 2.69 for firejail 0.9.37.
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.36' 583PACKAGE_VERSION='0.9.37'
584PACKAGE_STRING='firejail 0.9.36' 584PACKAGE_STRING='firejail 0.9.37'
585PACKAGE_BUGREPORT='netblue30@yahoo.com' 585PACKAGE_BUGREPORT='netblue30@yahoo.com'
586PACKAGE_URL='http://firejail.wordpress.com' 586PACKAGE_URL='http://firejail.wordpress.com'
587 587
@@ -1238,7 +1238,7 @@ if test "$ac_init_help" = "long"; then
1238 # Omit some internal or obsolete options to make the list less imposing. 1238 # Omit some internal or obsolete options to make the list less imposing.
1239 # This message is too long to be a string in the A/UX 3.1 sh. 1239 # This message is too long to be a string in the A/UX 3.1 sh.
1240 cat <<_ACEOF 1240 cat <<_ACEOF
1241\`configure' configures firejail 0.9.36 to adapt to many kinds of systems. 1241\`configure' configures firejail 0.9.37 to adapt to many kinds of systems.
1242 1242
1243Usage: $0 [OPTION]... [VAR=VALUE]... 1243Usage: $0 [OPTION]... [VAR=VALUE]...
1244 1244
@@ -1299,7 +1299,7 @@ fi
1299 1299
1300if test -n "$ac_init_help"; then 1300if test -n "$ac_init_help"; then
1301 case $ac_init_help in 1301 case $ac_init_help in
1302 short | recursive ) echo "Configuration of firejail 0.9.36:";; 1302 short | recursive ) echo "Configuration of firejail 0.9.37:";;
1303 esac 1303 esac
1304 cat <<\_ACEOF 1304 cat <<\_ACEOF
1305 1305
@@ -1389,7 +1389,7 @@ fi
1389test -n "$ac_init_help" && exit $ac_status 1389test -n "$ac_init_help" && exit $ac_status
1390if $ac_init_version; then 1390if $ac_init_version; then
1391 cat <<\_ACEOF 1391 cat <<\_ACEOF
1392firejail configure 0.9.36 1392firejail configure 0.9.37
1393generated by GNU Autoconf 2.69 1393generated by GNU Autoconf 2.69
1394 1394
1395Copyright (C) 2012 Free Software Foundation, Inc. 1395Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1691,7 +1691,7 @@ cat >config.log <<_ACEOF
1691This file contains any messages produced by compilers while 1691This file contains any messages produced by compilers while
1692running configure, to aid debugging if configure makes a mistake. 1692running configure, to aid debugging if configure makes a mistake.
1693 1693
1694It was created by firejail $as_me 0.9.36, which was 1694It was created by firejail $as_me 0.9.37, which was
1695generated by GNU Autoconf 2.69. Invocation command line was 1695generated by GNU Autoconf 2.69. Invocation command line was
1696 1696
1697 $ $0 $@ 1697 $ $0 $@
@@ -4107,7 +4107,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4107# report actual input values of CONFIG_FILES etc. instead of their 4107# report actual input values of CONFIG_FILES etc. instead of their
4108# values after options handling. 4108# values after options handling.
4109ac_log=" 4109ac_log="
4110This file was extended by firejail $as_me 0.9.36, which was 4110This file was extended by firejail $as_me 0.9.37, which was
4111generated by GNU Autoconf 2.69. Invocation command line was 4111generated by GNU Autoconf 2.69. Invocation command line was
4112 4112
4113 CONFIG_FILES = $CONFIG_FILES 4113 CONFIG_FILES = $CONFIG_FILES
@@ -4161,7 +4161,7 @@ _ACEOF
4161cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 4161cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4162ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 4162ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
4163ac_cs_version="\\ 4163ac_cs_version="\\
4164firejail config.status 0.9.36 4164firejail config.status 0.9.37
4165configured by $0, generated by GNU Autoconf 2.69, 4165configured by $0, generated by GNU Autoconf 2.69,
4166 with options \\"\$ac_cs_config\\" 4166 with options \\"\$ac_cs_config\\"
4167 4167
diff --git a/configure.ac b/configure.ac
index 67adba808..6d7a09bdf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
1AC_PREREQ([2.68]) 1AC_PREREQ([2.68])
2AC_INIT(firejail, 0.9.36, netblue30@yahoo.com, , http://firejail.wordpress.com) 2AC_INIT(firejail, 0.9.37, 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