SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for libpcp-devel-3.0-1mdv2011.0.i586.rpm :
Wed Oct 6 14:00:00 2010 Per Øyvind Karlsen 3.0-1mdv2011.0
+ Revision: 583659
- Add a new option for md5 authentication: -U, --username=NAME (P9, from upstream)
- Fix bug with md5 auth. If there\'s more than 1 servers to be authenticated, it
segfaults (P8, from upstream)
- Fix a bug that causes segfault of a child process when syntax error occurred in
extended query protocol. (P7, from upstream)
- fix \'rh_status_q()\' to properly return the right return code on MES 5
- switch back to using \'/tmp\' for sockets dir again now that postgresql init
script won\'t wipe it out anymore..
- add crude failback script for mirroring setup...
- quote all pcp_
* arguments in initscript
- change attributes for sysconfig file to make it only readable by postgres group
- make recovery script more robust..
- actually use PGPOOLCONF variable and add it to sysconfig file
- clean up variable setting and loading from sysconfig files a bit further
- pass log file as argument rather than as a setting in configuration file
- load sysconfig file after variables have been set so it\'s settings may override
- check status of postgresql using it\'s init script which now has been fixed
- fix \'immediate\' stop mode
- disable query_cache in mirroring config, otherwise pgpool will fail if systemdb
is down
- fix status() usage to work with both current cooker & MES 5 in init script
- prettify stop() in init script
- don\'t depend on postgresql, make it optional...
- fix recovery scripts, sorta..
- new release: 3.0
- change unix domain socket path to /var/run/postgresql (P6)
- fix broken copy-base-backup script
- fix a type in init script
- don\'t own files within postgresql installation
- prettify output of \'extendedstatus\' a bit
- print \'unix-socket\' in place of missing host in list of nodes to get same
number of arguments for \'extendedstatus\' to display them correctly
- disable replicate_select & ssl by default for mirroring setup
- make it possible to override options passed to pcp_
* tools in extendedstatus()

* don\'t try to printing out an extendedstatus if pgool isn\'t running
- make \'fast\' default stop mode
- ensure postgres being owner of recovery script symlinks
- create symlinks to recovery scripts during init, otherwise postgres directory
might get populated before postgresql \'initdb\' gets too, making it fail...
- fix weight of mirror
- fix broken symlinks and location for recovery scripts..
- update logging patch to patch pool_config.l as well
- install all the files required for recovery in the same, appropriate way
- fix script breakage due to missing variables..
- make log output filename consistent with postgresql and match logrotate config
- adjust our recovery scripts for our use and for recovery by PITR
- fix initialization order so that we get things into template1 before using it
- work around messy issue with initscripts in MES 5.1 not handling status() properly..
- be more explicit about paths to ensure \'copy-base-backup\' doesn\'t get lost...
- only listen on localhost by default for mirroring config
- fix paths to rescue scripts..
- make sure to create functions etc. in the right tables..
- enable lobj_lock_table by creating a locking table in template1
- fix installation of recovery functions
- don\'t hardcode to use unix sockets for host connecting to..
- print list of pids for idle processes separately, all at once
- start on an extendedstatus() action
- add recovery scripts of ours to mirroring config
- don\'t pollute output with redundant messages about terminating in init script
- fix ghost file creation
- pass pgpool options as arguments in stead for greater flexibility
- install various sample recovery scripts etc. and one of our own
- add options for fast and immediate stop as well in initscript.. (would they
serve better as arguments, and be easier reusable for restart etc. as well..?)
- update init script to initialize necessary databases, functions etc.
- add support for setproctitle() through libsetproctitle()
- build and install pgpool-recovery as well
- fix incorrect argument for pgsql libdir passed to configure
- set socket path always to /tmp to ensure compatibility with posgresql, although
postgresql should really be confined to use /var/run/postgresql itself in the
future..
- use autoreconf in stead of libtoolize for build to work on MES 5.1
- switch to snapshot tarball generated from V2_3_STABLE branch
- backport a fix making ssl connections hang
- add another configuration file for mirroring purposes
- add a provides for pgpool-II
- add dependency on postgresql-contrib, as we need dblink from it

Mon Jul 12 14:00:00 2010 Per Øyvind Karlsen 2.3.3-1mdv2011.0
+ Revision: 551253
- convert TODO file into UTF-8
- fix group of devel package
- add a note regarding obsoletes
- use %posttrans rather than %post
- add missing \'Requires(post,preun): rpm-helper\'
- fix incorrect group
- fix mixed-use-of-spaces-and-tabs
- add some more content to sysconfig file
- add logrotate
- set daemon output loggin through configuration rather by an argument
- fix proper regexp for configuration files to get proper naming..
- add dependency on postgresql-server
- import postgresql-pgpool-II

Tue Jun 29 14:00:00 2010 Per Øyvind Karlsen 2.3.3-1
- Update to 2.3.3
- verify that child process forked actually survives and return the dead
child process\' exit code in stead of default success code if it happens to
die (P2)
- add support for logging directly to file when running as daemon, so one
doesn\'t have to mess with job control, output redirection etc. (P1)
- fix string format warnings (P0)
- enable openssl support
- rewrite init script
- adapt to Mandriva Linux

Fri Dec 25 13:00:00 2009 Devrim GUNDUZ - 2.3.1-1
- Update to 2.3.1
- Adjust order of startup and kill, per RH bugzilla #545739.

Tue Dec 1 13:00:00 2009 Devrim GUNDUZ - 2.2.6-1
- Update to 2.2.6

