From owner-dev-commits-src-main@freebsd.org Fri Aug 6 15:08:55 2021 Return-Path: Delivered-To: dev-commits-src-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C5C0A65848E; Fri, 6 Aug 2021 15:08:55 +0000 (UTC) (envelope-from glebius@freebsd.org) Received: from cell.glebi.us (glebi.us [162.251.186.162]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "cell.glebi.us", Issuer "cell.glebi.us" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Gh8533f74z4kg6; Fri, 6 Aug 2021 15:08:55 +0000 (UTC) (envelope-from glebius@freebsd.org) Received: from cell.glebi.us (localhost [127.0.0.1]) by cell.glebi.us (8.16.1/8.16.1) with ESMTPS id 176F8seC016705 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Fri, 6 Aug 2021 08:08:54 -0700 (PDT) (envelope-from glebius@freebsd.org) Received: (from glebius@localhost) by cell.glebi.us (8.16.1/8.16.1/Submit) id 176F8qm1016704; Fri, 6 Aug 2021 08:08:52 -0700 (PDT) (envelope-from glebius@freebsd.org) X-Authentication-Warning: cell.glebi.us: glebius set sender to glebius@freebsd.org using -f Date: Fri, 6 Aug 2021 08:08:52 -0700 From: Gleb Smirnoff To: Lutz Donnerhacke Cc: src-committers@freebsd.org, dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org Subject: Re: git: 2f4d91f9cb22 - main - libalias: Rewrite HISTORY Message-ID: References: <202107041549.164Fn2Ga030801@gitrepo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202107041549.164Fn2Ga030801@gitrepo.freebsd.org> X-Rspamd-Queue-Id: 4Gh8533f74z4kg6 X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [0.00 / 15.00]; local_wl_from(0.00)[freebsd.org]; ASN(0.00)[asn:27348, ipnet:162.251.186.0/24, country:US] X-BeenThere: dev-commits-src-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for the main branch of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Aug 2021 15:08:55 -0000 Lutz, I think something should go between these two entries: Version 3.2: July, 2000 (Erik Salander, erik@whistle.com and Version 3.3: May 2021 (donner) At least porting to kernel by me and modularization by Paolo Pisati. These are substantial changes. On Sun, Jul 04, 2021 at 03:49:02PM +0000, Lutz Donnerhacke wrote: L> The branch main has been updated by donner: L> L> URL: https://cgit.FreeBSD.org/src/commit/?id=2f4d91f9cb22fc65eb65407e8118b433a5d71976 L> L> commit 2f4d91f9cb22fc65eb65407e8118b433a5d71976 L> Author: Lutz Donnerhacke L> AuthorDate: 2021-07-04 15:46:47 +0000 L> Commit: Lutz Donnerhacke L> CommitDate: 2021-07-04 15:46:47 +0000 L> L> libalias: Rewrite HISTORY L> L> Fix the history entry (wrong year) and add the missing recent work. L> MFC together with the other patches. L> L> MFC after: 2 days L> --- L> sys/netinet/libalias/HISTORY | 5 +++-- L> 1 file changed, 3 insertions(+), 2 deletions(-) L> L> diff --git a/sys/netinet/libalias/HISTORY b/sys/netinet/libalias/HISTORY L> index 04427be17b39..87d5b6f8ed76 100644 L> --- a/sys/netinet/libalias/HISTORY L> +++ b/sys/netinet/libalias/HISTORY L> @@ -144,6 +144,7 @@ Version 3.2: July, 2000 (Erik Salander, erik@whistle.com and L> Junichi Satoh, junichi@junichi.org) L> - Added support for streaming media (RTSP and PNA) aliasing. L> L> -Version 3.3: May 2020 (donner) L> +Version 3.3: May 2021 (donner) L> - Dropped LibAliasCheckNewLink L> - - Refactor the database handling, perfomance improvements. L> + - Refactor the database handling L> + - Switch to more effienct SPLAY trees L> _______________________________________________ L> dev-commits-src-all@freebsd.org mailing list L> https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all L> To unsubscribe, send any mail to "dev-commits-src-all-unsubscribe@freebsd.org" -- Gleb Smirnoff