Prepare release of 1.1
authorCΓ©dric Villemain <cedric@2ndquadrant.fr>
Thu, 11 Aug 2011 16:53:55 +0000 (18:53 +0200)
committerCΓ©dric Villemain <cedric@2ndquadrant.fr>
Thu, 11 Aug 2011 16:53:55 +0000 (18:53 +0200)
ChangeLog
README.rst
TODO
debian/changelog
debian/postgresql-9.1-pgfincore.install
pgfincore--unpackaged--1.1.sql [moved from pgfincore--unpackaged--1.0.sql with 100% similarity]
pgfincore.control

index 98b1fa181bb6befeaa316808b4d8b02922e4038b..6295ce8ba3698332e05362b5de41d7d3439cc411 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-07/XX/2011 CΓ©dric Villemain <cedric@villemain.org>
+08/XX/2011 CΓ©dric Villemain <cedric@2ndQuadrant.fr>
   * 1.0.1 - Fix Makefile and remove the dir sql/ (useless and error prone)
                  - Fix the printf of int64 by casting to long long int (i386 and
                    adm64 behave differently with int64)
index b55f297fdd50e61ed44c4d6014a1194aa6f83d0e..c42070b9cea3bce2415b7edaf685c3de93f3fbd9 100644 (file)
@@ -65,7 +65,7 @@ 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.0-1_amd64.deb
+  dpkg -i ../postgresql-9.1-pgfincore_1.1-1_amd64.deb
 
 And if you are a *RPM* user, see: http://pgrpms.org/
 
@@ -358,8 +358,8 @@ For example::
 
    set client_min_messages TO debug1; -- debug5 is only usefull to trace each block
 
-LIMITATION
-==========
+LIMITATIONS
+===========
 
  * PgFincore needs mincore() and POSIX_FADVISE.
 
diff --git a/TODO b/TODO
index 5f4f8be0229e3691d2c84a5d3125d6e8b4a6dcd0..65210666286ce88e1c7debb621cebbb31b0f08b0 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,3 +1,3 @@
 * average contigous block or stats like that (what part of the file is in cache)
 * split mmaping in shorter segment (say 64Mb) per sugestion from Andres Freund
-* fix doc
+* graph
index c22b69cc638b4890b92cbd6d4c8e29bef4b2dd03..210b86543f1ed285b6bdcfa245b527098a249a9f 100644 (file)
@@ -1,3 +1,9 @@
+pgfincore (1.1-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- CΓ©dric Villemain <cedric@villemain.org> Thu, 11 Aug 2011 18:51:42 +0200
+
 pgfincore (1.0-1) unstable; urgency=low
 
   * New upstream release
index 6b2d20b306c44cd7e11b65d990604974273cce10..1e7d2b86785745ab5728cb9a3260a8a8489d9737 100644 (file)
@@ -1,4 +1,4 @@
 debian/pgfincore-9.1/pgfincore.so usr/lib/postgresql/9.1/lib
 debian/pgfincore-9.1/pgfincore*.sql usr/share/postgresql/9.1/extension
-pgfincore--unpackaged--1.0.sql usr/share/postgresql/9.1/extension
+pgfincore--unpackaged--1.1.sql usr/share/postgresql/9.1/extension
 
index 065f72378fc99b8cea960c911d1c656abc0216fe..31a3403cf4758314e56b6c68b41b9cc53737cd35 100644 (file)
@@ -1,5 +1,5 @@
 # pgfincore extension
 comment = 'examine and manage the os buffer cache'
-default_version = '1.0'
+default_version = '1.1'
 module_pathname = '$libdir/pgfincore'
 relocatable = true