* Version 3.0.0
authorDevrim GÜNDÜZ <devrim at gunduz.org>
Sun, 5 Feb 2006 01:59:27 +0000 (01:59 +0000)
committerDevrim GÜNDÜZ <devrim at gunduz.org>
Sun, 5 Feb 2006 01:59:27 +0000 (01:59 +0000)
        * Change copyright to PgPool Global Development Group
        * Fix a typo in man page

22 files changed:
COPYING
ChangeLog
NEWS
README
README.euc_jp
child.c
configure
configure.in
main.c
pgpool.8.in
pgpool.spec
pool.h
pool_auth.c
pool_config.c
pool_config.l
pool_connection_pool.c
pool_error.c
pool_params.c
pool_process_query.c
pool_signal.c
pool_signal.h
pool_stream.c

diff --git a/COPYING b/COPYING
index 5ad8d3fcd532d6b9179c98754e87cd22ba80c803..a441dda319f1a9a4fafc004612c27df4d2a6aa9d 100644 (file)
--- a/COPYING
+++ b/COPYING
@@ -1,4 +1,4 @@
-Copyright (c) 2003     Tatsuo Ishii
+Copyright (c) 2003-2006                PgPool Global Development Group
 
 Permission to use, copy, modify, and distribute this software and
 its documentation for any purpose and without fee is hereby
index 362d142f8acfaf4d46f649dcdfc132af34f2d093..5ddf3b97ba472e8bd3eb60e76d8bb11c41a264b4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-02-03    <devrim@commandprompt.com>
+       * Version 3.0.0
+       * Changed Copyright to PgPool Global Development Group
+       * Fix a typo in man page
+
 2006-02-02    <ishii@sraoss.co.jp>
        * version 2.7.2
        * PQnotifes() does not receive immediate responses from LISTEN
diff --git a/NEWS b/NEWS
index b703e853c6fc81740e64f5825e3874dba4bd3a48..96b7cbcdbd2ccdf6970b650a1745f66ccc91b454 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+3.0.0          2006/02/04
+      o PgPool Global Development Group Release
+
 2.7.2(kalekale) 2006/02/02
 
       o LISTEN¤·¤¿¤È¤­¤Ë¡¤PQnotifies()¤Ç¤¹¤°¤Ë¥á¥Ã¥»¡¼¥¸¤ò¼õ¤±¼è¤ì¤Ê¤¤
diff --git a/README b/README
index 923260189debfc71c13ba84a88f4b8363c2efcc8..8d1a1fb0019d9495efd3a9250d9a9dcc03344249 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
 $Header$
 
-pgpool version 2.7(kalekale) README
+pgpool version 3.0 README
 
 1. What is pgpool
 
index e07611bdea13ef501ec1407d0a8adc96801f1152..9e99976b36264bc5315d808dc471cde3d65e1b32 100644 (file)
@@ -1,6 +1,6 @@
 $Header$
 
-pgpool version 2.7(kalekale) README
+pgpool version 3.0(kalekale) README
 
 1. pgpool¤È¤Ï
 
diff --git a/child.c b/child.c
index 02a1c262c051d83abf5515fef8355b7163c5e0c5..036ee96f84ec514c0d8ee5adc67817ce252bfe44 100644 (file)
--- a/child.c
+++ b/child.c
@@ -5,7 +5,7 @@
  * pgpool: a language independent connection pool server for PostgreSQL 
  * written by Tatsuo Ishii
  *
- * Copyright (c) 2003-2005     Tatsuo Ishii
+ * Copyright (c) 2003-2006     PgPool Global Development Group
  *
  * Permission to use, copy, modify, and distribute this software and
  * its documentation for any purpose and without fee is hereby
index 615cd278663d877dd563fb4a96f29bc293e97817..3a457459ad738bc35cc7c6829d09f7aa00f21569 100755 (executable)
--- a/configure
+++ b/configure
@@ -2595,7 +2595,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE=pgpool
- VERSION=2.7.2
+ VERSION=3.0.0
 
 
 cat >>confdefs.h <<_ACEOF
index fc39a9eb5599636e5aaa27e7999dddd83fed08aa..7a6fd433baa6a12fd72bad455789600357d81107 100644 (file)
@@ -4,7 +4,7 @@ AC_INIT
 dnl Checks for programs.
 AC_PROG_CC
 
