Skip to content

Commit 13604ce

Browse files
committed
release 0.9.80
1 parent cbff43b commit 13604ce

File tree

3 files changed

+12
-13
lines changed

3 files changed

+12
-13
lines changed

RELNOTES

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
firejail (0.9.79) baseline; urgency=low
2-
* work in progress: 0.9.80-rc1
1+
firejail (0.9.80) baseline; urgency=low
32
* security: require a full or relative file path for --profile=FILE -
43
using it with just a filename has security implications and is highly
54
discouraged (#6896)
@@ -56,7 +55,7 @@ firejail (0.9.79) baseline; urgency=low
5655
* new profiles: srb2 (#6996)
5756
* new profiles: zen, zen-bin, zen-browser (#7029)
5857
* new profiles: halloy IRC client (#7100)
59-
-- netblue30 <netblue30@yahoo.com> Sat, 28 Feb 2026 07:00:00 -0500
58+
-- netblue30 <netblue30@yahoo.com> Sat, 14 Mar 2026 07:00:00 -0500
6059

6160
firejail (0.9.78) baseline; urgency=low
6261
* feature: add arg-max-count / arg-max-len to firejail.config (#4633 #6878)

configure

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.72 for firejail 0.9.80-rc1.
3+
# Generated by GNU Autoconf 2.72 for firejail 0.9.80.
44
#
55
# Report bugs to <https://github.com/netblue30/firejail/issues>.
66
#
@@ -603,8 +603,8 @@ MAKEFLAGS=
603603
# Identity of this package.
604604
PACKAGE_NAME='firejail'
605605
PACKAGE_TARNAME='firejail'
606-
PACKAGE_VERSION='0.9.80-rc1'
607-
PACKAGE_STRING='firejail 0.9.80-rc1'
606+
PACKAGE_VERSION='0.9.80'
607+
PACKAGE_STRING='firejail 0.9.80'
608608
PACKAGE_BUGREPORT='https://github.com/netblue30/firejail/issues'
609609
PACKAGE_URL='https://firejail.wordpress.com'
610610

@@ -1311,7 +1311,7 @@ if test "$ac_init_help" = "long"; then
13111311
# Omit some internal or obsolete options to make the list less imposing.
13121312
# This message is too long to be a string in the A/UX 3.1 sh.
13131313
cat <<_ACEOF
1314-
'configure' configures firejail 0.9.80-rc1 to adapt to many kinds of systems.
1314+
'configure' configures firejail 0.9.80 to adapt to many kinds of systems.
13151315
13161316
Usage: $0 [OPTION]... [VAR=VALUE]...
13171317
@@ -1373,7 +1373,7 @@ fi
13731373

13741374
if test -n "$ac_init_help"; then
13751375
case $ac_init_help in
1376-
short | recursive ) echo "Configuration of firejail 0.9.80-rc1:";;
1376+
short | recursive ) echo "Configuration of firejail 0.9.80:";;
13771377
esac
13781378
cat <<\_ACEOF
13791379
@@ -1495,7 +1495,7 @@ fi
14951495
test -n "$ac_init_help" && exit $ac_status
14961496
if $ac_init_version; then
14971497
cat <<\_ACEOF
1498-
firejail configure 0.9.80-rc1
1498+
firejail configure 0.9.80
14991499
generated by GNU Autoconf 2.72
15001500
15011501
Copyright (C) 2023 Free Software Foundation, Inc.
@@ -1607,7 +1607,7 @@ cat >config.log <<_ACEOF
16071607
This file contains any messages produced by compilers while
16081608
running configure, to aid debugging if configure makes a mistake.
16091609
1610-
It was created by firejail $as_me 0.9.80-rc1, which was
1610+
It was created by firejail $as_me 0.9.80, which was
16111611
generated by GNU Autoconf 2.72. Invocation command line was
16121612
16131613
$ $0$ac_configure_args_raw
@@ -5071,7 +5071,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
50715071
# report actual input values of CONFIG_FILES etc. instead of their
50725072
# values after options handling.
50735073
ac_log="
5074-
This file was extended by firejail $as_me 0.9.80-rc1, which was
5074+
This file was extended by firejail $as_me 0.9.80, which was
50755075
generated by GNU Autoconf 2.72. Invocation command line was
50765076
50775077
CONFIG_FILES = $CONFIG_FILES
@@ -5127,7 +5127,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
51275127
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
51285128
ac_cs_config='$ac_cs_config_escaped'
51295129
ac_cs_version="\\
5130-
firejail config.status 0.9.80-rc1
5130+
firejail config.status 0.9.80
51315131
configured by $0, generated by GNU Autoconf 2.72,
51325132
with options \\"\$ac_cs_config\\"
51335133

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#
1313

1414
AC_PREREQ([2.68])
15-
AC_INIT([firejail], [0.9.80-rc1], [https://github.com/netblue30/firejail/issues],
15+
AC_INIT([firejail], [0.9.80], [https://github.com/netblue30/firejail/issues],
1616
[], [https://firejail.wordpress.com])
1717

1818
AC_CONFIG_SRCDIR([src/firejail/main.c])

0 commit comments

Comments
 (0)