Skip to content

Commit

Permalink
Merge pull request #1494 from timopollmeier/21.04-release
Browse files Browse the repository at this point in the history
Prepare for 21.04 release
  • Loading branch information
timopollmeier authored Apr 15, 2021
2 parents 252d140 + 8211bfa commit acc7a1a
Show file tree
Hide file tree
Showing 28 changed files with 32 additions and 32 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [21.4] (unreleased)
## [21.4.0] (2021-04-15)

### Added
- Extend GMP for extended severities [#1326](https://github.com/greenbone/gvmd/pull/1326) [#1329](https://github.com/greenbone/gvmd/pull/1329) [#1359](https://github.com/greenbone/gvmd/pull/1359) [#1371](https://github.com/greenbone/gvmd/pull/1371) [#1477](https://github.com/greenbone/gvmd/pull/1477) [#1488](https://github.com/greenbone/gvmd/pull/1488)
Expand Down Expand Up @@ -50,7 +50,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Remove severity type "debug" [#1316](https://github.com/greenbone/gvmd/pull/1316)
- Remove element "threat" of element "notes" [#1324](https://github.com/greenbone/gvmd/pull/1324)

[21.4]: https://github.com/greenbone/gvmd/compare/gvmd-20.08...gvmd-21.04
[21.4.0]: https://github.com/greenbone/gvmd/compare/gvmd-20.08...v21.04.0

## [20.8.2] (unreleased)

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2009-2020 Greenbone Networks GmbH
# Copyright (C) 2009-2021 Greenbone Networks GmbH
#
# SPDX-License-Identifier: AGPL-3.0-or-later
#
Expand Down
2 changes: 1 addition & 1 deletion doc/gvmd.8.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<?xml-stylesheet type="text/xsl" href="/usr/share/xmltoman/xmltoman.xsl" ?>

<!--
Copyright (C) 2009-2020 Greenbone Networks GmbH
Copyright (C) 2009-2021 Greenbone Networks GmbH
SPDX-License-Identifier: AGPL-3.0-or-later
Expand Down
8 changes: 4 additions & 4 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ find_package (Threads)
## list and throw an error, otherwise long install-cmake-install-cmake cycles
## might occur.

pkg_check_modules (LIBGVM_BASE REQUIRED libgvm_base>=21.04)
pkg_check_modules (LIBGVM_UTIL REQUIRED libgvm_util>=21.04)
pkg_check_modules (LIBGVM_OSP REQUIRED libgvm_osp>=21.04)
pkg_check_modules (LIBGVM_GMP REQUIRED libgvm_gmp>=21.04)
pkg_check_modules (LIBGVM_BASE REQUIRED libgvm_base>=21.04.0)
pkg_check_modules (LIBGVM_UTIL REQUIRED libgvm_util>=21.04.0)
pkg_check_modules (LIBGVM_OSP REQUIRED libgvm_osp>=21.04.0)
pkg_check_modules (LIBGVM_GMP REQUIRED libgvm_gmp>=21.04.0)
pkg_check_modules (GNUTLS REQUIRED gnutls>=3.2.15)
pkg_check_modules (GLIB REQUIRED glib-2.0>=2.42)
pkg_check_modules (LIBICAL REQUIRED libical>=1.00)
Expand Down
2 changes: 1 addition & 1 deletion src/gmp_base.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright (C) 2018-2020 Greenbone Networks GmbH
/* Copyright (C) 2018-2021 Greenbone Networks GmbH
*
* SPDX-License-Identifier: AGPL-3.0-or-later
*
Expand Down
2 changes: 1 addition & 1 deletion src/gmp_configs.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright (C) 2018-2020 Greenbone Networks GmbH
/* Copyright (C) 2018-2021 Greenbone Networks GmbH
*
* SPDX-License-Identifier: AGPL-3.0-or-later
*
Expand Down
2 changes: 1 addition & 1 deletion src/gmp_configs.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright (C) 2019-2020 Greenbone Networks GmbH
/* Copyright (C) 2019-2021 Greenbone Networks GmbH
*
* SPDX-License-Identifier: AGPL-3.0-or-later
*
Expand Down
2 changes: 1 addition & 1 deletion src/gmp_get.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright (C) 2018-2020 Greenbone Networks GmbH
/* Copyright (C) 2018-2021 Greenbone Networks GmbH
*
* SPDX-License-Identifier: AGPL-3.0-or-later
*
Expand Down
2 changes: 1 addition & 1 deletion src/manage.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright (C) 2009-2020 Greenbone Networks GmbH
/* Copyright (C) 2009-2021 Greenbone Networks GmbH
*
* SPDX-License-Identifier: AGPL-3.0-or-later
*
Expand Down
2 changes: 1 addition & 1 deletion src/manage_acl.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright (C) 2013-2020 Greenbone Networks GmbH
/* Copyright (C) 2013-2021 Greenbone Networks GmbH
*
* SPDX-License-Identifier: AGPL-3.0-or-later
*
Expand Down
2 changes: 1 addition & 1 deletion src/manage_acl.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright (C) 2013-2020 Greenbone Networks GmbH
/* Copyright (C) 2013-2021 Greenbone Networks GmbH
*
* SPDX-License-Identifier: AGPL-3.0-or-later
*
Expand Down
2 changes: 1 addition & 1 deletion src/manage_configs.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright (C) 2019-2020 Greenbone Networks GmbH
/* Copyright (C) 2019-2021 Greenbone Networks GmbH
*
* SPDX-License-Identifier: AGPL-3.0-or-later
*
Expand Down
2 changes: 1 addition & 1 deletion src/manage_migrators.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright (C) 2013-2020 Greenbone Networks GmbH
/* Copyright (C) 2013-2021 Greenbone Networks GmbH
*
* SPDX-License-Identifier: AGPL-3.0-or-later
*
Expand Down
2 changes: 1 addition & 1 deletion src/manage_pg.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright (C) 2014-2020 Greenbone Networks GmbH
/* Copyright (C) 2014-2021 Greenbone Networks GmbH
*
* SPDX-License-Identifier: AGPL-3.0-or-later
*
Expand Down
2 changes: 1 addition & 1 deletion src/manage_port_lists.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright (C) 2020 Greenbone Networks GmbH
/* Copyright (C) 2020-2021 Greenbone Networks GmbH
*
* SPDX-License-Identifier: AGPL-3.0-or-later
*
Expand Down
2 changes: 1 addition & 1 deletion src/manage_sql.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright (C) 2010-2020 Greenbone Networks GmbH
/* Copyright (C) 2010-2021 Greenbone Networks GmbH
*
* SPDX-License-Identifier: AGPL-3.0-or-later
*
Expand Down
2 changes: 1 addition & 1 deletion src/manage_sql_configs.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright (C) 2019-2020 Greenbone Networks GmbH
/* Copyright (C) 2019-2021 Greenbone Networks GmbH
*
* SPDX-License-Identifier: AGPL-3.0-or-later
*
Expand Down
2 changes: 1 addition & 1 deletion src/manage_sql_nvts.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright (C) 2009-2020 Greenbone Networks GmbH
/* Copyright (C) 2009-2021 Greenbone Networks GmbH
*
* SPDX-License-Identifier: AGPL-3.0-or-later
*
Expand Down
2 changes: 1 addition & 1 deletion src/manage_sql_nvts.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright (C) 2010-2020 Greenbone Networks GmbH
/* Copyright (C) 2010-2021 Greenbone Networks GmbH
*
* SPDX-License-Identifier: AGPL-3.0-or-later
*
Expand Down
2 changes: 1 addition & 1 deletion src/manage_sql_port_lists.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright (C) 2020 Greenbone Networks GmbH
/* Copyright (C) 2020-2021 Greenbone Networks GmbH
*
* SPDX-License-Identifier: AGPL-3.0-or-later
*
Expand Down
2 changes: 1 addition & 1 deletion src/manage_sql_report_formats.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright (C) 2020 Greenbone Networks GmbH
/* Copyright (C) 2020-2021 Greenbone Networks GmbH
*
* SPDX-License-Identifier: AGPL-3.0-or-later
*
Expand Down
2 changes: 1 addition & 1 deletion src/manage_sql_secinfo.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright (C) 2010-2020 Greenbone Networks GmbH
/* Copyright (C) 2010-2021 Greenbone Networks GmbH
*
* SPDX-License-Identifier: AGPL-3.0-or-later
*
Expand Down
2 changes: 1 addition & 1 deletion src/manage_sql_tickets.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright (C) 2018-2020 Greenbone Networks GmbH
/* Copyright (C) 2018-2021 Greenbone Networks GmbH
*
* SPDX-License-Identifier: AGPL-3.0-or-later
*
Expand Down
2 changes: 1 addition & 1 deletion src/manage_sql_tls_certificates.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright (C) 2019-2020 Greenbone Networks GmbH
/* Copyright (C) 2019-2021 Greenbone Networks GmbH
*
* SPDX-License-Identifier: AGPL-3.0-or-later
*
Expand Down
2 changes: 1 addition & 1 deletion src/schema_formats/XML/GMP.xml.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
Copyright (C) 2010-2020 Greenbone Networks GmbH
Copyright (C) 2010-2021 Greenbone Networks GmbH

SPDX-License-Identifier: AGPL-3.0-or-later

Expand Down
2 changes: 1 addition & 1 deletion src/sql.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright (C) 2009-2020 Greenbone Networks GmbH
/* Copyright (C) 2009-2021 Greenbone Networks GmbH
*
* SPDX-License-Identifier: AGPL-3.0-or-later
*
Expand Down
2 changes: 1 addition & 1 deletion src/sql.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright (C) 2012-2020 Greenbone Networks GmbH
/* Copyright (C) 2012-2021 Greenbone Networks GmbH
*
* SPDX-License-Identifier: AGPL-3.0-or-later
*
Expand Down
2 changes: 1 addition & 1 deletion src/sql_pg.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright (C) 2014-2020 Greenbone Networks GmbH
/* Copyright (C) 2014-2021 Greenbone Networks GmbH
*
* SPDX-License-Identifier: AGPL-3.0-or-later
*
Expand Down

0 comments on commit acc7a1a

Please sign in to comment.