diff options
-rw-r--r-- | databases/Makefile | 3 | ||||
-rw-r--r-- | doc/CHANGES-2021 | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/databases/Makefile b/databases/Makefile index 9aef5a2f105..bfcc3191c83 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.634 2021/05/29 10:22:59 leot Exp $ +# $NetBSD: Makefile,v 1.635 2021/06/25 13:36:57 tnn Exp $ COMMENT= Databases @@ -506,6 +506,7 @@ SUBDIR+= squirrelsql SUBDIR+= tcl-fbsql SUBDIR+= tcl-gdbm SUBDIR+= tdb +SUBDIR+= timescaledb-tune SUBDIR+= tinycdb SUBDIR+= tokyocabinet SUBDIR+= tokyotyrant diff --git a/doc/CHANGES-2021 b/doc/CHANGES-2021 index b649db88863..7a003971449 100644 --- a/doc/CHANGES-2021 +++ b/doc/CHANGES-2021 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2021,v 1.3538 2021/06/25 13:33:58 micha Exp $ +$NetBSD: CHANGES-2021,v 1.3539 2021/06/25 13:36:56 tnn Exp $ Changes to the packages collection and infrastructure in 2021: @@ -5629,3 +5629,4 @@ Changes to the packages collection and infrastructure in 2021: Updated textproc/py-elementpath to 2.2.3 [adam 2021-06-25] Updated www/varnish to 6.6.0 [tnn 2021-06-25] Added archivers/tartest version 1.23 [micha 2021-06-25] + Added databases/timescaledb-tune version 0.11.0git [tnn 2021-06-25] |