FreshPorts -- The Place For Ports notbug Sat, 26 May 2012 3:25 PM BST
non port: databases/redis/Makefile
CVSWeb

Number of commits found: 46

Fri, 4 May 2012
[ 04:53 osa ] Original commit 
1.46 databases/redis/Makefile
1.39 databases/redis/distinfo
Update from 2.4.11 to 2.4.13.

<ChangeLog>

What's new in Redis 2.4.13
==========================

UPGRADE URGENCY: high for all the users of the KEYS command,
                 otherwise low.

* [BUGFIX] Fix for KEYS command: if the DB contains keys with
           expires the KEYS command may return the wrong output,
           having duplicated or missing keys.  See issue #487
           and #488 on github for details.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 22 Apr 2012
[ 09:37 osa ] Original commit 
1.45 databases/redis/Makefile
1.38 databases/redis/distinfo
Update from 2.4.10 to 2.4.11.

<ChangeLog>

UPGRADE URGENCY: moderate if you don't experience any of the fixed problems.

* [BUGFIX] Fixed a problem with aeWait() implementation. May cause a crash
           under non easy to replicate condiitons. See issue #267 on github.
* [BUGFIX] SORT with GET/BY option fetching expiring keys fixed. Issue #460.
* [BUGFIX] INFO field master_link_down_since_seconds initialized correctly.
* [FEATURE] redis-cli back ported from Redis unstable. Now has support for
            --bigkeys (to sample the DB for very large keys), --slave to
            simulate a slave instance.

</ChangeLog>
Sat, 31 Mar 2012
[ 14:01 osa ] Original commit 
1.44 databases/redis/Makefile
1.37 databases/redis/distinfo
Update from 2.4.9 to 2.4.10.

Feature safe:   yes

<ChangeLog>

UPGRADE URGENCY: High for users using replication with a DB identifier
higher than 9, or chaining replication so that slaves are attached to
other slaves. Low for all the other users.

* [FEATURE] Redis --test-meory improved with new test testing addressing.
* [BUGFIX] Fixed a memory leak: happens when replication is used with
  DB > 9.
* [BUGFIX] Fixed a replication bug that happens in chained replicaiton
  when a slave is attached to a master that is later turned into a slave.
  Now the chained slave reconnection is properly forced.

</ChangeLog>
Mon, 19 Mar 2012
[ 10:35 osa ] Original commit 
1.43 databases/redis/Makefile
1.36 databases/redis/distinfo
Update from 2.4.8 to 2.4.9.

Feature safe:   yes

<ChangeLog>

UPGRADE URGENCY: low. Mostly new features and minor bug fixing.

* [FEATURE] Redis server is now able to test your memory for broken RAM.
            Usage: ./redis-server --test-memory <megabytes>.
* [FEATURE] redis-benchmark backported from unstable. Pipelining, run selected
            tests, and a few more features.
