notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: databases/redis/distinfo

Number of commits found: 121 (showing only 21 on this page)

«  1 | 2 

Wednesday, 11 May 2011
15:20 osa search for other commits by this committer
Update from 2.2.5 to 2.2.7.
Also update port infrastructure, remove needless script.

<ChangeLog>

What's new in Redis 2.2.7
=========================

* Fixed bug #543-2 (the issue was reopened with a completely different report)
  that caused Redis to randomly crash on list push performed against lists
  with other clients blocked with BLPOP (or variants).

What's new in Redis 2.2.6
=========================

* Fixed bug #543. If you saw Redis instances crashing on List operations
  (only happening with a non-default max entry size ziplist setting in
  redis.conf) it was almost certainly this problem.
* Fixed a bug with replication where SLAVEOF NO ONE caused a slave to close the
  connection with all its slaves.

</ChangeLog>
Original commit
Saturday, 23 Apr 2011
10:18 osa search for other commits by this committer
Update from 2.2.4 to 2.2.5.

Notice from:    miwi
Original commit
Monday, 11 Apr 2011
06:53 osa search for other commits by this committer
Update from 2.2.2 to 2.2.4.
Original commit
Saturday, 5 Mar 2011
13:39 osa search for other commits by this committer
Update from 2.2.1 to 2.2.2.
Original commit
Thursday, 24 Feb 2011
19:57 osa search for other commits by this committer
Update to latest stable version 2.2.1.
Remove CONFLICTS with redis-1.
Remove NO_LATEST_LINK.
Original commit
Sunday, 13 Feb 2011
12:25 osa search for other commits by this committer
Update from 2.0.4 (after repocopy to databases/redis2) to latest
release candidate 2.2.rc4.

Add CONFLICTS with redis-2.0.
Add NO_LATEST_LINK, should be removed after 2.2 release.
Original commit
Monday, 8 Nov 2010
19:17 osa search for other commits by this committer
Update from 2.0.3 to 2.0.4.

<ChangeLog>

This release fixes two non critical bugs:

- HMGET used to crash when called against a key that was not holding
  an hash.  Fixed by Pieter Noordhuis.

- Redis will now not try to save the DB if no save points for RDB are
  configured, when used as a non persistent cache.  Thanks to Robey
  Pointer from Twitter for providing this patch.

Waiting 2.2 ...

</ChangeLog>
Original commit
Sunday, 17 Oct 2010
07:04 osa search for other commits by this committer
Update from 2.0.2 to 2.0.3.

<ChangeLog>

- The maxmemory directive was broken in Redis <= 2.0.2, since from time to
  time it replayed with an error about memory limit reached even when
  it was possible to expire some volatile key to make room for new data.

  The new behaviour is the correct one of always allowing write operations
  to succeed as long as there are other volatile keys to remove.

- An AOF bug related to blocking POP could crash Redis on AOF reload.
  This is now fixed thanks to Pieter Noordhuis and a kind user that
  helped us on IRC.

</ChangeLog>
Original commit
Wednesday, 22 Sep 2010
12:41 osa search for other commits by this committer
Update from 2.0.1 to 2.0.2.

<ChangeLog>

- Fixed a bug that may slow down significantly (from a few milliseconds
  to many seconds) server side intersections when a background write is
  in progress. This was due to the hash table resize policy, prevented when
  there was a saving child. Now it's prevented only up to 5 times
  overbooking, so we try hard to prevent a lot of copy on write, but
  avoiding to trigger pathological hash table performances of O(N) instead
  of O(1).

- Fixed expired keys counter in INFO output. It was not counting keys
  force-expired due to max-memory limit reached.

</ChangeLog>
Original commit
Monday, 20 Sep 2010
17:46 osa search for other commits by this committer
Update to latest stable version 2.0.1.
Previous stable release redis-1.2.6 repocopied to databases/redis1.
Original commit
Thursday, 1 Apr 2010
06:50 osa search for other commits by this committer
Update from 1.2.5 to 1.2.6.

<ChangeLog>

Redis 1.2.6 fixes two critical replication bugs, and a few
improvements.

- Fixed Issue 207 (http://code.google.com/p/redis/issues/detail?id=207)
  (broken replication with binary arguments not in the last position
  with the MSET command or any other command issued with new
  multi-bulk protocol).

- Fixed Issue 174 (http://code.google.com/p/redis/issues/detail?id=174)
  (temp names collisions producing broken slave-side .rdb files).

- Redis-cli backported from Redis master, with interactive mode, line
  editing via the linenoise library, auth ability, and much more.

- ZRANGEBYSCORE now supports WITHSCORES as well (backported from
  master).

- A simplified version of redis-stat (from redis tools) added.

</ChangeLog>
Original commit
Monday, 15 Mar 2010
12:28 osa search for other commits by this committer
Update from 1.2.4 to 1.2.5.

Notice from:    roberto

<ChangeLog>

Redis 1.2.5 fixes a replication bug: multiple slaves
connecting to the same master could lead to random
crashes or corruptions.

</ChangeLog>
Original commit
Sunday, 7 Mar 2010
11:19 osa search for other commits by this committer
Update from 1.2.3 to 1.2.4.

Notice from:    roberto

<ChangeLog>

- Replication when .rdb file is bigger than 2GB.

</ChangeLog>
Original commit
Wednesday, 3 Mar 2010
04:57 osa search for other commits by this committer
Update from 1.2.2 to 1.2.3.

Feature safe:   yes

Submitted by:   roberto
Original commit
Monday, 22 Feb 2010
15:04 osa search for other commits by this committer
Update from 1.2.1 to 1.2.2.

Feature safe:   yes

<ChangeLog>

redis-1.2.2 is a bugfix release, fixing a problem with BGSAVE and BGREWRITEAOF
copy-on-write semantics. This version of Redis will use a lot less CPU and
memory while performing a BGSAVE and BGREWRITEAOF operation.

It is very important to upgrade ASAP to this version if you are using Redis
with data persistence via snapshotting or append only file.

Another minor change is that the INFO command will now have a new field showing
memory usage in an human readable form. This was backported from Redis unstable
as well.

</ChangeLog>
Original commit
Saturday, 23 Jan 2010
18:46 osa search for other commits by this committer
Update from 1.2.0 to 1.2.1.
Original commit
Sunday, 17 Jan 2010
13:57 osa search for other commits by this committer
Update from 1.02 to 1.2.0.
Adopt patch for redis.conf.

Previously and by default redis was compiled with debugging
information, that didn't respect CFLAGS.  So, now its
possible to compile with debugging information by use
WITH_DEBUG knob.

Take maintainership.

Approved by:    maintainer (skv@)
Original commit
Monday, 30 Nov 2009
10:50 osa search for other commits by this committer
Update from 1.01 to 1.02.

Approved by:    maintainer (skv@)
Original commit
Tuesday, 29 Sep 2009
15:40 osa search for other commits by this committer
Update from 1.0 to 1.01.

Feature safe:   yes

Approved by:    maintainer (skv)
Original commit
Sunday, 20 Sep 2009
19:50 skv search for other commits by this committer
Update to 1.0

Submitted by:   osa
Feature safe:   yes
Original commit
Monday, 27 Jul 2009
16:53 skv search for other commits by this committer
Add redis 0.900, a persistent key-value database with built-in net
interface.
Original commit

Number of commits found: 121 (showing only 21 on this page)

«  1 | 2