Index: /libmpcdec/trunk/ChangeLog
===================================================================
--- /libmpcdec/trunk/ChangeLog	(revision 275)
+++ /libmpcdec/trunk/ChangeLog	(revision 276)
@@ -1,2 +1,6 @@
+1.2.6
+   * Fix an infinite loop regression from 1.2.3
+   * Fix possible noise at the beginning of files
+
 1.2.5
    * Properly increase API version since it has changed since 1.2.3
Index: /libmpcdec/trunk/configure.ac
===================================================================
--- /libmpcdec/trunk/configure.ac	(revision 275)
+++ /libmpcdec/trunk/configure.ac	(revision 276)
@@ -2,5 +2,5 @@
 AC_INIT(src/mpc_decoder.c)
 AC_CONFIG_AUX_DIR(config)
-AM_INIT_AUTOMAKE(libmpcdec,1.2.5)
+AM_INIT_AUTOMAKE(libmpcdec,1.2.6)
 AM_CONFIG_HEADER(include/config.h)
 
