aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS7
-rw-r--r--README4
-rw-r--r--configure.ac2
-rw-r--r--doc/idest.texi4
4 files changed, 9 insertions, 8 deletions
diff --git a/NEWS b/NEWS
index 602a4b7..403cbb5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,12 +1,13 @@
-IdEst -- history of user-visible changes. 2011-03-20
+IdEst -- history of user-visible changes. 2011-04-10
Copyright (C) 2009-2011 Sergey Poznyakoff
See the end of file for copying conditions.
Please send bug reports to <gray@gnu.org.ua>
-Version 1.1.90 (Git)
+Version 1.2, 2011-04-10
+* Compiles with Guile 2.0
* New option --verbose
* Improve signal handling
@@ -24,7 +25,7 @@ Initial release.
=========================================================================
Copyright information:
-Copyright (C) 2009, 2010 Sergey Poznyakoff
+Copyright (C) 2009, 2010, 2011 Sergey Poznyakoff
Permission is granted to anyone to make or distribute verbatim copies
of this document as received, in any medium, provided that the
diff --git a/README b/README
index 67411ef..7f5dc31 100644
--- a/README
+++ b/README
@@ -46,12 +46,12 @@ for this option to work. To compile without Guile support, use
* Bug reporting.
-Send bug reports to <gray@gnu.org.ua>.
+Send bug reports to <gray+idest@gnu.org.ua>.
* Copyright information:
-Copyright (C) 2009 Sergey Poznyakoff
+Copyright (C) 2009-2011 Sergey Poznyakoff
Permission is granted to anyone to make or distribute verbatim copies
of this document as received, in any medium, provided that the
diff --git a/configure.ac b/configure.ac
index 6450e95..f99f480 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@
# along with Idest. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ(2.61)
-AC_INIT([idest], [1.1.90], [gray@gnu.org.ua])
+AC_INIT([idest], [1.2], [gray+idest@gnu.org.ua])
AC_CONFIG_SRCDIR([src/idest.h])
AC_CONFIG_HEADER([config.h])
AC_CONFIG_AUX_DIR([build-aux])
diff --git a/doc/idest.texi b/doc/idest.texi
index a66d6e1..9ad7fd0 100644
--- a/doc/idest.texi
+++ b/doc/idest.texi
@@ -100,7 +100,7 @@ Appendices
@cindex mp3
Many @samp{mp3} files carry additional blocks of information, called
ID3 tags. These tags supply additional information about the file,
-such as the artists name, the name of the song, etc. There are
+such as artist's name, the title of the song, etc. There are
currently two major versions of these tags. The version 1 is able to
keep a predefined number of textual fields of limited length, and is
written at the end of the file. The version 2 is much more flexible.
@@ -637,7 +637,7 @@ Print a short usage message.
@node Reporting Bugs
@chapter How to Report a Bug
- Email bug reports to @email{gray@@gnu.org.ua}. Please include a
+ Email bug reports to @email{gray+idest@@gnu.org.ua}. Please include a
detailed description of the bug and information about the conditions
under which it occurs, so we can reproduce it.

Return to:

Send suggestions and report system problems to the System administrator.