diff --git a/changes.txt b/changes.txt
--- a/changes.txt
+++ b/changes.txt
@@ -1,3 +1,9 @@
+0.1.7.1
+-------
+
+- Released Sun 22 Nov 2015 22:19:58 CET
+- added missing testfile to repo/.cabal.
+
 0.1.7.0
 -------
 
diff --git a/issues.txt b/issues.txt
--- a/issues.txt
+++ b/issues.txt
@@ -8,28 +8,29 @@
     13  symlinks? [feature:intermediate]
     14  check --output pretty, there are trailing white spaces [bug] [u:1]
     15  test con 7.6.3 [feature:basic] [test]
-    16  linux kernel, lentil si inceppa su dei caratteri [bug] [2016]
-    17  da cabal a hpack [u:1] [feature:advanced]
-    18  sm: issue numbers is valuable [design] [request]
-    19  sm: have a way to link to discussion/history of issue [design]
+    16  linux kernel e darcs, lentil si inceppa su dei caratteri [bug]
+        [2016]
+    17  autoignore non-text files? (binary, images, bloom filter) [2016]
+    18  da cabal a hpack [u:1] [feature:advanced]
+    19  sm: issue numbers is valuable [design] [request]
+    20  sm: have a way to link to discussion/history of issue [design]
         [request]
-    20  sm: 1. lentil autogenerates numbers where missing adding tags, 2.
+    21  sm: 1. lentil autogenerates numbers where missing adding tags, 2.
         creates an associated numbered file in .issues/, displays
         associated notes written in those files is asked, 3. even update
         them when there is a source change. (4) these files could be
         webserved when they want something linkable. Vedi comments in
         doc/dev/issues.txt [design] [request]
-    26  chickpea, lentil's brother. Two commands, add number to numberless
+    27  chickpea, lentil's brother. Two commands, add number to numberless
         tag (#1212 or something), create a mini db with those issues, which
         automatically updated and you can even write stuff in there. O
         maybe you can even add lentil, chickpea and quinoa. Vedi more in
         doc/dev/issues.txt [design]
-    32  make it lazy in ouputting todos [refactor]
-    33  way to 'group' (section) output by tag [feature:advanced]
-    34  win (and mac?) builds [package] [u:3] [2016]
-    35  Henning: don't output nothing on lentil xxx.cabal (maybe add 19
+    33  make it lazy in ouputting todos [refactor]
+    34  way to 'group' (section) output by tag [feature:advanced]
+    35  win (and mac?) builds [package] [u:3] [2016]
+    36  Henning: don't output nothing on lentil xxx.cabal (maybe add 19
         skipped?) [request] [2016]
-    36  add fake project one can test using lentil with [u:2]
  
 src/Lentil/Args.hs
     25  disambiguation optparse-applicative [feature:intermediate]
@@ -49,9 +50,8 @@
     70  change '\n' trick [refactor] [duct]
  
 src/Lentil/Parse/Syntaxes.hs
-    29  add langparsers che sia estensibile e leggibile a compilazione
+    31  add langparsers che sia estensibile e leggibile a compilazione
         [u:2] [feature:intermediate]
-    32  extensions are case sensisive (no good) [u:3]
     52  multiline signature? [lint]
  
 src/Main.hs
diff --git a/lentil.cabal b/lentil.cabal
--- a/lentil.cabal
+++ b/lentil.cabal
@@ -1,5 +1,5 @@
 name:                lentil
-version:             0.1.7.0
+version:             0.1.7.1
 synopsis:            frugal issue tracker
 description:         minumum effort, cohesive issue tracker based on
                      ubiquitous @TODO@s and @FIXME@s conventions.
@@ -28,6 +28,7 @@
                      test/test-files/lang-comm/test.txt,
                      test/test-files/lang-comm/text.txt,
                      test/test-files/specific/contiguous.c,
+                     test/test-files/specific/uppercase.C,
                      test/test-files/test-proj/fold-a/foo1.hs,
                      test/test-files/test-proj/fold-b/foo2.hs,
                      test/test-files/test-proj/fold-c/foo3.hs,
diff --git a/src/Main.hs b/src/Main.hs
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -28,7 +28,7 @@
                                    short 'v'      <>
                                    help "show version and copyright info" )
     where
-          versionCopy = "lentil - frugal issue tracker, version 0.1.7.0\n\
+          versionCopy = "lentil - frugal issue tracker, version 0.1.7.1\n\
                         \(C) 2015 Francesco Ariis - http://www.ariis.it\n\
                         \released under the GNU General Public License v3\n"
 
diff --git a/test/test-files/specific/uppercase.C b/test/test-files/specific/uppercase.C
new file mode 100644
--- /dev/null
+++ b/test/test-files/specific/uppercase.C
@@ -0,0 +1,12 @@
+// todo single
+// comment
+// Todo: single2
+
+var c = "st/*ring"; // string
+char letter = 'c' // char
+
+/* TODO: block1 */
+/* TODO: block2 [tog] */
+
+
+//  end (this file tests uppercase extensions)
