GNUmakefile | 2 +- text/LICENSE | 2 +- xml/menu.xml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-)
# HG changeset patch # User Yaroslav Zhuravlev <y...@nginx.com> # Date 1706014530 0 # Tue Jan 23 12:55:30 2024 +0000 # Node ID 9fa58eaa9b8fd4dcd9677d37a86140f945eaf7c6 # Parent 87d313e1bf7f365ac81693aae5d83907869774cb Year 2024. diff --git a/GNUmakefile b/GNUmakefile --- a/GNUmakefile +++ b/GNUmakefile @@ -71,7 +71,7 @@ YEARS = \ 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 \ - 2020 2021 2022 + 2020 2021 2022 2023 all: news arx 404 $(LANGS) diff --git a/text/LICENSE b/text/LICENSE --- a/text/LICENSE +++ b/text/LICENSE @@ -1,6 +1,6 @@ /* * Copyright (C) 2002-2021 Igor Sysoev - * Copyright (C) 2011-2023 Nginx, Inc. + * Copyright (C) 2011-2024 Nginx, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/xml/menu.xml b/xml/menu.xml --- a/xml/menu.xml +++ b/xml/menu.xml @@ -59,6 +59,7 @@ --> <item href="/"> news </item> +<item href="2023.html" year="2023" /> <item href="2022.html" year="2022" /> <item href="2021.html" year="2021" /> <item href="2020.html" year="2020" />
_______________________________________________ nginx-devel mailing list nginx-devel@nginx.org https://mailman.nginx.org/mailman/listinfo/nginx-devel