Next | Query returned 28 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2017-06-05 16:25:36 by Ryo ONODERA | Files touched by this commit (2298)
Log message:
Recursive revbump from lang/perl5 5.26.0
   2016-12-15 22:24:11 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
Updated databases/p5-Redis to 1.991
-----------------------------------
1.991     2016-08-23 16:04:29CEST+0200 Europe/Paris
  * release as a normal release after successful testing of the dev releases

1.990_02  2016-08-06 20:30:30CEST+0200 Europe/Paris
   * move reconnection test in reconnect test file to avoid test issues
     (skip_all but still run some tests)

1.990_01  2016-08-05 17:17:28CEST+0200 Europe/Paris
   * fix issue #122: don't attempt to close an already closed or undefined socket
   * fix issue #120 and #111: don't depend on locales for matching error messages
   * fix issue #118: spelling mistake
   * fix issue #116: forbid continuing using socket after a read timeout
   * fix issue #115: Unexpected error condition 54/freebsd
   2016-06-08 21:25:20 by Thomas Klausner | Files touched by this commit (2236)
Log message:
Bump PKGREVISION for perl-5.24.
   2016-02-23 03:27:18 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 1.982
Add missing DEPENDS

Upstream changes:
1.982     2016-02-11 09:02:40CET+0100 Europe/Paris
   * fix issue #117: fix backward compatibility with 5.8

1.981     2015-09-29 12:31:57CEST+0200 Europe/Paris
   * fix a bug where when not yet connected, pid is undef, leading to warnings

1.980     2015-08-24 09:48:08CEST+0200 Europe/Paris
   * fix "set" documentation as per Emanuele Tomasi \ 
<et@libersoft.it> suggestion

1.979     2015-05-14 14:28:35CEST+0200 Europe/Amsterdam

   * depends on IO::Socket::Timeout 0.29 that fixes an important bug on
     Windows, Solaris, when mixing sockets with and without timeouts.

1.978     2015-01-28 09:52:27 Europe/Amsterdam

   * reshape the documentation
   * croak when reconnecting while responses are pending (#101)
   * merge PR#106 ( support "0" in topic )
   2015-11-03 02:56:36 by Alistair G. Crooks | Files touched by this commit (368)
Log message:
Add SHA512 digests for distfiles for databases category

Problems found with existing distfiles:
	distfiles/D6.data.ros.gz
	distfiles/cstore0.2.tar.gz
	distfiles/data4.tar.gz
	distfiles/sphinx-2.2.7-release.tar.gz
No changes made to the cstore or mariadb55-client distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
   2015-06-12 12:52:19 by Thomas Klausner | Files touched by this commit (3152)
Log message:
Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
   2014-12-12 05:59:45 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
Update 1.958 to 1.976
1.976     2014-10-03 15:05:58 Europe/Amsterdam

1.975     2014-08-03 20:50:25 Europe/Amsterdam

   * Clarification about reconnect and read_timeout (#89)
   * Test::CPAN::Meta (et al.) are required even if unused (#92)

1.974     2014-05-16 21:42:48 Europe/Amsterdam

   * released as stable version, no change

1.973_04  2014-05-12 22:53:06 Europe/Amsterdam

   * release again, last one was screwed up.
   * fix #85 (PR #86) reconnect during transaction

1.973_03  2014-05-12 22:49:07 Europe/Amsterdam

   * fix #85 (PR #86) reconnect during transaction

1.973_02  2014-04-30 12:04:29 Europe/Amsterdam

   * merge PR #84 optimize try read sock

1.973_01  2014-04-26 18:00:31 Europe/Amsterdam

   * use new network code from Ivan Kruglov
   * fix sentinel tests
   * fix #81: doc for 'every' option

1.972     2014-02-18 00:54:01 Europe/Amsterdam
   * Sentinel features (connections, timeouts, etc) support
   * various bugfixes and testfixes
   * fix network code for BSDs
   * no_auto_connect_on_new

1.971     2014-02-01 09:55:11 Europe/Paris

   * skip some tests that fail on some platforms for now

1.970     2014-01-30 15:07:42 Europe/Amsterdam

   * fix tests breaking in some case

1.969     2014-01-30 13:19:28 Europe/Amsterdam

    * Clarification for (p)unsubscribe commands.
    * use Test::TCP for testing

1.968     2014-01-30 12:19:11 Europe/Amsterdam

    * Add a no_auto_connect_on_new parameter to new() to allow users
      to call $x = Redis->new and then $x->connect, instead of Redis
      auto-connecting. Useful for tuning the cnx_timeout parameter.

1.967     2013-12-28 22:58:55 Europe/Paris
    * use new IO::Socket::Timeout with different API

1.966     2013-12-17 13:58:33 Europe/Amsterdam
    * fix tests for Redis 2.8

1.965     2013-11-29 09:28:36 Europe/Amsterdam

    * fix #60: TEST_REQUIRES needs newer MakeMaker
    * fix #34: perl-redis doesn't receive subcribed message if server restart
    * fix #38: select new database doesn't survive after reconnect
    * minor documentation fixes

1.964     2013-11-14 15:45:08 Europe/Amsterdam
    * minor fix to dist.ini to fix github url

1.963     2013-11-13 22:44:29 Europe/Paris

    * Add documentation for the slowlog command PR #44 (rgs)
    * doc fix, duplicate spop PR #48 (nightlord)
    * Redis client is now fork safe PR #51 (songmu)
    * rewrite dist.ini

1.962     2013-10-16T14:58:30Z
    * merge #54 (fix for broken test)
    * Parameter name to new() can be a CodeRef, dynamic connection names
    * admin: added co-maintainer Damien Krotkine <dams@zarb.org>

1.961     2013-01-23T15:09:47Z
    * Add wait_one_response() for better pipeline management

1.960     2013-01-23T11:28:40Z
    * Make the new() name parameter safe to use with all redis-
      server versions

1.959     2013-01-22T14:46:42Z
    * __try_read_sock: test error conditions more thoroughly (issue #31)
    * Improve Test::SpawnRedisServer: multi-server support
    * tidyall the code and docs
   2014-10-09 16:07:17 by Thomas Klausner | Files touched by this commit (1163)
Log message:
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
   2014-10-09 15:45:06 by Thomas Klausner | Files touched by this commit (456)
Log message:
Remove SVR4_PKGNAME, per discussion on tech-pkg.
   2014-05-30 01:38:20 by Thomas Klausner | Files touched by this commit (3049)
Log message:
Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.

Next | Query returned 28 messages, browsing 11 to 20 | Previous