From 8167ede3fddea7fae3f61e2f22afbd85b6370f7e Mon Sep 17 00:00:00 2001
From: Erik de Castro Lopo
Date: Sun, 19 Feb 2006 12:32:18 +0000
Subject: [PATCH] Prepare for 1.0.14 release.
---
ChangeLog | 14 ++++++++++
Makefile.am | 2 +-
NEWS | 6 ++++-
README | 2 +-
configure.ac | 4 +--
doc/api.html | 2 +-
doc/command.html | 2 +-
doc/dither.html | 2 +-
doc/index.html | 7 +++--
doc/win32.html | 68 +++++++++---------------------------------------
10 files changed, 44 insertions(+), 65 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 1a05fdd8..9a87a9d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2006-02-19 Erik de Castro Lopo
+
+ * Mingw-make-dist.sh
+ Add a shell script to build the windows binary/source ZIP file.
+
+ * doc/index.html
+ Add download link for windows binary/source ZIP file.
+
+ * doc/win32.html
+ Remove info about building using microsoft compiler.
+
+ * configure.ac
+ Bump version to 1.0.14.
+
2006-02-11 Erik de Castro Lopo
* src/sd2.c
diff --git a/Makefile.am b/Makefile.am
index a0415d42..bae93e10 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,7 +3,7 @@
SUBDIRS = man doc Win32 Octave src examples regtest tests
DIST_SUBDIRS = $(SUBDIRS)
EXTRA_DIST = reconfigure.mk acinclude.m4 libsndfile.spec.in \
- sndfile.pc.in Make.bat
+ sndfile.pc.in Mingw-make-dist.sh
pkgconfigdir = $(libdir)/pkgconfig
diff --git a/NEWS b/NEWS
index d3e071f2..0059de61 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,9 @@
+Version 1.0.14 (2006-02-19)
+ * Really fix MinGW compile problems.
+ * Minor bug fixes.
+
Version 1.0.13 (2006-01-21)
- * Fix form MinGW compiler problems.
+ * Fix for MinGW compiler problems.
* Allow readin/write of instrument chunks from WAV and AIFF files.
* Compile problem fix for Solaris compiler.
* Minor cleanups and bug fixes.
diff --git a/README b/README
index 494f7147..2c897e07 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is libsndfile, 1.0.13
+This is libsndfile, 1.0.14
libsndfile is a library of C routines for reading and writing
files containing sampled audio data.
diff --git a/configure.ac b/configure.ac
index 0a3a2282..838fdcf7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
dnl Require autoconf version
AC_PREREQ(2.53)
-AC_INIT(libsndfile,1.0.14pre1,erikd@mega-nerd.com)
+AC_INIT(libsndfile,1.0.14,erikd@mega-nerd.com)
AC_CONFIG_SRCDIR([src/sndfile.c])
AC_CANONICAL_TARGET([])
@@ -26,7 +26,7 @@ AM_CONFIG_HEADER(src/config.h)
# 6. If any interfaces have been removed since the last public release, then set age
# to 0.
-SHARED_VERSION_INFO="1:13:0"
+SHARED_VERSION_INFO="1:14:0"
AC_PROG_CC
AM_PROG_LIBTOOL
diff --git a/doc/api.html b/doc/api.html
index 17285143..d8e1ad25 100644
--- a/doc/api.html
+++ b/doc/api.html
@@ -684,7 +684,7 @@ and a parameter of SF_TRUE to force correct scaling.
here.
-Version : 1.0.13
+Version : 1.0.14
diff --git a/doc/command.html b/doc/command.html
index f596ebd4..57425ff2 100644
--- a/doc/command.html
+++ b/doc/command.html
@@ -1104,7 +1104,7 @@ The SF_FORMAT_INFO struct is defined in <sndfile.h> as:
http://www.mega-nerd.com/libsndfile/.
-Version : 1.0.13
+Version : 1.0.14