aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Pulford <mark@kyne.com.au>2011-05-08 23:54:56 +0930
committerMark Pulford <mark@kyne.com.au>2011-05-08 23:54:56 +0930
commit17cb9b7433bfebaef2205ca01f82708bdc5913ff (patch)
tree5b976269dfc6b427330d267287450946ac84290c
parentffb9aa79eb828118b0ebd214d2e47a324df9bd74 (diff)
downloadlua-cjson-17cb9b7433bfebaef2205ca01f82708bdc5913ff.tar.gz
lua-cjson-17cb9b7433bfebaef2205ca01f82708bdc5913ff.tar.bz2
lua-cjson-17cb9b7433bfebaef2205ca01f82708bdc5913ff.zip
Add changelog (NEWS)
-rw-r--r--NEWS2
-rw-r--r--lua-cjson.spec2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..b682cd2
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,2 @@
1Version 1.0 (May 9 2011)
2* Initial release.
diff --git a/lua-cjson.spec b/lua-cjson.spec
index 8f3b8c5..fac068b 100644
--- a/lua-cjson.spec
+++ b/lua-cjson.spec
@@ -39,7 +39,7 @@ rm -rf "$RPM_BUILD_ROOT"
39 39
40%files 40%files
41%defattr(-,root,root,-) 41%defattr(-,root,root,-)
42%doc LICENSE performance.txt README rfc4627.txt tests 42%doc LICENSE NEWS performance.txt README rfc4627.txt tests
43%{lualibdir}/* 43%{lualibdir}/*
44 44
45 45