diff options
-rw-r--r-- | NEWS | 12 | ||||
-rw-r--r-- | doc/manual.txt | 2 |
2 files changed, 13 insertions, 1 deletions
@@ -1,3 +1,15 @@ +[09 Feb 2013] +Version 3.1.4: +- Bug fixes: + * Do not prompt for a todo after adding an appointment. + + * Close key binding window when reassigning the same key (thanks to Michael + Smith for submitting a patch). + + * Update copyright ranges. + + * Do not ignore "--datarootdir" in the i18n Makefile. + [02 Feb 2013] Version 3.1.3: - Bug fixes: diff --git a/doc/manual.txt b/doc/manual.txt index 6863850..09dc035 100644 --- a/doc/manual.txt +++ b/doc/manual.txt @@ -149,7 +149,7 @@ Install process First you need to gunzip and untar the source archive: ---- -$ tar zxvf calcurse-3.1.3.tar.gz +$ tar zxvf calcurse-3.1.4.tar.gz ---- Once you meet the requirements and have extracted the archive, the install |