OSDN Git Service

Prepare, tag, and publish 0.46 release. v0_46
authorKeith Marshall <keithmarshall@users.sourceforge.net>
Thu, 30 May 2013 20:15:16 +0000 (21:15 +0100)
committerKeith Marshall <keithmarshall@users.sourceforge.net>
Thu, 30 May 2013 20:15:16 +0000 (21:15 +0100)
ChangeLog
README

index 07dbadd..a508e55 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2013-05-30  Keith Marshall  <keithmarshall@users.sourceforge.net>
 
+       Prepare, tag, and publish 0.46 release.
+
+       * README: Add release notes.
+       * All files: Tagged "v0_46" for release.
+
+2013-05-30  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
        Assemble licence and documentation tarballs for distribution.
 
        * Makefile.in (dist): Add dependencies on...
diff --git a/README b/README
index 6bce0ec..05f1d8f 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-PEXPORTS 0.44 README
+PEXPORTS 0.46 README
 ============================================
 
 Anders Norlander <anorland@hem2.passagen.se>
@@ -20,7 +20,7 @@ convention. GCC is used to do the preprocessing so it must be in your
 path.
 
 Note that the Windows version uses ';' as path separator,
-while if built for Cygwin it uses ':'.
+while if built for Cygwin (or *nix) it uses ':'.
 
 Command line options:
 =====================
@@ -41,9 +41,19 @@ C parser, there are probably many conditions when it will fail
 (especially complex parameter types), although I it works fine for me.
 Please do not report bugs, but feel free to send patches.
 
+RELEASE 0.46
+=================
+* Corrects two potential segmentation fault bugs.
+* Now supports building "out-of-source", to facilitate parallel builds
+  for differing hosts; (verified for mingw32, 32-bit and 64-bit linux).
+* Now uses the GNU (autoconf managed) build procedure; run configure
+  before make, when building, ("in-source" or "out-of-source").
+
 RELEASE 0.45
 =================
 * Incorporate patches from 0.44-1-mingw32 release
+* Reinstate binary distribution for mingw32 host only;
+  (distributed source is host-agnostic).
 
 RELEASE 0.44
 =================