Skip to content

Commit 2bef8d0

Browse files
committed
Updated documentation files to 0.40.
1 parent 9b479b4 commit 2bef8d0

File tree

4 files changed

+21
-9
lines changed

4 files changed

+21
-9
lines changed

NEWS

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
Changes from 0.39 to 0.40
2+
- chm_http bug fixed (chm_http begins to refuse connections)
3+
- bashism in contrib/mozilla_helper.sh
4+
- patch to use stdint.h (from Goswin von Brederlow)
5+
- patch to fix soname (from Julien Lemoine, via Kartik Mistry)
6+
- fix for extract_chmLib with empty files (from Paul Wise)
7+
8+
Changes from 0.38 to 0.39
9+
- Security fix: eliminated all uses of alloca and similar, in favor of
10+
malloc/free. This was in response to an iDefense security advisory.
11+
- Added autoconf/automake support (patch from Antony Dovgal)
12+
- Added contrib/mozilla_helper.sh from Kyle Davenport
13+
114
Changes from 0.37 to 0.38
215
- Fix for reading some chm files. Running over a large directory of chm
316
files, about 1% of them turned out to be unreadable. This resulted from

NOTES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CHMLIB 0.3 Installation
1+
CHMLIB 0.40 Installation
22
=======================
33

44
-----

README

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CHMLIB 0.38
1+
CHMLIB 0.40a
22
===========
33

44
-------
@@ -48,12 +48,9 @@ library doesn't work with, please contact me so I can fix the library.
4848
PORTABILITY
4949
-------
5050

51-
This software was originally developed on a Intel x86 Debian Linux machine,
52-
using gcc 3.0. It has since been compiled on various flavors of RedHat as
53-
well, and using versions of gcc from 2.95 through 3.2. Basic Win32 support
54-
should be in this release. (While a port to Win32 may _seem_ like a funny
55-
idea, given that Windows ships with libraries for CHM access, it turns out that
56-
Win CE does not; I've gotten a request for a port to Windows CE.)
51+
This software is maintained on an x86-64 Debian GNU/Linux machine using gcc
52+
4.x. It has been compiled on various other Linux distributions, using versions
53+
of gcc from 2.95 through 4.4. Win32 support is provided.
5754

5855
Chmlib apparently works on OS X, with some tweaks. In particular, disabling
5956
pread and io64 apparently works.
@@ -118,6 +115,8 @@ CREDITS
118115

119116
* Pabs: bug fixes and suggestions.
120117

118+
* Kartik Mistry: Debian package maintainer
119+
121120
* Antony Dovgal: setting up autoconf/automake based build process.
122121

123122
* Ragnar Hojland Espinosa: patches to make chm_http more useful.

configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dnl Process this file with autoconf to produce a configure script.
2-
AC_INIT([chmlib],[0.39])
2+
AC_INIT([chmlib],[0.40])
33
dnl,[Jed Wing <[email protected]>])
44
AC_CONFIG_SRCDIR(src/chm_lib.c)
55
AM_INIT_AUTOMAKE

0 commit comments

Comments
 (0)