Fri Aug 13 15:13:50 PDT 2010
- Next message: [Slony1-commit] slony1-www/content news.txt
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /home/cvsd/slony1/slony1-www
In directory main.slony.info:/tmp/cvs-serv26830
Modified Files:
admin.html index.html index.php
Log Message:
Add in bug management policy document
Index: admin.html
===================================================================
RCS file: /home/cvsd/slony1/slony1-www/admin.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -C 2 -d -r1.9 -r1.10
*** admin.html 15 Jul 2010 21:09:51 -0000 1.9
--- admin.html 13 Aug 2010 22:13:47 -0000 1.10
***************
*** 68,72 ****
| <a class="projNav" href=
"http://lists.slony.info/mailman/listinfo">Mailing
! Lists</a></b></td>
<td><img src="images/shim.gif" height="1" width=
--- 68,74 ----
| <a class="projNav" href=
"http://lists.slony.info/mailman/listinfo">Mailing
! Lists</a>
! <a class="projNav" href="bug-processing.html">Bug Policy</a>
! </b></td>
<td><img src="images/shim.gif" height="1" width=
***************
*** 271,275 ****
</address><!-- Created: Thu Jan 25 11:38:58 EST 2007 -->
<!-- hhmts start -->
! Last modified: Thu Jul 15 16:44:58 EDT 2010
<!-- hhmts end -->
</td>
--- 273,277 ----
</address><!-- Created: Thu Jan 25 11:38:58 EST 2007 -->
<!-- hhmts start -->
! Last modified: Fri Aug 13 18:09:38 EDT 2010
<!-- hhmts end -->
</td>
Index: index.html
===================================================================
RCS file: /home/cvsd/slony1/slony1-www/index.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -C 2 -d -r1.8 -r1.9
*** index.html 15 Jul 2010 21:09:52 -0000 1.8
--- index.html 13 Aug 2010 22:13:47 -0000 1.9
***************
*** 69,74 ****
| <a class="projNav" href=
"http://lists.slony.info/mailman/listinfo">Mailing
! Lists</a></b></td>
!
<td><img src="images/shim.gif" height="1" width=
"1"></td>
--- 69,74 ----
| <a class="projNav" href=
"http://lists.slony.info/mailman/listinfo">Mailing
! Lists</a> | <a class="projNav" href=
! "bug-processing">Bug Policy</a></b></td>
<td><img src="images/shim.gif" height="1" width=
"1"></td>
***************
*** 109,155 ****
here</a>.</p>
- <h1>Slony-I 1.2.7</h1>
-
- <p>Now released is version 1.2.7. It has a number of fixes
- and minor enhancements as listed in the <a href=
- "http://main.slony.info/viewcvs/viewvc.cgi/slony1-engine/RELEASE-1.2.7?view=log">Release
- Notes</a> .</p>
-
- <p>This has been run thru the <a href=
- "http://linuxdatabases.info/info/releasechecklist.html">Release
- Checklist</a></p>
-
- <p>There are two tarballs available in the downloads area <a
- href="http://main.slony.info/downloads/1.2">here</a></p>
-
- <h1>Slony-I 1.1.7</h1>
-
- <p>Now released is version 1.1.7. It has a number of fixes and minor
- enhancements as listed in the <a href=
- "http://main.slony.info/viewcvs/viewvc.cgi/slony1-engine/RELEASE-1.1.7?view=log">Release
- Notes</a> .</p>
-
- <p>This has been run thru the <a href=
- "http://linuxdatabases.info/info/releasechecklist.html">Release
- Checklist</a></p>
-
- <p>There are two tarballs available in the downloads area <a
- href="http://main.slony.info/downloads/1.2">here</a></p>
-
- <h1>Slony-I and PostgreSQL 8.1</h1>
-
- <p>There is a known incompatibility of versions earlier
- than 1.1.5 with version 8.1; you can expect to see the
- following error message when compiling:</p>
- <pre>
- slony1_funcs.c:1081: error: too many arguments to function
- `Async_Unlisten'
- </pre>
-
- <p>A patch for both version 1.1 "STABLE" and CVS HEAD has
- been committed to CVS; look at both CVS HEAD as well as
- <tt>REL_1_1_STABLE</tt>. It is in the 1.1.5 release
- candidate described above.</p>
-
<h1>Upgrading Slony-I</h1>
--- 109,112 ----
***************
*** 216,220 ****
</address><!-- Created: Thu Jan 25 11:13:08 EST 2007 -->
<!-- hhmts start -->
! Last modified: Thu Jul 15 17:00:51 EDT 2010
<!-- hhmts end -->
</td>
--- 173,177 ----
</address><!-- Created: Thu Jan 25 11:13:08 EST 2007 -->
<!-- hhmts start -->
! Last modified: Fri Aug 13 18:10:34 EDT 2010
<!-- hhmts end -->
</td>
Index: index.php
===================================================================
RCS file: /home/cvsd/slony1/slony1-www/index.php,v
retrieving revision 1.13
retrieving revision 1.14
diff -C 2 -d -r1.13 -r1.14
*** index.php 15 Jul 2010 21:09:52 -0000 1.13
--- index.php 13 Aug 2010 22:13:47 -0000 1.14
***************
*** 120,123 ****
--- 120,135 ----
echo layout_defaultblock($title,$link,$text);
break;
+ case 'bug-processing':
+ echo layout_header();
+ $fp = fopen('./content/bug-processing.txt','r');
+ if ($fp){
+ $title=trim(fgets($fp,256));
+ $link=trim(fgets($fp,256));
+ $text="";
+ while (!feof($fp)) $text.=fgets($fp,256);
+ fclose($fp);
+ }
+ echo layout_defaultblock($title,$link,$text);
+ break;
default:
echo layout_header();
- Next message: [Slony1-commit] slony1-www/content news.txt
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list