Sun Nov 1 13:00:00 2009 Devrim GUNDUZ - 2.2.5-2
- Remove init script from all runlevels before uninstall. Per RH Bugzilla

Sun Oct 4 14:00:00 2009 Devrim Gunduz 2.2.5-1
- Update to 2.2.5, for various fixes described at
http://lists.pgfoundry.org/pipermail/pgpool-general/2009-October/002188.html

Sat Oct 3 14:00:00 2009 Devrim Gunduz 2.2.4-1
- Update to 2.2.4
- Re-apply a fix for #442372

Sun Jul 26 14:00:00 2009 Fedora Release Engineering - 2.2.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

Thu May 7 14:00:00 2009 Devrim Gunduz 2.2.2-1
- Update to 2.2.2

Mon Mar 23 13:00:00 2009 Devrim Gunduz 2.2-1.1
- Fix pid file path in init script.
- Fix spec file -- we don\'t use short_name macro in pgcore spec file.
- Create pgpool pid file directory.
- Fix stop/start routines, also improve init script a bit.
- Install conf files to a new directory (/etc/pgpool-II), and get rid
of sample conf files.

Sun Mar 1 13:00:00 2009 Devrim Gunduz 2.2-1
- Update to 2.2
- Update URL

Thu Feb 26 13:00:00 2009 Fedora Release Engineering - 2.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild

Thu Dec 4 13:00:00 2008 Michael Schwendt 2.1-2
- Include /usr/share/pgpool-II directory.

Tue Aug 12 14:00:00 2008 Devrim Gunduz 2.1-1
- Update to 2.1 Gold
- Set group of sample config files to root, not apache. Fixes RH #442372.
- Update patch #1: Fix build failure caused by new default patch
fuzz = 0 policy in rawhide

Fri Apr 11 14:00:00 2008 Devrim Gunduz 2.1-0.2.beta2
- Fix Requires: issue, per #442021 (Alex Lancaster)

Sun Apr 6 14:00:00 2008 Devrim Gunduz 2.1-beta2
- Update to 2.1 beta2

Mon Feb 18 13:00:00 2008 Fedora Release Engineering - 2.0.1-3.1
- Autorebuild for GCC 4.3

Mon Jan 21 13:00:00 2008 Devrim GUNDUZ 2.0.1-2.1
- Rebuilt against PostgreSQL 8.3

Sat Jan 19 13:00:00 2008 Devrim Gunduz 2.0.1-2
- Fix Requires of -devel package, per bz#429436

Sun Jan 13 13:00:00 2008 Devrim Gunduz 2.0.1-1
- Update to 2.0.1
- Add a temp patch that will disappear in 2.0.2

Tue Oct 23 14:00:00 2007 Devrim Gunduz 1.3-1
- Update to 1.3

Fri Oct 5 14:00:00 2007 Devrim Gunduz 1.2.1-1
- Update to 1.2.1

Wed Aug 29 14:00:00 2007 Devrim Gunduz 1.2-5
- Chmod sysconfig/pgpool to 644, not 755. Per BZ review.
- Run chkconfig --add pgpool during %post.

Thu Aug 16 14:00:00 2007 Devrim Gunduz 1.2-4
- Fixed the directory name where sample conf files and sql files
are installed.

Sun Aug 5 14:00:00 2007 Devrim Gunduz 1.2-3
- Added a patch for sample conf file to use Fedora defaults

Sun Aug 5 14:00:00 2007 Devrim Gunduz 1.2-2
- Added an init script for pgpool
- Added /etc/sysconfig/pgpool

Wed Aug 1 14:00:00 2007 Devrim Gunduz 1.2-1
- Update to 1.2

Fri Jun 15 14:00:00 2007 Devrim Gunduz 1.1.1-1
- Update to 1.1.1

Sat Jun 2 14:00:00 2007 Devrim Gunduz 1.1-1
- Update to 1.1
- added --disable-rpath configure parameter.
- Chowned sample conf files, so that they can work with pgpoolAdmin.

Sun Apr 22 14:00:00 2007 Devrim Gunduz 1.0.2-4
- Added postgresql-devel as BR, per bugzilla review.
- Added --disable-static flan, per bugzilla review.
- Removed superfluous manual file installs, per bugzilla review.

Sun Apr 22 14:00:00 2007 Devrim Gunduz 1.0.2-3
- Rebuilt for the correct tarball
- Fixed man8 file ownership, per bugzilla review #229321

Tue Feb 20 13:00:00 2007 Jarod Wilson 1.0.2-2
- Create proper devel package, drop -libs package
- Nuke rpath
- Don\'t install libtool archive and static lib
- Clean up %configure line
- Use proper %_smp_mflags
- Install config files properly, without .sample on the end
- Preserve timestamps on header files

Tue Feb 20 13:00:00 2007 Devrim Gunduz 1.0.2-1
- Update to 1.0.2-1

Mon Oct 2 14:00:00 2006 Devrim Gunduz 1.0.1-5
- Rebuilt

Mon Oct 2 14:00:00 2006 Devrim Gunduz 1.0.1-4
- Added -libs and RPM
- Fix .so link problem
- Cosmetic changes to spec file

Wed Sep 27 14:00:00 2006 - Devrim GUNDUZ 1.0.1-3
- Fix spec, per Yoshiyuki Asaba

Tue Sep 26 14:00:00 2006 - Devrim GUNDUZ 1.0.1-2
- Fixed rpmlint errors
- Fixed download url
- Added ldconfig for .so files

Thu Sep 21 14:00:00 2006 - David Fetter 1.0.1-1
- Initial build pgpool-II 1.0.1 for PgPool Global Development Group


 
ICM