要約
新年を迎えた更新だけ。
- コピーライトを2017年に更新
- バージョンを次のリリースの1.11.9に更新
コミットログ (changeset)
http://hg.nginx.org/nginx/rev/0a268ae349ab
/src/core/nginx.h
の中で定義されているマクロnginx_version
とNGINX_VERSION
を1.11.9に更新している。
小文字のほうは7桁の整数型である。minor releasesが1-3桁目で、stable/mainlineブランチが4-6桁目で表現されている。7桁目はnginx 2が出ないことには変わらないだろう。Nginx Plusがどうなってるのか気になる。
changeset: 6866:0a268ae349ab
user: Ruslan Ermilov <ru@nginx.com>
date: Tue Jan 10 17:13:01 2017 +0300
summary: Version bump.
src/core/nginx.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff -r a42afc225e98 -r 0a268ae349ab src/core/nginx.h
--- a/src/core/nginx.h Tue Dec 27 17:23:08 2016 +0300
+++ b/src/core/nginx.h Tue Jan 10 17:13:01 2017 +0300
@@ -9,8 +9,8 @@
#define _NGINX_H_INCLUDED_
-#define nginx_version 1011008
-#define NGINX_VERSION "1.11.8"
+#define nginx_version 1011009
+#define NGINX_VERSION "1.11.9"
#define NGINX_VER "nginx/" NGINX_VERSION
#ifdef NGX_BUILD
http://hg.nginx.org/nginx/rev/8c4d07ef08f5
LICENSE ファイルのコピーライトを2016→2017年に変更している。
changeset: 6867:8c4d07ef08f5
user: Ruslan Ermilov <ru@nginx.com>
date: Tue Jan 10 17:13:06 2017 +0300
summary: Year 2017.
docs/text/LICENSE | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff -r 0a268ae349ab -r 8c4d07ef08f5 docs/text/LICENSE
--- a/docs/text/LICENSE Tue Jan 10 17:13:01 2017 +0300
+++ b/docs/text/LICENSE Tue Jan 10 17:13:06 2017 +0300
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 2002-2016 Igor Sysoev
- * Copyright (C) 2011-2016 Nginx, Inc.
+ * Copyright (C) 2002-2017 Igor Sysoev
+ * Copyright (C) 2011-2017 Nginx, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without