aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-06-13 07:48:56 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2017-06-13 07:48:56 -0400
commit18c755fc30ea828a96a9046b77ddb98d3a8760ac (patch)
treea0b85d128e670e1e479588e2695927d415a27b07
parent0.9.48 testing (diff)
downloadfirejail-18c755fc30ea828a96a9046b77ddb98d3a8760ac.tar.gz
firejail-18c755fc30ea828a96a9046b77ddb98d3a8760ac.tar.zst
firejail-18c755fc30ea828a96a9046b77ddb98d3a8760ac.zip
0.9.49 development version
-rw-r--r--README.md16
-rw-r--r--RELNOTES5
-rwxr-xr-xconfigure18
-rw-r--r--configure.ac2
4 files changed, 16 insertions, 25 deletions
diff --git a/README.md b/README.md
index db1810b94..fa5b9199f 100644
--- a/README.md
+++ b/README.md
@@ -62,18 +62,4 @@ Use this issue to request new profiles: https://github.com/netblue30/firejail/is
62````` 62`````
63 63
64````` 64`````
65# Current development version: 0.9.47 65# Current development version: 0.9.49
66
67## Profile changes
68
69All profiles include /etc/firejail/globals.local for persistent customizations across all applications. For example, you
70can set here a global DNS "dns 8.8.8.8". The file is not overwritten during software install.
71
72The following BitTorrent clients have been whitelisted: Transmission, Deluge, qBitTorrent, KTorrent.
73Configuration files and ~/Downloads directory are real, everything else is placed on a temporary
74filesystem and discarded when the sandboxed is closed. **Please configure your client to put
75downloaded files in ~/Downloads directory.** The plan is to have all bittorrent clients whitelisted in the next release.
76
77## New profiles
78
79vym, darktable, Waterfox, digiKam, Catfish, HandBrake
diff --git a/RELNOTES b/RELNOTES
index e8bc65625..684a0c731 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,3 +1,8 @@
1firejail (0.9.49) baseline; urgency=low
2 * work in progress!
3 * bugfixes
4 -- netblue30 <netblue30@yahoo.com> Mon, 12 Jun 2017 20:00:00 -0500
5
1firejail (0.9.48) baseline; urgency=low 6firejail (0.9.48) baseline; urgency=low
2 * modifs: whitelisted Transmission, Deluge, qBitTorrent, KTorrent; 7 * modifs: whitelisted Transmission, Deluge, qBitTorrent, KTorrent;
3 please use ~/Downloads directory for saving files 8 please use ~/Downloads directory for saving files
diff --git a/configure b/configure
index 72c0b242c..f8a606f88 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.48. 3# Generated by GNU Autoconf 2.69 for firejail 0.9.49.
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.48' 583PACKAGE_VERSION='0.9.49'
584PACKAGE_STRING='firejail 0.9.48' 584PACKAGE_STRING='firejail 0.9.49'
585PACKAGE_BUGREPORT='netblue30@yahoo.com' 585PACKAGE_BUGREPORT='netblue30@yahoo.com'
586PACKAGE_URL='http://firejail.wordpress.com' 586PACKAGE_URL='http://firejail.wordpress.com'
587 587
@@ -1265,7 +1265,7 @@ if test "$ac_init_help" = "long"; then
1265 # Omit some internal or obsolete options to make the list less imposing. 1265 # Omit some internal or obsolete options to make the list less imposing.
1266 # This message is too long to be a string in the A/UX 3.1 sh. 1266 # This message is too long to be a string in the A/UX 3.1 sh.
1267 cat <<_ACEOF 1267 cat <<_ACEOF
1268\`configure' configures firejail 0.9.48 to adapt to many kinds of systems. 1268\`configure' configures firejail 0.9.49 to adapt to many kinds of systems.
1269 1269
1270Usage: $0 [OPTION]... [VAR=VALUE]... 1270Usage: $0 [OPTION]... [VAR=VALUE]...
1271 1271
@@ -1326,7 +1326,7 @@ fi
1326 1326
1327if test -n "$ac_init_help"; then 1327if test -n "$ac_init_help"; then
1328 case $ac_init_help in 1328 case $ac_init_help in
1329 short | recursive ) echo "Configuration of firejail 0.9.48:";; 1329 short | recursive ) echo "Configuration of firejail 0.9.49:";;
1330 esac 1330 esac
1331 cat <<\_ACEOF 1331 cat <<\_ACEOF
1332 1332
@@ -1434,7 +1434,7 @@ fi
1434test -n "$ac_init_help" && exit $ac_status 1434test -n "$ac_init_help" && exit $ac_status
1435if $ac_init_version; then 1435if $ac_init_version; then
1436 cat <<\_ACEOF 1436 cat <<\_ACEOF
1437firejail configure 0.9.48 1437firejail configure 0.9.49
1438generated by GNU Autoconf 2.69 1438generated by GNU Autoconf 2.69
1439 1439
1440Copyright (C) 2012 Free Software Foundation, Inc. 1440Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1736,7 +1736,7 @@ cat >config.log <<_ACEOF
1736This file contains any messages produced by compilers while 1736This file contains any messages produced by compilers while
1737running configure, to aid debugging if configure makes a mistake. 1737running configure, to aid debugging if configure makes a mistake.
1738 1738
1739It was created by firejail $as_me 0.9.48, which was 1739It was created by firejail $as_me 0.9.49, which was
1740generated by GNU Autoconf 2.69. Invocation command line was 1740generated by GNU Autoconf 2.69. Invocation command line was
1741 1741
1742 $ $0 $@ 1742 $ $0 $@
@@ -4355,7 +4355,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4355# report actual input values of CONFIG_FILES etc. instead of their 4355# report actual input values of CONFIG_FILES etc. instead of their
4356# values after options handling. 4356# values after options handling.
4357ac_log=" 4357ac_log="
4358This file was extended by firejail $as_me 0.9.48, which was 4358This file was extended by firejail $as_me 0.9.49, which was
4359generated by GNU Autoconf 2.69. Invocation command line was 4359generated by GNU Autoconf 2.69. Invocation command line was
4360 4360
4361 CONFIG_FILES = $CONFIG_FILES 4361 CONFIG_FILES = $CONFIG_FILES
@@ -4409,7 +4409,7 @@ _ACEOF
4409cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 4409cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4410ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 4410ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
4411ac_cs_version="\\ 4411ac_cs_version="\\
4412firejail config.status 0.9.48 4412firejail config.status 0.9.49
4413configured by $0, generated by GNU Autoconf 2.69, 4413configured by $0, generated by GNU Autoconf 2.69,
4414 with options \\"\$ac_cs_config\\" 4414 with options \\"\$ac_cs_config\\"
4415 4415
diff --git a/configure.ac b/configure.ac
index c0f5dd357..7f9b12d97 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
1AC_PREREQ([2.68]) 1AC_PREREQ([2.68])
2AC_INIT(firejail, 0.9.48, netblue30@yahoo.com, , http://firejail.wordpress.com) 2AC_INIT(firejail, 0.9.49, 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