diff --git a/doc/html/documentation_bugs.html b/doc/html/documentation_bugs.html
index ad0daa1b..3420b9a8 100644
--- a/doc/html/documentation_bugs.html
+++ b/doc/html/documentation_bugs.html
@@ -44,17 +44,10 @@
The following are major known bugs in the current (1.3.1pre1) release:
- -
- If you use the --replay-gain option with flac, but no --padding/-P option, only a very small padding block will be created. The workaround is to always use a -P option when using --replay-gain to make sure the correct amount of padding is added.
-
- -
- When encoding to Ogg FLAC, the progress indicator is broken
-
-
When encoding to Ogg FLAC, the number of seek points is limited to 240.
- The first two have been fixed, these fixes will be incorporated in the next release.
diff --git a/doc/html/faq.html b/doc/html/faq.html
index b815e405..989f0adc 100644
--- a/doc/html/faq.html
+++ b/doc/html/faq.html
@@ -1,5 +1,5 @@
-
+
@@ -377,7 +377,7 @@
|
- Copyright (c) 2000-2009 Josh Coalson, 2011-2013 Xiph.Org Foundation
+ Copyright (c) 2000-2009 Josh Coalson, 2011-2014 Xiph.Org Foundation
|
diff --git a/doc/html/id.html b/doc/html/id.html
index a5856a35..366a73c5 100644
--- a/doc/html/id.html
+++ b/doc/html/id.html
@@ -1,5 +1,5 @@
-
+
@@ -276,7 +276,7 @@
|
- Copyright (c) 2000-2009 Josh Coalson, 2011-2013 Xiph.Org Foundation
+ Copyright (c) 2000-2009 Josh Coalson, 2011-2014 Xiph.Org Foundation
|
diff --git a/src/flac/main.c b/src/flac/main.c
index d7f11dc3..3cddc70d 100644
--- a/src/flac/main.c
+++ b/src/flac/main.c
@@ -479,7 +479,7 @@ int do_it(void)
}
flac__utils_printf(stderr, 2, "\n");
- flac__utils_printf(stderr, 2, "flac %s, Copyright (C) 2000-2009, 2011-2013 Josh Coalson & Xiph.Org Foundation\n", FLAC__VERSION_STRING);
+ flac__utils_printf(stderr, 2, "flac %s, Copyright (C) 2000-2009, 2011-2014 Josh Coalson & Xiph.Org Foundation\n", FLAC__VERSION_STRING);
flac__utils_printf(stderr, 2, "flac comes with ABSOLUTELY NO WARRANTY. This is free software, and you are\n");
flac__utils_printf(stderr, 2, "welcome to redistribute it under certain conditions. Type `flac' for details.\n\n");
| |