netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Update IPVS version number
@ 2004-10-28 16:21 Wensong Zhang
  2004-10-28 19:26 ` David S. Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Wensong Zhang @ 2004-10-28 16:21 UTC (permalink / raw)
  To: netdev; +Cc: David S. Miller

[-- Attachment #1: Type: TEXT/PLAIN, Size: 196 bytes --]



Hi Dave,

Since there are some fixes in the IPVS code, it's good to update its 
version number. Please help apply the version number patch to kernel 2.6 
and 2.4 respectively.

Thanks,

Wensong

[-- Attachment #2: Type: TEXT/PLAIN, Size: 770 bytes --]

# This is a BitKeeper generated diff -Nru style patch.
#
# ChangeSet
#   2004/10/29 00:07:32+08:00 wensong@linux-vs.org 
#   [IPVS] update version to 1.0.12
# 
# include/net/ip_vs.h
#   2004/10/29 00:07:26+08:00 wensong@linux-vs.org +1 -1
#   [IPVS] update version to 1.0.12
# 
diff -Nru a/include/net/ip_vs.h b/include/net/ip_vs.h
--- a/include/net/ip_vs.h	2004-10-29 00:15:50 +08:00
+++ b/include/net/ip_vs.h	2004-10-29 00:15:50 +08:00
@@ -8,7 +8,7 @@
 
 #include <asm/types.h>          /* For __uXX types */
 
-#define IP_VS_VERSION_CODE            0x01000B
+#define IP_VS_VERSION_CODE            0x01000C
 #define NVERSION(version)                       \
 	(version >> 16) & 0xFF,                 \
 	(version >> 8) & 0xFF,                  \

[-- Attachment #3: Type: TEXT/PLAIN, Size: 689 bytes --]

# This is a BitKeeper generated diff -Nru style patch.
#
# ChangeSet
#   2004/10/29 00:14:13+08:00 wensong@linux-vs.org 
#   [IPVS] Update version to 1.2.1
# 
# include/net/ip_vs.h
#   2004/10/29 00:13:55+08:00 wensong@linux-vs.org +1 -1
#   [IPVS] Update version to 1.2.1
# 
diff -Nru a/include/net/ip_vs.h b/include/net/ip_vs.h
--- a/include/net/ip_vs.h	2004-10-29 00:15:07 +08:00
+++ b/include/net/ip_vs.h	2004-10-29 00:15:07 +08:00
@@ -8,7 +8,7 @@
 
 #include <asm/types.h>		/* For __uXX types */
 
-#define IP_VS_VERSION_CODE	0x010200
+#define IP_VS_VERSION_CODE	0x010201
 #define NVERSION(version)			\
 	(version >> 16) & 0xFF,			\
 	(version >> 8) & 0xFF,			\

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Update IPVS version number
  2004-10-28 16:21 [PATCH] Update IPVS version number Wensong Zhang
@ 2004-10-28 19:26 ` David S. Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David S. Miller @ 2004-10-28 19:26 UTC (permalink / raw)
  To: Wensong Zhang; +Cc: netdev

On Fri, 29 Oct 2004 00:21:27 +0800 (CST)
Wensong Zhang <wensong@linux-vs.org> wrote:

> Since there are some fixes in the IPVS code, it's good to update its 
> version number. Please help apply the version number patch to kernel 2.6 
> and 2.4 respectively.

Applied, thanks Wensong

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-10-28 19:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-28 16:21 [PATCH] Update IPVS version number Wensong Zhang
2004-10-28 19:26 ` David S. Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).