Skip to content

Commit d2d50bc

Browse files
committed
updated files and removed documentation from no longer exported functions
1 parent 8aaeba9 commit d2d50bc

7 files changed

Lines changed: 31 additions & 369 deletions

File tree

NEWS

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
Changes version 0.4.2 (2008-05-16)
2+
==================================
3+
4+
* added full extraction support for protected maps used in
5+
warcraft 3.
6+
7+
* added full extraction support for all blizzard titles until
8+
world of warcraft - the burning crusade.
9+
10+
* added support for archives version 2 with extended header and
11+
extended block table.
12+
13+
* added support for the bzip2 compression algorithm.
14+
15+
* added support for archives and files inside archive > 2gb.
16+
17+
* added generic read functions, which will do decryption,
18+
decompression or exploding.
19+
20+
* the info functions are no longer exported by the library and
21+
were replaced by separate api functions.
22+
23+
* the file number and block number are count from 0 instead
24+
of 1.
25+
26+
* added python bindings.
27+
28+
* linking against libmpq requires from now on the usual largefile
29+
macros -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES=1 -D_LARGEFILE_SOURCE=1
30+
131
Changes version 0.4.1 (2008-04-02)
232
==================================
333

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# the autoconf initilization.
2-
AC_INIT(libmpq, 0.4.1, [mbroemme@plusserver.de], [libmpq])
2+
AC_INIT(libmpq, 0.4.2, [mbroemme@plusserver.de], [libmpq])
33

44
# detect the canonical host and target build environment.
55
AC_CANONICAL_SYSTEM

doc/man3/libmpq__archive_info.3

Lines changed: 0 additions & 81 deletions
This file was deleted.

doc/man3/libmpq__block_info.3

Lines changed: 0 additions & 74 deletions
This file was deleted.

doc/man3/libmpq__file_close.3

Lines changed: 0 additions & 54 deletions
This file was deleted.

doc/man3/libmpq__file_info.3

Lines changed: 0 additions & 93 deletions
This file was deleted.

0 commit comments

Comments
 (0)