Updating for release
authorBrian Aker <brian@tangent.org>
Thu, 27 Sep 2007 10:51:49 +0000 (03:51 -0700)
committerBrian Aker <brian@tangent.org>
Thu, 27 Sep 2007 10:51:49 +0000 (03:51 -0700)
COPYING
ChangeLog
NEWS
README
configure.in

diff --git a/COPYING b/COPYING
index e7784364d758d0a657eff63009db23bbed93001f..af38461d6f16c4abef23eaac1bd0906357c1ab04 100644 (file)
--- 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
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..75343a828d54fcee39449563c8b031d4241a8d8e 100644 (file)
--- 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 e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..b39336c7a7dad9a76d1fadae9db636345816903a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -0,0 +1 @@
+See Changelog
diff --git a/README b/README
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..d2bb56d8bd792dc54404f5ef64f50949af2b357d 100644 (file)
--- 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.
index 9c84272dda7113385d9b177c3b76b1ba5aa016b8..2a0332b31a709560207dffa562af9389d1f95f9b 100644 (file)
@@ -1,7 +1,7 @@
 AC_INIT(src/memcat.c)\r
 AC_CONFIG_AUX_DIR(config)\r
 AM_CONFIG_HEADER(config.h)\r
-AM_INIT_AUTOMAKE("?", 0.2 )\r
+AM_INIT_AUTOMAKE("libmemcached" 0.2 )\r
 \r
 AC_PROG_CC\r
 AC_PROG_LIBTOOL\r