summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrond Norbye <trond.norbye@gmail.com>2011-04-01 09:02:53 +0200
committerTrond Norbye <trond.norbye@gmail.com>2011-04-01 12:47:25 +0200
commitbe962a0f934391c95660b63af356f266af11fb24 (patch)
treeee65e6711bb79f3a7a8464b899ed62047596830c
parent1b4ba6b27e10a49cf640b3342f95132e4c22b640 (diff)
downloadmemcached-be962a0f934391c95660b63af356f266af11fb24.tar.gz
Automake fails without a NEWS file
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..88d213c
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,10 @@
+The following command will give you a detailed description of all
+changes between two versions (you need to use the development tree for
+this). You should find a high level description in the release notes.
+
+git log <previous-version>..<new-version>
+
+ex:
+
+git log 1.2.8..1.4.5
+