-AM_INIT_AUTOMAKE(pgpool, 2.7.2)
+AM_INIT_AUTOMAKE(pgpool, 3.0.0)
 
 AM_PROG_LEX
 
diff --git a/main.c b/main.c
index e3df9cb2efbb16308e0b384bb175aebd1033a146..bb42910da8da34d380c72c4ea16112676ecccedd 100644 (file)
--- a/main.c
+++ b/main.c
@@ -5,7 +5,7 @@
  * pgpool: a language independent connection pool server for PostgreSQL 
  * written by Tatsuo Ishii
  *
- * Copyright (c) 2003-2005     Tatsuo Ishii
+ * Copyright (c) 2003-2006     PgPool Global Development Group
  *
  * Permission to use, copy, modify, and distribute this software and
  * its documentation for any purpose and without fee is hereby
index fd9038c530566af876e47f687f1460ac14cfb565..9c90b806e249fcdc5fed50b876fe4961eb76401e 100644 (file)
@@ -1,4 +1,4 @@
-.\" Copyright 2004-2006 by Tatsuo Ishii, Peter Eisentraut
+.\" Copyright 2004-2006 by PgPool Global Development Group
 .\" This man page is subject to the same license as the rest of pgpool.
 .\"
 .TH PGPOOL 8 "27 Jan 2006"
index 55635e00dd5496bb765ed2f26435a9bfc628eac0..f4fe5df1e7fc015302b90afc79fc9bb1471aba80 100644 (file)
@@ -1,8 +1,9 @@
 Summary: Pgpool is a connection pooling/replication server for PostgreSQL.
 Name: pgpool
-Version: 2.7.2
+Version: 3.0.0
 Release: 1
 License: Berkeley/BSD
+Vendor:         PgPool Global Development Group
 Group: Applications/Databases
 URL: http://pgfoundry.org/projects/pgpool/
 Source0: pgpool-%{version}.tar.gz
