From: Thomas Markwalder Date: Fri, 12 Nov 2021 14:42:47 +0000 (-0500) Subject: [#1848] Added ChangeLog entry and fixed a copyright date. X-Git-Tag: Kea-2.1.1~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7a92be71a1cbe157f8ea60b4c7ce3b479fdb5cb;p=thirdparty%2Fkea.git [#1848] Added ChangeLog entry and fixed a copyright date. --- diff --git a/ChangeLog b/ChangeLog index 0cd3198daf..50bdaf0c07 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +1961. [func] tomek,tmark + The initial, stubbed version of the PostgreSQL CB hook + library has been created. The library is not yet functional + and does not installed. + (Gitlab #1848) + 1960. [build] andrei Froze sphinx dependency versions used to build documentation. Added the update-python-dependencies Makefile rule to bump the diff --git a/src/hooks/dhcp/pgsql_cb/pgsql_cb_impl.cc b/src/hooks/dhcp/pgsql_cb/pgsql_cb_impl.cc index 15d726f6db..8b51555796 100644 --- a/src/hooks/dhcp/pgsql_cb/pgsql_cb_impl.cc +++ b/src/hooks/dhcp/pgsql_cb/pgsql_cb_impl.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2021 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2021 Internet Systems Consortium, Inc. ("ISC") // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this