Skip to content

Commit

Permalink
updated files and removed documentation from no longer exported funct…
Browse files Browse the repository at this point in the history
…ions
  • Loading branch information
mbroemme committed May 16, 2008
1 parent 8aaeba9 commit d2d50bc
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 369 deletions.
30 changes: 30 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
Changes version 0.4.2 (2008-05-16)
==================================

* added full extraction support for protected maps used in
warcraft 3.

* added full extraction support for all blizzard titles until
world of warcraft - the burning crusade.

* added support for archives version 2 with extended header and
extended block table.

* added support for the bzip2 compression algorithm.

* added support for archives and files inside archive > 2gb.

* added generic read functions, which will do decryption,
decompression or exploding.

* the info functions are no longer exported by the library and
were replaced by separate api functions.

* the file number and block number are count from 0 instead
of 1.

* added python bindings.

* linking against libmpq requires from now on the usual largefile
macros -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES=1 -D_LARGEFILE_SOURCE=1

Changes version 0.4.1 (2008-04-02)
==================================

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# the autoconf initilization.
AC_INIT(libmpq, 0.4.1, [[email protected]], [libmpq])
AC_INIT(libmpq, 0.4.2, [[email protected]], [libmpq])

# detect the canonical host and target build environment.
AC_CANONICAL_SYSTEM
Expand Down
81 changes: 0 additions & 81 deletions doc/man3/libmpq__archive_info.3

This file was deleted.

74 changes: 0 additions & 74 deletions doc/man3/libmpq__block_info.3

This file was deleted.

54 changes: 0 additions & 54 deletions doc/man3/libmpq__file_close.3

This file was deleted.

93 changes: 0 additions & 93 deletions doc/man3/libmpq__file_info.3

This file was deleted.

Loading

0 comments on commit d2d50bc

Please sign in to comment.