CVS log for ports/databases/redis-devel/Attic/Makefile
Up to [FreeBSD] / ports / databases / redis-devel
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.16
Mon Sep 20 18:19:42 2010 UTC (16 months, 2 weeks ago) by osa
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.15: +1 -1 lines
Remove databases/redis-devel after merge to databases/redis.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Sep 10 05:59:21 2010 UTC (17 months ago) by osa
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
Update from 2.0.0 to 2.0.1. <ChangeLog> - Fixed a not critical but important VM bug: from time to time a race condition may happen and a client may never get the reply from a given request. - Now we have a make install target as stated in the README. - redis-cli no longer tries to understand if it's part of a pipe so there is to use the -x option to read the last arg from stdin. This prevents it from creating problem when running inside cron scripts. - Fixed the init script provided in the tar.gz. It was totally broken. - Fixed a bug related to connecting more than 10k clients to Redis. </ChangeLog>
Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Sep 3 16:44:06 2010 UTC (17 months, 1 week ago) by osa
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -1 lines
Welcome to redis 2.0.0! ChangeLog: http://code.google.com/p/redis/wiki/Redis_2_0_0_Changelog
Revision 1.13: download - view: text, markup, annotated - select for diffs
Sun Aug 15 09:18:07 2010 UTC (17 months, 3 weeks ago) by osa
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +8 -4 lines
Update from 1.2.6 to latest development version 2.0.0rc4 after repocopy. Add CONFLICTS. Add the note in UPDATING about configuration file changes.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun Aug 15 08:02:47 2010 UTC (17 months, 3 weeks ago) by osa
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +0 -0 lines
Forced commit to notify the repocopy is done: databases/redis -> databases/redis-devel. PR: ports/149515 Submitted by: osa Repocopied by: marcus
Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Apr 1 06:50:33 2010 UTC (22 months, 1 week ago) by osa
Branches: MAIN
CVS tags: old_RELEASE_8_1_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
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>
Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Mar 15 12:28:04 2010 UTC (22 months, 3 weeks ago) by osa
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
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>
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Mar 7 11:19:13 2010 UTC (23 months ago) by osa
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
Update from 1.2.3 to 1.2.4. Notice from: roberto <ChangeLog> - Replication when .rdb file is bigger than 2GB. </ChangeLog>
Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Mar 3 04:57:28 2010 UTC (23 months, 1 week ago) by osa
Branches: MAIN
CVS tags: old_RELEASE_7_3_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1 lines
Update from 1.2.2 to 1.2.3. Feature safe: yes Submitted by: roberto
Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Feb 22 15:04:45 2010 UTC (23 months, 2 weeks ago) by osa
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1 lines
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>
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Jan 23 18:46:17 2010 UTC (2 years ago) by osa
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1 lines
Update from 1.2.0 to 1.2.1.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Jan 17 13:57:21 2010 UTC (2 years ago) by osa
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +11 -4 lines
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@)
Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Nov 30 10:50:00 2009 UTC (2 years, 2 months ago) by osa
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1 lines
Update from 1.01 to 1.02. Approved by: maintainer (skv@)
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Sep 29 15:40:32 2009 UTC (2 years, 4 months ago) by osa
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
Update from 1.0 to 1.01. Feature safe: yes Approved by: maintainer (skv)
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Sep 20 19:50:10 2009 UTC (2 years, 4 months ago) by skv
Branches: MAIN
CVS tags: old_RELEASE_8_0_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -2 lines
Update to 1.0 Submitted by: osa Feature safe: yes
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Jul 27 16:53:25 2009 UTC (2 years, 6 months ago) by skv
Branches: MAIN
Add redis 0.900, a persistent key-value database with built-in net interface.
