From a368fe94e9bc94eb63adad413c668b046d6f583f Mon Sep 17 00:00:00 2001 From: Brian Aker Date: Thu, 27 Sep 2007 03:51:49 -0700 Subject: [PATCH] Updating for release --- COPYING | 2 +- ChangeLog | 3 +++ NEWS | 1 + README | 17 +++++++++++++++++ configure.in | 2 +- 5 files changed, 23 insertions(+), 2 deletions(-) diff --git a/COPYING b/COPYING index e7784364..af38461d 100644 --- a/COPYING +++ b/COPYING @@ -1,4 +1,4 @@ -Copyright (c) 2006, Tangent Org +Copyright (c) 2007, TangentOrg (Brian Aker) All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/ChangeLog b/ChangeLog index e69de29b..75343a82 100644 --- a/ChangeLog +++ b/ChangeLog @@ -0,0 +1,3 @@ +0.2 Thu Sep 27 03:46:57 PDT 2007 + * First public version + diff --git a/NEWS b/NEWS index e69de29b..b39336c7 100644 --- a/NEWS +++ b/NEWS @@ -0,0 +1 @@ +See Changelog diff --git a/README b/README index e69de29b..d2bb56d8 100644 --- a/README +++ b/README @@ -0,0 +1,17 @@ +Hi! + +So what is this? Its a library in C for connectinng to memcached servers +(http://danga.com/memcached/). It is also a collection of utilities designed +to work with memcached. + +memcat - Copy the value of a key to standard output +memflush - Flush the contents of your servers. +memrm - Remove a key(s) from the serrver. +memstat - Dump the stats of your servers to standard output + +This code is still in Alpha. More tests have currently been done on the +library code then on the utilities. + +Cheers, + -Brian Aker + Seattle, WA. diff --git a/configure.in b/configure.in index 9c84272d..2a0332b3 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ AC_INIT(src/memcat.c) AC_CONFIG_AUX_DIR(config) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE("?", 0.2 ) +AM_INIT_AUTOMAKE("libmemcached" 0.2 ) AC_PROG_CC AC_PROG_LIBTOOL -- 2.30.2