@@ -39,6 +40,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man8/*
 
 %changelog
+* Thu Feb 05 2006 - Devrim GUNDUZ <devrim@commandprompt.com> 3.0.0
+- Update to 3.0.0 for PgPool Global Development Group
+
 * Thu Feb 02 2006 - Devrim GUNDUZ <devrim@commandprompt.com> 2.7.2-1
 - Update to 2.7.2
 
diff --git a/pool.h b/pool.h
index f254f96af991a1a9825b0c205b127f4af6e6611d..d9985548d878d71335b0b6a8a5a83b3ed5184052 100644 (file)
--- a/pool.h
+++ b/pool.h
@@ -6,7 +6,7 @@
  * pgpool: a language independent connection pool server for PostgreSQL 
  * written by Tatsuo Ishii
  *
- * Copyright (c) 2003-2005     Tatsuo Ishii
+ * Copyright (c) 2003-2006     PgPool Global Development Group
  *
  * Permission to use, copy, modify, and distribute this software and
  * its documentation for any purpose and without fee is hereby
index f53f8c312ee67bd248107fb45f26864e36b3daf9..9280edcebdbfe3d2e8a773a40624887655f9b56e 100644 (file)
@@ -5,7 +5,7 @@
  * pgpool: a language independent connection pool server for PostgreSQL 
  * written by Tatsuo Ishii
  *
- * Copyright (c) 2003-2005     Tatsuo Ishii
+ * Copyright (c) 2003-2006     PgPool Global Development Group
  *
  * Permission to use, copy, modify, and distribute this software and
  * its documentation for any purpose and without fee is hereby
index 67abc23957f725021244bed9c983f683572e00c2..827ec1c2f1e52d8e7868359fc30ffe21a84d76b4 100644 (file)
@@ -404,7 +404,7 @@ char *yytext;
  * pgpool: a language independent connection pool server for PostgreSQL 
  * written by Tatsuo Ishii
  *
- * Copyright (c) 2003-2005     Tatsuo Ishii
+ * Copyright (c) 2003-2006     PgPool Global Development Group
  *
  * Permission to use, copy, modify, and distribute this software and
  * its documentation for any purpose and without fee is hereby
index d8e5bacf5d9723bf35777f339665a1bb2b2df97a..e68f0c82f100d4cb9e6ee615c385590bddd6df5c 100644 (file)
@@ -6,7 +6,7 @@
  * pgpool: a language independent connection pool server for PostgreSQL 
  * written by Tatsuo Ishii
  *
- * Copyright (c) 2003-2005     Tatsuo Ishii
+ * Copyright (c) 2003-2006     PgPool Global Development Group
  *
  * Permission to use, copy, modify, and distribute this software and
  * its documentation for any purpose and without fee is hereby
index faf7b96fd3163ca10f47b8c6f683c57637a1f3c2..a815966afcb11ddcb6754a8b9f25d4404c226162 100644 (file)
@@ -5,7 +5,7 @@
  * pgpool: a language independent connection pool server for PostgreSQL 
  * written by Tatsuo Ishii
  *
- * Copyright (c) 2003-2005     Tatsuo Ishii
+ * Copyright (c) 2003-2006     PgPool Global Development Group
  *
  * Permission to use, copy, modify, and distribute this software and
  * its documentation for any purpose and without fee is hereby
index 1e35f5424da32f8b04c4c6d3b071f2bab828b109..9ededbf792063e4074fcc54f0cef853e89b29571 100644 (file)
@@ -5,7 +5,7 @@
  * pgpool: a language independent connection pool server for PostgreSQL 
  * written by Tatsuo Ishii
  *
- * Copyright (c) 2003-2005     Tatsuo Ishii
+ * Copyright (c) 2003-2006     PgPool Global Development Group
  *
  * Permission to use, copy, modify, and distribute this software and
  * its documentation for any purpose and without fee is hereby
index 51ee8573301b0250b85e5d470b18a7c67984213f..dc708bd0c3b71d2be321b9e4374ae8a1277f6272 100644 (file)
@@ -5,7 +5,7 @@
  * pgpool: a language independent connection pool server for PostgreSQL 
  * written by Tatsuo Ishii
  *
- * Copyright (c) 2003-2005     Tatsuo Ishii
+ * Copyright (c) 2003-2006     PgPool Global Development Group
  *
  * Permission to use, copy, modify, and distribute this software and
  * its documentation for any purpose and without fee is hereby
index aa66b4a48c72e8e2b43c0ae8d03b957008455a89..180e70e2f3ef393b7c019178df38c544e6075382 100644 (file)
@@ -5,7 +5,7 @@
  * pgpool: a language independent connection pool server for PostgreSQL 
  * written by Tatsuo Ishii
  *
- * Copyright (c) 2003-2005     Tatsuo Ishii
+ * Copyright (c) 2003-2006     PgPool Global Development Group
  *
  * Permission to use, copy, modify, and distribute this software and
  * its documentation for any purpose and without fee is hereby
index f2b1d357dd4f3a8715a47b908d70d1f9692a6933..08d5dd4a0be04fb434e7dabe22de2fa0976a43d5 100644 (file)
@@ -5,7 +5,7 @@
  * pgpool: a language independent connection pool server for PostgreSQL 
  * written by Tatsuo Ishii
  *
- * Portions Copyright (c) 2003-2005, Tatsuo Ishii
+ * Portions Copyright (c) 2003-2006, PgPool Global Development Group
  * Portions Copyright (c) 2003-2004, PostgreSQL Global Development Group
  *
  * Permission to use, copy, modify, and distribute this software and
index 02f1f64a7ee2abd0aa1c839b208ff09d18deeb1c..8e82fa4625781dffe14e86961769a94595732302 100644 (file)
@@ -6,7 +6,7 @@
  * pgpool: a language independent connection pool server for PostgreSQL 
  * written by Tatsuo Ishii
  *
- * Portions Copyright (c) 2003-2005, Tatsuo Ishii
+ * Portions Copyright (c) 2003-2006,   PgPool Global Development Group
  * Portions Copyright (c) 2004, PostgreSQL Global Development Group
  *
  * Permission to use, copy, modify, and distribute this software and
index 5d58026dc1817165d8ce59c112c558c9abeba784..3fa81561d545e22d4f5b70b1560e8daab6aaf559 100644 (file)
@@ -5,7 +5,7 @@
 * pgpool: a language independent connection pool server for PostgreSQL 
 * written by Tatsuo Ishii
 *
-* Copyright (c) 2003-2005      Tatsuo Ishii
+* Copyright (c) 2003-2006      PgPool Global Development Group
 *
 * Permission to use, copy, modify, and distribute this software and
 * its documentation for any purpose and without fee is hereby