* [BUGFIX] utils/install_server.sh script now works on Redhat / Centos.
* [BUGFIX] Minor fix to redis-cli (github issue #306).

</ChangeLog>
Fri, 24 Feb 2012
[ 13:04 osa ] Original commit 
1.42 databases/redis/Makefile
1.35 databases/redis/distinfo
1.2 databases/redis/files/patch-deps::hiredis::Makefile
1.2 databases/redis/files/patch-deps::linenoise::Makefile
1.2 databases/redis/files/patch-deps:hiredis:hiredis.c
1.2 databases/redis/files/patch-src::config.h
Update from 2.4.7 to 2.4.8.

<ChangeLog>

UPGRADE URGENCY: moderate if you don't experience any of the fixed problems.

* [BUGFIX] Make install now uses cp -f to avoid 'text file busy' errors.
* [BUGFIX] redis-check-aof is now large files safe also on 32 bit systems.
* [BUGFIX] Issue #327 fixed: maxmemory and replication now work much better.
* [BUGFIX] Now HINCRBY can detect overflows too. Fix for issue #330.
* [BUGFIX] Fixed compilation with latest clang.
* [BUGFIX] Fixed handling of empty sorted sets produced in RDB by
           very old Redis versions (1.2.x).

</ChangeLog>
Sat, 4 Feb 2012
[ 07:06 osa ] Original commit 
1.41 databases/redis/Makefile
1.34 databases/redis/distinfo
Update from 2.4.6 to 2.4.7.

<ChangeLog>

UPGRADE URGENCY: low/moderate if you don't experience any of the fixed
problems.

* [BUGFIX] Fixed false positive in issue #141 regression test.
* [BUGFIX] Slave should not expire keys when loading an RDB after a SYNC.
* [BUGFIX] Don't increment stats for key misses / hits when key is written.
* [BUGFIX] sds.c library now don't allocate more than 1MB ahead.
* 32 bit instances without a maxmemory set now get a default limit of 3.5GB
  with maxmemory-policy set to noeviction.
* Better crash report on crash (containing current client and command
arguments).

</ChangeLog>
Thu, 12 Jan 2012
[ 04:29 osa ] Original commit 
1.40 databases/redis/Makefile
1.33 databases/redis/distinfo
Update from 2.4.5 to 2.4.6.

<ChangeLog>

* [BUGFIX] Fixed issue #141 part 1: Possible protocol desyncs when clients send
           wrong protocol is now fixed. (See issue 141 for more details)
* [BUGFIX] Fixed issue #141 part 2: Connection of multiple slaves used to result
           from time to time into corrupted protocol send to slaves connected
           after the first one. (See issue 141 for more details)
* [BUGFIX] Do not propagate DEBUG LOADAOF.
* New INFO contains information such as ip/port/state for every conneced slave.
* Show GCC version in INFO output.

</ChangeLog>
Thu, 29 Dec 2011
[ 07:36 osa ] Original commit 
1.39 databases/redis/Makefile
1.32 databases/redis/distinfo
Update from 2.4.4 to 2.4.5.

Notice from:    miwi

<ChangeLog>

https://raw.github.com/antirez/redis/2.4/00-RELEASENOTES

</ChangeLog>
Wed, 30 Nov 2011
[ 12:46 osa ] Original commit 
1.38 databases/redis/Makefile
1.4 databases/redis/files/patch-src::Makefile
1.1 databases/redis/files/patch-src::config.h
1.2 databases/redis/files/patch-src::redis.c
Use backtrace()/backtrace_symbols() calls from devel/libexecinfo for
better diagnostics.

Bump PORTREVISION.

Feature safe:   yes
[ 10:57 osa ] Original commit 
1.37 databases/redis/Makefile
1.31 databases/redis/distinfo
1.1 databases/redis/files/patch-src::redis.c
Update from 2.4.3 to 2.4.4.
Add quickfix for build.         [*]

Feature safe:   yes

Submitted by:   Alex Lyashkov <umka at sevcity dot net> [*]

<ChangeLog>

https://raw.github.com/antirez/redis/2.4/00-RELEASENOTES

</ChangeLog>
Wed, 23 Nov 2011
[ 11:52 osa ] Original commit 
1.36 databases/redis/Makefile
1.30 databases/redis/distinfo
1.1 databases/redis/files/patch-deps:hiredis:hiredis.c
Update from 2.2.15 to 2.4.3.
Add fix for build with clang.   [*]

Submitted by:   vanilla         [*]

Feature safe:   yes

<ChangeLog>

https://raw.github.com/antirez/redis/2.4/00-RELEASENOTES

</ChangeLog>
Thu, 27 Oct 2011
[ 20:16 osa ] Original commit 
1.35 databases/redis/Makefile
1.29 databases/redis/distinfo
Update from 2.2.14 to 2.2.15.

Note.  The 2.2.15 release is the latest release from
legacy 2.2 branch.  Next commit is up to latest bugfix
release from 2.4 branch.

<ChangeLog>

* [BUGFIX] FLUSHALL was not replicated nor written into the
           Append Only File.
* [BUGFIX] FLUSHALL now only performs a sync SAVE if there
           is at least one save point configured.

</ChangeLog>
Thu, 22 Sep 2011
[ 05:37 osa ] Original commit 
1.34 databases/redis/Makefile
1.28 databases/redis/distinfo
Update from 2.2.13 to latest bugfix release 2.2.14.

Notice from:    miwi

<ChangeLog>

* [BUGFIX] Fixed a rare but possible AOF race condition
  that could result into duplicated commands inside the AOF.

* [BUGFIX] Don't replicate SAVE.

* LRANGE optimization may drastically improve performances
  when querying the final part of a long list.

* redis-cli now implements a --latency mode to monitory
  Redis delay.

</ChangeLog>
Wed, 14 Sep 2011
[ 06:39 osa ] Original commit 
1.33 databases/redis/Makefile
1.27 databases/redis/distinfo
1.2 databases/redis/files/patch-src::Makefile
Update from 2.2.12 to latest bugfix release 2.2.13.

<ChangeLog>

* [BUGFIX] Fixed issue 593 (BRPOPLPUSH related crash).
* [BUGFIX] Fixed an issue with the networking layer that may
  prevent Redis from sending the whole reply back to client
  under extreme conditions.

</ChangeLog>
Thu, 25 Aug 2011
[ 06:40 osa ] Original commit 
1.32 databases/redis/Makefile
Add documentation.
Bump PORTREVISION.

PR:     ports/160163
Tue, 26 Jul 2011
[ 11:51 osa ] Original commit 
1.31 databases/redis/Makefile
1.26 databases/redis/distinfo
Update from 2.2.11 to 2.2.12.

<ChangeLog>

* the Slowlog feature was backported to Redis 2.2.
* a number of fixes related blocking operations on lists when
  mixed with AOF and Replication.
* fixed bad interactions between EXPIRE, EXPIREAT, and in
  general volatile keys when AOF is enabled.  More details in
  the Redis Google Group here:
 
http://groups.google.com/group/redis-db/browse_frm/thread/5a931fefb88b16d5?tvc=1
* no more allocation stats info in INFO.
* colorized make for 2.2 as well.
* fixed a problem with AOF when it is stopped via CONFIG SET
  appendonly no.
* warn the user enabling VM that VM is deprecated and discouraged.
* prepareForShutdown() fixed for correctness.
* close the listening sockets on exit for faster restarts.

</ChangeLog>
Fri, 22 Jul 2011
[ 10:32 osa ] Original commit 
1.1009 databases/Makefile
1.1 databases/redis-scripting/Makefile
1.30 databases/redis/Makefile
1.1 databases/redis-scripting/distinfo
1.1 databases/redis-scripting/files/patch-deps::hiredis::Makefile
1.1 databases/redis-scripting/files/patch-deps::linenoise::Makefile
1.1 databases/redis-scripting/files/patch-redis.conf
1.1 databases/redis-scripting/files/patch-src::Makefile
1.1 databases/redis-scripting/files/patch-src::mkreleasehdr.sh
1.1 databases/redis-scripting/pkg-descr

(Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
Add redis-scripting, version 2.2.111, an experimental version of
Redis 2.2.11 with support for Lua scripting, backported from the
scripting branch.  Instructions about how to use it are contained
in following blog post:
http://antirez.com/post/scripting-branch-released.html

Connect to build.

Add CONFLICTS and bump PORTREVISION for databases/redis.
Fri, 1 Jul 2011
[ 10:41 osa ] Original commit 
1.29 databases/redis/Makefile
Add back SUB_LIST variables.
Bump PORTREVISION.

Reported by:    Oleg Ginzburg aka olevole at olevole dot ru
Tue, 28 Jun 2011
[ 06:36 osa ] Original commit 
1.28 databases/redis/Makefile
1.25 databases/redis/distinfo
1.3 databases/redis/pkg-plist
Update from 2.2.10 to 2.2.11.
Create/remove necessary directories in install/deinstall process.
Optimize SUB_LIST.

PRs:    ports/158115, ports/158190

<ChangeLog>

* Solved a never reported but possibly critical bug in the AOF
  and RDB persistence, introduced with the new version of the
  iterator: In very rare circumstances the AOF (after rerwite)
  or the rdb file may contain the same key more than one time.

</ChangeLog>
Tue, 21 Jun 2011
[ 11:29 osa ] Original commit 
1.27 databases/redis/Makefile
1.24 databases/redis/distinfo
Update from 2.2.9 to 2.2.10.

<ChangeLog>

* Fix for issue 566. It was possible for SETNX to behave in abnormal
  ways.
* Work with make v3.80
* redis-cli updated to the same version as the 2.4 branch.  Now the
  reconnection handling is better.  You can prefix commands with a
  number to execute the command the specified number of times.  When
  using -r in non interactive mode it is possible to set a delay
  between commands.
* Better init script.

</ChangeLog>

Submitted by:   Jin-Sih Lin aka linpct at gmail dot com
PR:             ports/157973
Fri, 10 Jun 2011
[ 08:53 osa ] Original commit 
1.26 databases/redis/Makefile
1.23 databases/redis/distinfo
Update from 2.2.8 to 2.2.9.

<ChangeLog>

* A Slave used to rewrite the AOF log after a sync with the
  master, but the rewrite was performed at the wrong time,
  causing inconsistencies in the AOF file generated.
* [LR]LPUSH replication in presence of BRPOPLPUSH was
  broken. Fixed.
* Memory leak in BRPOPLPUSH fixed.
* Pub/Sub bug resulting in random crashes fixed.

</ChangeLog>
Thu, 26 May 2011
[ 12:55 osa ] Original commit 
1.25 databases/redis/Makefile
1.22 databases/redis/distinfo
Update from 2.2.7 to 2.2.8.

<ChangeLog>

* A new form of dict.c (hash table implementation) iterator that performs less
  copy-on-write of pages, introduced in Redis 2.2.7, caused ZINTERSTORE,
  ZUNIONSTORE, SINTER, SINTERSTORE commands to behave in the wrong way.
  This bug is now fixed.
* Print version info before running the test with 'make test'. This is mainly
  useful for the Continuous Integration system we run.
* Fix for DEBUG DIGEST, key may expire on lookup, producing the wrong result.
* Replication with expire test modified to produce no or less false failures.
* Fixed Z*STORE when dealing with intsets, regression test added.

</ChangeLog>
Wed, 11 May 2011
[ 15:20 osa ] Original commit 
1.24 databases/redis/Makefile
1.21 databases/redis/distinfo
1.2 databases/redis/files/pkg-install.in
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>
Sat, 23 Apr 2011
[ 10:18 osa ] Original commit 
1.23 databases/redis/Makefile
1.20 databases/redis/distinfo
Update from 2.2.4 to 2.2.5.

Notice from:    miwi
Mon, 11 Apr 2011
[ 06:53 osa ] Original commit 
1.22 databases/redis/Makefile
1.19 databases/redis/distinfo
Update from 2.2.2 to 2.2.4.
Sat, 5 Mar 2011
[ 13:39 osa ] Original commit 
1.21 databases/redis/Makefile
1.18 databases/redis/distinfo
Update from 2.2.1 to 2.2.2.
Fri, 25 Feb 2011
[ 07:54 osa ] Original commit 
1.20 databases/redis/Makefile
1.2 databases/redis/pkg-descr
Remove necessary CONFLICTS.
Update package description, WWW.

Bump PORTREVISION.
Thu, 24 Feb 2011
[ 19:57 osa ] Original commit 
1.19 databases/redis/Makefile
1.17 databases/redis/distinfo
Update to latest stable version 2.2.1.
Remove CONFLICTS with redis-1.
Remove NO_LATEST_LINK.
Sun, 13 Feb 2011
[ 12:25 osa ] Original commit 
1.18 databases/redis/Makefile
1.16 databases/redis/distinfo
1.1 databases/redis/files/patch-deps::hiredis::Makefile
1.1 databases/redis/files/patch-deps::linenoise::Makefile
1.1 databases/redis/files/patch-src::Makefile
1.1 databases/redis/files/patch-src::mkreleasehdr.sh
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.
Mon, 8 Nov 2010
[ 19:17 osa ] Original commit 
1.17 databases/redis/Makefile
1.15 databases/redis/distinfo
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>
Sun, 17 Oct 2010
[ 07:04 osa ] Original commit 
1.16 databases/redis/Makefile
1.14 databases/redis/distinfo
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>
Wed, 22 Sep 2010
[ 12:41 osa ] Original commit 
1.15 databases/redis/Makefile
1.13 databases/redis/distinfo
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>
Tue, 21 Sep 2010
[ 15:35 osa ] Original commit 
1.14 databases/redis/Makefile
Update CONFLICTS.
Bump PORTREVISION.
Mon, 20 Sep 2010
[ 17:46 osa ] Original commit 
1.13 databases/redis/Makefile
1.12 databases/redis/distinfo
1.3 databases/redis/files/patch-redis.conf
1.2 databases/redis/pkg-plist
Update to latest stable version 2.0.1.
Previous stable release redis-1.2.6 repocopied to databases/redis1.
Sun, 15 Aug 2010
[ 09:23 osa ] Original commit 
1.12 databases/redis/Makefile
Add CONFLICTS with databases/redis-devel.
Bump PORTREVISION.
Thu, 1 Apr 2010
[ 06:50 osa ] Original commit 
1.11 databases/redis/Makefile
1.11 databases/redis/distinfo
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>
Mon, 15 Mar 2010
[ 12:28 osa ] Original commit 
1.10 databases/redis/Makefile
1.10 databases/redis/distinfo
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>
Sun, 7 Mar 2010
[ 11:19 osa ] Original commit 
1.9 databases/redis/Makefile
1.9 databases/redis/distinfo
Update from 1.2.3 to 1.2.4.

Notice from:    roberto

<ChangeLog>

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

</ChangeLog>
Wed, 3 Mar 2010
[ 04:57 osa ] Original commit 
1.8 databases/redis/Makefile
1.8 databases/redis/distinfo
Update from 1.2.2 to 1.2.3.

Feature safe:   yes

Submitted by:   roberto
Mon, 22 Feb 2010
[ 15:04 osa ] Original commit 
1.7 databases/redis/Makefile
1.7 databases/redis/distinfo
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>
Sat, 23 Jan 2010
[ 18:46 osa ] Original commit 
1.6 databases/redis/Makefile
1.6 databases/redis/distinfo
Update from 1.2.0 to 1.2.1.
Sun, 17 Jan 2010
[ 13:57 osa ] Original commit 
1.5 databases/redis/Makefile
1.5 databases/redis/distinfo
1.2 databases/redis/files/patch-redis.conf
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@)
Mon, 30 Nov 2009
[ 10:50 osa ] Original commit 
1.4 databases/redis/Makefile
1.4 databases/redis/distinfo
Update from 1.01 to 1.02.

Approved by:    maintainer (skv@)
Tue, 29 Sep 2009
[ 15:40 osa ] Original commit 
1.3 databases/redis/Makefile
1.3 databases/redis/distinfo
Update from 1.0 to 1.01.

Feature safe:   yes

Approved by:    maintainer (skv)
Sun, 20 Sep 2009
[ 19:50 skv ] Original commit 
1.2 databases/redis/Makefile
1.2 databases/redis/distinfo
Update to 1.0

Submitted by:   osa
Feature safe:   yes
Mon, 27 Jul 2009
[ 16:53 skv ] Original commit 
1.788 databases/Makefile
1.1 databases/redis/Makefile
1.1 databases/redis/distinfo
1.1 databases/redis/files/patch-redis.conf
1.1 databases/redis/pkg-descr
1.1 databases/redis/files/pkg-install.in
1.1 databases/redis/files/pkg-message.in
1.1 databases/redis/pkg-plist
1.1 databases/redis/files/redis.sh.in
Add redis 0.900, a persistent key-value database with built-in net
interface.

Number of commits found: 46

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23670
Broken 193
Deprecated 147
Ignore 735
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 41
Set to expire 188
Interactive 54
new 24 hours 12
new 48 hours31
new 7 days57
new fortnight181
new month253

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.939 seconds.