Update changelog and README
authorCédric Villemain <cedric@2ndquadrant.fr>
Tue, 6 Dec 2011 14:50:13 +0000 (15:50 +0100)
committerCédric Villemain <cedric@2ndquadrant.fr>
Tue, 6 Dec 2011 14:50:13 +0000 (15:50 +0100)
README updated for 1.1.1 and new rpm and deb repos.

ChangeLog
README.rst

index eadab3f75118e19dc4952642a5673a24e9ce07ef..7f59a8e3f5e65f4deb729e3db85f810825f6a870 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
   * 1.1.1 - Fix Makefile again, as well as debian scripts (VPATH)
                  - Add checks (make installcheck)
                  - Improve .gitignore
+                 - Add a debian/watch file tracking pgfoundry release
 
 09/07/2011 Cédric Villemain <cedric@2ndQuadrant.fr>
   * 1.1.0 - Fix Makefile and remove the dir sql/ (useless and error prone)
index c42070b9cea3bce2415b7edaf685c3de93f3fbd9..ca7bcedc162cc08424a858b8ca76f685e420f514 100644 (file)
@@ -19,7 +19,7 @@ filesystem.
 Those functions let you know which and how many disk block from a relation are
 in the page cache of the operating system. It can provide the result as a VarBit
 and can be stored in a table. Then using this table, it is possible to restore
-the page cache state for each block of the relation, even in another node,
+the page cache state for each block of the relation, even in another server,
 thanks to Streaming Replication.
 
 Other functions are used to set a *POSIX_FADVISE* flag on the entire relation
@@ -65,9 +65,13 @@ PgFincore is also shipped with Debian scripts to build your own package::
   aptitude install debhelper postgresql-server-dev-all postgresql-server-dev-9.1
   # or postgresql-server-dev-8.4|postgresql-server-dev-9.0
   make deb
-  dpkg -i ../postgresql-9.1-pgfincore_1.1-1_amd64.deb
+  dpkg -i ../postgresql-9.1-pgfincore_1.1.1-1_amd64.deb
+
+PgFincore is packaged for *RPM* at http://yum.postgresql.org/
+PgFincore is packaged for *debian* at http://pgapt.debian.net/
+
+
 
-And if you are a *RPM* user, see: http://pgrpms.org/
 
 EXAMPLES
 ========