• R/O
  • HTTP
  • SSH
  • HTTPS

pexports: Commit

Windows DLL exported symbols listing utility


Commit MetaInfo

Revision6595f896f2e6e7783a39108ad37055d31e2410a7 (tree)
Zeit2013-05-31 05:15:16
AutorKeith Marshall <keithmarshall@user...>
CommiterKeith Marshall

Log Message

Prepare, tag, and publish 0.46 release.

Ändern Zusammenfassung

Diff

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
11 2013-05-30 Keith Marshall <keithmarshall@users.sourceforge.net>
22
3+ Prepare, tag, and publish 0.46 release.
4+
5+ * README: Add release notes.
6+ * All files: Tagged "v0_46" for release.
7+
8+2013-05-30 Keith Marshall <keithmarshall@users.sourceforge.net>
9+
310 Assemble licence and documentation tarballs for distribution.
411
512 * Makefile.in (dist): Add dependencies on...
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
1-PEXPORTS 0.44 README
1+PEXPORTS 0.46 README
22 ============================================
33
44 Anders Norlander <anorland@hem2.passagen.se>
@@ -20,7 +20,7 @@ convention. GCC is used to do the preprocessing so it must be in your
2020 path.
2121
2222 Note that the Windows version uses ';' as path separator,
23-while if built for Cygwin it uses ':'.
23+while if built for Cygwin (or *nix) it uses ':'.
2424
2525 Command line options:
2626 =====================
@@ -41,9 +41,19 @@ C parser, there are probably many conditions when it will fail
4141 (especially complex parameter types), although I it works fine for me.
4242 Please do not report bugs, but feel free to send patches.
4343
44+RELEASE 0.46
45+=================
46+* Corrects two potential segmentation fault bugs.
47+* Now supports building "out-of-source", to facilitate parallel builds
48+ for differing hosts; (verified for mingw32, 32-bit and 64-bit linux).
49+* Now uses the GNU (autoconf managed) build procedure; run configure
50+ before make, when building, ("in-source" or "out-of-source").
51+
4452 RELEASE 0.45
4553 =================
4654 * Incorporate patches from 0.44-1-mingw32 release
55+* Reinstate binary distribution for mingw32 host only;
56+ (distributed source is host-agnostic).
4757
4858 RELEASE 0.44
4959 =================
Show on old repository browser