From d9aafecde941ae85334462269e521f5a9e1c9d6c Mon Sep 17 00:00:00 2001 From: Mark Pulford Date: Thu, 15 Dec 2011 21:49:59 +1030 Subject: Remove TODO from releases --- .gitattributes | 1 + TODO | 4 ---- lua-cjson.spec | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) delete mode 100644 TODO diff --git a/.gitattributes b/.gitattributes index 07f243a..d347add 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ .gitattributes export-ignore build-packages.sh export-ignore +TODO export-ignore diff --git a/TODO b/TODO deleted file mode 100644 index 1345448..0000000 --- a/TODO +++ /dev/null @@ -1,4 +0,0 @@ -- Make encode/decode routines OS thread safe (within the same lua_State) - - Optionally create an object for settings. Clone function. - -- Convert documentation into structured source format diff --git a/lua-cjson.spec b/lua-cjson.spec index 0f7fe9a..942151e 100644 --- a/lua-cjson.spec +++ b/lua-cjson.spec @@ -39,7 +39,7 @@ rm -rf "$RPM_BUILD_ROOT" %files %defattr(-,root,root,-) -%doc LICENSE NEWS performance.txt manual.html manual.txt rfc4627.txt tests THANKS TODO +%doc LICENSE NEWS performance.txt manual.html manual.txt rfc4627.txt tests THANKS %{lualibdir}/* -- cgit v1.2.3-55-g6feb