git.annexia.org
/
portablexdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e3125e
)
Version 4.0.8.
author
rjones
<rjones>
Wed, 6 Feb 2008 15:14:54 +0000
(15:14 +0000)
committer
rjones
<rjones>
Wed, 6 Feb 2008 15:14:54 +0000
(15:14 +0000)
Updated ChangeLog.
ChangeLog
patch
|
blob
|
history
configure.ac
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index
a186602
..
002cc27
100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,9
@@
+2008-02-06 Richard Jones <rjones@redhat.com>
+
+ * xdr_float.c: Patch by Brecht Sanders which fixes type-punning
+ error when building on Windows.
+ * configure.ac, Makefile.am: Build a DLL again on Windows.
+
2008-01-22 Richard Jones <rjones@redhat.com>
Initial package creation.
diff --git
a/configure.ac
b/configure.ac
index
d3c27dc
..
96195dd
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-1,4
+1,4
@@
-AC_INIT(portablexdr, 4.0.
7
)
+AC_INIT(portablexdr, 4.0.
8
)
AM_INIT_AUTOMAKE
AC_CONFIG_HEADERS([config.h])