mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-21 10:09:57 +01:00
Rename all ChangeLog files to ChangeLog-2011.
* ChangeLog: New file.
This commit is contained in:
parent
43c7d1c7cc
commit
76b73caf91
2256
ChangeLog-2011
Normal file
2256
ChangeLog-2011
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,10 @@
|
||||
2011-12-02 Werner Koch <wk@g10code.com>
|
||||
|
||||
NB: ChangeLog files are no longer manually maintained. Starting
|
||||
on December 1st, 2011 we put change information only in the GIT
|
||||
commit log, and generate a top-level ChangeLog file from logs at
|
||||
"make dist". See doc/HACKING for details.
|
||||
|
||||
2010-10-19 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* armor.test: Tweak the bug 1179 test to only run if Twofish is
|
||||
@ -77,7 +84,7 @@
|
||||
* verify.test: More tests.
|
||||
* multisig.test: Better error printing.
|
||||
(sig_1ls1ls_valid, sig_ls_valid): Moved to the non-valid group.
|
||||
|
||||
|
||||
2006-02-14 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* verify.test: New.
|
||||
@ -159,7 +166,7 @@
|
||||
2002-05-10 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* Makefile.am: Add gpg_dearmor to all targets where it is used.
|
||||
Noted by Andreas Haumer.
|
||||
Noted by Andreas Haumer.
|
||||
|
||||
2002-04-19 Werner Koch <wk@gnupg.org>
|
||||
|
||||
@ -187,7 +194,7 @@
|
||||
|
||||
2001-09-28 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* defs.inc: Write a log file for each test.
|
||||
* defs.inc: Write a log file for each test.
|
||||
* run-gpg, run-gpgm, run-gpg.patterns: Removed. Replaced in all
|
||||
tests by a simple macro from defs.inc.
|
||||
* Makefile.am (CLEANFILES): Remove log files.
|
||||
@ -198,7 +205,7 @@
|
||||
armencryptp.test, armencrypt.test, encryptp.test, seat.test,
|
||||
encrypt-dsa.test, encrypt.test: Use --always-trust because the
|
||||
test are not designed to check the validity.
|
||||
|
||||
|
||||
2001-09-06 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* genkey1024.test: Simplified by using a parameter file.
|
||||
@ -226,7 +233,7 @@
|
||||
|
||||
2001-03-20 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* Makefile.am: Import the pubdemo.asc file
|
||||
* Makefile.am: Import the pubdemo.asc file
|
||||
|
||||
* sigs.test (hash_algo_list): s/tiger/tiger192/
|
||||
|
||||
@ -325,5 +332,3 @@ Mon May 18 15:40:02 1998 Werner Koch (wk@isil.d.shuttle.de)
|
||||
This file is distributed in the hope that it will be useful, but
|
||||
WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
|
||||
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
||||
|
@ -1,3 +1,10 @@
|
||||
2011-12-02 Werner Koch <wk@g10code.com>
|
||||
|
||||
NB: ChangeLog files are no longer manually maintained. Starting
|
||||
on December 1st, 2011 we put change information only in the GIT
|
||||
commit log, and generate a top-level ChangeLog file from logs at
|
||||
"make dist". See doc/HACKING for details.
|
||||
|
||||
2011-08-09 Werner Koch <wk@g10code.com>
|
||||
|
||||
* rijndael.c (u32_a_t): New.
|
||||
@ -13,7 +20,7 @@
|
||||
2010-09-28 Steven M. Schweda <sms@antinode.info> (wk)
|
||||
|
||||
Changes to help the VMS port. See
|
||||
http://antinode.info/dec/sw/gnupg.html .
|
||||
http://antinode.info/dec/sw/gnupg.html .
|
||||
|
||||
* random.c [__VMS]: Include rmsdef.h and vms.h.
|
||||
(LOCK_SEED_FILE) [__VMS]: Set to 0.
|
||||
@ -337,7 +344,7 @@
|
||||
|
||||
2002-11-06 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* rndw32.c [__CYGWIN32__]: Don't include winioctl.h - it is not
|
||||
* rndw32.c [__CYGWIN32__]: Don't include winioctl.h - it is not
|
||||
required anymore. (From Werner)
|
||||
|
||||
* random.c (read_seed_file,update_random_seed_file): Use binary
|
@ -1,3 +1,10 @@
|
||||
2011-12-02 Werner Koch <wk@g10code.com>
|
||||
|
||||
NB: ChangeLog files are no longer manually maintained. Starting
|
||||
on December 1st, 2011 we put change information only in the GIT
|
||||
commit log, and generate a top-level ChangeLog file from logs at
|
||||
"make dist". See doc/HACKING for details.
|
||||
|
||||
2011-02-23 Werner Koch <wk@g10code.com>
|
||||
|
||||
* gpg-zip.1: Update by taking a built copy from master.
|
||||
@ -942,7 +949,7 @@
|
||||
2002-01-25 Timo Schulz <ts@winpt.org>
|
||||
|
||||
* README.W32: Modify the filename because now the .exe extension
|
||||
is automatically added to the binary.
|
||||
is automatically added to the binary.
|
||||
|
||||
2002-01-14 Werner Koch <wk@gnupg.org>
|
||||
|
@ -1,3 +1,10 @@
|
||||
2011-12-02 Werner Koch <wk@g10code.com>
|
||||
|
||||
NB: ChangeLog files are no longer manually maintained. Starting
|
||||
on December 1st, 2011 we put change information only in the GIT
|
||||
commit log, and generate a top-level ChangeLog file from logs at
|
||||
"make dist". See doc/HACKING for details.
|
||||
|
||||
2001-09-10 Gilbert Fernandes <gilbertf@posse-press.com>
|
||||
|
||||
* Traduction en français des documents doc/*
|
||||
@ -13,5 +20,3 @@ se trouve conservée dans le document.
|
||||
This file is distributed in the hope that it will be useful, but
|
||||
WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
|
||||
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
||||
|
@ -1,9 +0,0 @@
|
||||
Tue Sep 7 16:18:03 1999 Werner Koch (wk@gnupg.org)
|
||||
|
||||
* Makefile.am: Ugly workarounds to do a VPATH build.
|
||||
|
||||
Fri Sep 3 13:24:45 1999 Werner Koch (wk@gnupg.org)
|
||||
|
||||
* Makefile.am: New
|
||||
|
||||
|
14
doc/gph/ChangeLog-2011
Normal file
14
doc/gph/ChangeLog-2011
Normal file
@ -0,0 +1,14 @@
|
||||
2011-12-02 Werner Koch <wk@g10code.com>
|
||||
|
||||
NB: ChangeLog files are no longer manually maintained. Starting
|
||||
on December 1st, 2011 we put change information only in the GIT
|
||||
commit log, and generate a top-level ChangeLog file from logs at
|
||||
"make dist". See doc/HACKING for details.
|
||||
|
||||
Tue Sep 7 16:18:03 1999 Werner Koch (wk@gnupg.org)
|
||||
|
||||
* Makefile.am: Ugly workarounds to do a VPATH build.
|
||||
|
||||
Fri Sep 3 13:24:45 1999 Werner Koch (wk@gnupg.org)
|
||||
|
||||
* Makefile.am: New
|
@ -1,3 +1,10 @@
|
||||
2011-12-02 Werner Koch <wk@g10code.com>
|
||||
|
||||
NB: ChangeLog files are no longer manually maintained. Starting
|
||||
on December 1st, 2011 we put change information only in the GIT
|
||||
commit log, and generate a top-level ChangeLog file from logs at
|
||||
"make dist". See doc/HACKING for details.
|
||||
|
||||
2011-09-12 Werner Koch <wk@g10code.com>
|
||||
|
||||
* gpg.c [__VMS]: Include vms.h.
|
||||
@ -6521,7 +6528,7 @@
|
||||
* tdbio.c (MY_O_BINARY): Need binary mode with Cygwin. From
|
||||
Werner on stable branch.
|
||||
|
||||
* g10.c, gpgv.c (main) [__CYGWIN32__]: Don't get the homedir from
|
||||
* g10.c, gpgv.c (main) [__CYGWIN32__]: Don't get the homedir from
|
||||
the registry. From Werner on stable branch.
|
||||
|
||||
* keyedit.c (show_key_with_all_names_colon): Make --with-colons
|
||||
@ -9982,7 +9989,7 @@
|
||||
(pk_from_block): Removed the namehash arg and changed all callers.
|
||||
(merge_selfsigs): Copy prefs to all keys.
|
||||
* trustdb.c (get_pref_data): Removed.
|
||||
(is_algo_in_prefs): Removed.
|
||||
(is_algo_in_prefs): Removed.
|
||||
(make_pref_record): Deleted and removed all class.
|
||||
* pkclist.c (select_algo_from_prefs): Adjusted for the new
|
||||
preference implementation.
|
@ -1,3 +1,10 @@
|
||||
2011-12-02 Werner Koch <wk@g10code.com>
|
||||
|
||||
NB: ChangeLog files are no longer manually maintained. Starting
|
||||
on December 1st, 2011 we put change information only in the GIT
|
||||
commit log, and generate a top-level ChangeLog file from logs at
|
||||
"make dist". See doc/HACKING for details.
|
||||
|
||||
2010-09-28 Werner Koch <wk@g10code.com>
|
||||
|
||||
* ttyio.h (ttyfp_is, init_ttyfp) [__VMS]: New.
|
||||
@ -167,7 +174,7 @@
|
||||
|
||||
* errors.h: Add w32_strerror prototype.
|
||||
* dynload.h: Use w32_strerror.
|
||||
|
||||
|
||||
2004-10-27 Werner Koch <wk@g10code.com>
|
||||
|
||||
* dynload.h: Always use it for _WIN32.
|
||||
@ -250,7 +257,7 @@
|
||||
2003-10-04 Timo Schulz <twoaday@freakmail.de>
|
||||
|
||||
* dynload [WIN32] (dlclose): Do not use CloseHandle but FreeLibrary.
|
||||
|
||||
|
||||
2003-09-29 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* cipher.h (PUBKEY_USAGE_AUTH): New.
|
||||
@ -259,7 +266,7 @@
|
||||
|
||||
* util.h [WIN32]: Prototype for asprintf.
|
||||
* dynload.h [WIN32]: Define RTLD_LAZY.
|
||||
|
||||
|
||||
2003-09-28 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* util.h: Add the atoi_* and xtoi_* suite of macros from 1.9.
|
||||
@ -446,7 +453,7 @@
|
||||
|
||||
* KEYSERVER_SCHEME_NOT_FOUND should be 127 to match the POSIX
|
||||
system() (via /bin/sh) way of signaling this.
|
||||
|
||||
|
||||
* Added G10ERR_KEYSERVER
|
||||
|
||||
2001-12-27 Werner Koch <wk@gnupg.org>
|
||||
@ -476,7 +483,7 @@
|
||||
|
||||
2001-08-24 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* cipher.h (md_write): Made buf arg const.
|
||||
* cipher.h (md_write): Made buf arg const.
|
||||
|
||||
2001-08-20 Werner Koch <wk@gnupg.org>
|
||||
|
||||
@ -486,7 +493,7 @@
|
||||
never use __attribute__.
|
||||
* cipher.h, iobuf.h, memory.h, mpi.h [__riscos__]: extern hack.
|
||||
* i18n.h [__riscos__]: Use another include file
|
||||
|
||||
|
||||
2001-05-30 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* ttyio.h (tty_printf): Add missing parenthesis for non gcc.
|
@ -1,4 +0,0 @@
|
||||
2006-11-27 GNU <bug-gnu-gettext@gnu.org>
|
||||
|
||||
* Version 0.16.1 released.
|
||||
|
10
intl/ChangeLog-2011
Normal file
10
intl/ChangeLog-2011
Normal file
@ -0,0 +1,10 @@
|
||||
2011-12-02 Werner Koch <wk@g10code.com>
|
||||
|
||||
NB: ChangeLog files are no longer manually maintained. Starting
|
||||
on December 1st, 2011 we put change information only in the GIT
|
||||
commit log, and generate a top-level ChangeLog file from logs at
|
||||
"make dist". See doc/HACKING for details.
|
||||
|
||||
2006-11-27 GNU <bug-gnu-gettext@gnu.org>
|
||||
|
||||
* Version 0.16.1 released.
|
@ -1,3 +1,10 @@
|
||||
2011-12-02 Werner Koch <wk@g10code.com>
|
||||
|
||||
NB: ChangeLog files are no longer manually maintained. Starting
|
||||
on December 1st, 2011 we put change information only in the GIT
|
||||
commit log, and generate a top-level ChangeLog file from logs at
|
||||
"make dist". See doc/HACKING for details.
|
||||
|
||||
2011-08-09 Werner Koch <wk@g10code.com>
|
||||
|
||||
* gpgkeys_hkp.c (srv_replace): Remove unused var.
|
@ -1,3 +1,10 @@
|
||||
2011-12-02 Werner Koch <wk@g10code.com>
|
||||
|
||||
NB: ChangeLog files are no longer manually maintained. Starting
|
||||
on December 1st, 2011 we put change information only in the GIT
|
||||
commit log, and generate a top-level ChangeLog file from logs at
|
||||
"make dist". See doc/HACKING for details.
|
||||
|
||||
2011-08-09 Werner Koch <wk@g10code.com>
|
||||
|
||||
* libcurl.m4: s/ifelse/m4_if/.
|
||||
@ -253,4 +260,3 @@
|
||||
* uintmax_t.m4: New file, from gettext-0.12.1.
|
||||
* ulonglong.m4: New file, from gettext-0.12.1.
|
||||
* Makefile.am: New file.
|
||||
|
@ -1,3 +1,10 @@
|
||||
2011-12-02 Werner Koch <wk@g10code.com>
|
||||
|
||||
NB: ChangeLog files are no longer manually maintained. Starting
|
||||
on December 1st, 2011 we put change information only in the GIT
|
||||
commit log, and generate a top-level ChangeLog file from logs at
|
||||
"make dist". See doc/HACKING for details.
|
||||
|
||||
2011-08-09 Werner Koch <wk@g10code.com>
|
||||
|
||||
* mpicoder.c (mpi_fromstr): Remove unused var.
|
@ -1,3 +1,10 @@
|
||||
2011-12-02 Werner Koch <wk@g10code.com>
|
||||
|
||||
NB: ChangeLog files are no longer manually maintained. Starting
|
||||
on December 1st, 2011 we put change information only in the GIT
|
||||
commit log, and generate a top-level ChangeLog file from logs at
|
||||
"make dist". See doc/HACKING for details.
|
||||
|
||||
2010-10-18 Jedi Lin <Jedi@Jedi.org> (wk)
|
||||
|
||||
* zh_TW.po: Update [not in 1.4.11]
|
||||
@ -253,7 +260,7 @@
|
||||
one removed one printf specifier.
|
||||
|
||||
Fixed fuzzy entries due to the change of (y/N) to (Y/n) in most files.
|
||||
|
||||
|
||||
2002-04-25 gettextize <bug-gnu-utils@gnu.org>
|
||||
|
||||
* Makefile.in.in: Upgrade to gettext-0.10.40.
|
||||
@ -276,7 +283,7 @@
|
||||
|
||||
2002-04-09 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* pt_BR.po: Updated the info entry
|
||||
* pt_BR.po: Updated the info entry
|
||||
|
||||
* es.po: Fixed a c-format problem; for unknown reasons msgfmt -c
|
||||
can't cope with swapped arguments.
|
||||
@ -294,7 +301,7 @@
|
||||
* cs.po: New. Fixed for format string mismatches.
|
||||
|
||||
* el.po, gl.po: New from TP.
|
||||
|
||||
|
||||
2002-04-06 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* fr.po: Updated.
|
||||
@ -344,7 +351,7 @@
|
||||
|
||||
2001-05-28 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* ru.po: Removed - too many format string bugs.
|
||||
* ru.po: Removed - too many format string bugs.
|
||||
|
||||
2001-05-27 gettextize <bug-gnu-utils@gnu.org>
|
||||
|
||||
@ -354,7 +361,7 @@
|
||||
|
||||
2001-05-27 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* tr.po: New copy from the TP Robot.
|
||||
* tr.po: New copy from the TP Robot.
|
||||
* da.po, de.po, eo.po, es_ES.po, et.po, id.po, ja.po, nl.po,
|
||||
pt_BR.po, sv.po: Fixes to format string errors by Kurt Garloff.
|
||||
It is not cleare whether they are all correct but at least they
|
||||
@ -362,7 +369,7 @@
|
||||
* ru.po: Fixed the header entry.
|
||||
|
||||
Fixed some fuzzy entries in all files.
|
||||
|
||||
|
||||
2001-05-06 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* id.po: Updated
|
||||
@ -397,11 +404,11 @@
|
||||
|
||||
2001-04-06 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* tr.po: New.
|
||||
* tr.po: New.
|
||||
|
||||
2001-03-18 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* de.po, de.glo: Updated.
|
||||
* de.po, de.glo: Updated.
|
||||
|
||||
2001-02-22 Werner Koch <wk@gnupg.org>
|
||||
|
||||
@ -730,5 +737,3 @@ Fri Mar 13 09:43:19 1998 Werner Koch (wk@isil.d.shuttle.de)
|
||||
This file is distributed in the hope that it will be useful, but
|
||||
WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
|
||||
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
||||
|
@ -1,3 +1,10 @@
|
||||
2011-12-02 Werner Koch <wk@g10code.com>
|
||||
|
||||
NB: ChangeLog files are no longer manually maintained. Starting
|
||||
on December 1st, 2011 we put change information only in the GIT
|
||||
commit log, and generate a top-level ChangeLog file from logs at
|
||||
"make dist". See doc/HACKING for details.
|
||||
|
||||
2011-02-23 Werner Koch <wk@g10code.com>
|
||||
|
||||
* autogen.sh: Add git setup checking.
|
@ -1,3 +1,10 @@
|
||||
2011-12-02 Werner Koch <wk@g10code.com>
|
||||
|
||||
NB: ChangeLog files are no longer manually maintained. Starting
|
||||
on December 1st, 2011 we put change information only in the GIT
|
||||
commit log, and generate a top-level ChangeLog file from logs at
|
||||
"make dist". See doc/HACKING for details.
|
||||
|
||||
2002-12-04 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* inittests (gpgsm.conf): Fake system time.
|
||||
@ -39,7 +46,7 @@
|
||||
|
||||
* Makefile.am: Fixes for make dist.
|
||||
* samplekets/Makefile.am: New.
|
||||
|
||||
|
||||
2002-08-08 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* asschk.c: Added some new features.
|
||||
@ -54,7 +61,7 @@
|
||||
|
||||
* Makefile.am, asschk.c: New.
|
||||
|
||||
|
||||
|
||||
Copyright 2002 Free Software Foundation, Inc.
|
||||
|
||||
This file is free software; as a special exception the author gives
|
||||
@ -64,5 +71,3 @@
|
||||
This file is distributed in the hope that it will be useful, but
|
||||
WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
|
||||
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
||||
|
@ -1,3 +1,10 @@
|
||||
2011-12-02 Werner Koch <wk@g10code.com>
|
||||
|
||||
NB: ChangeLog files are no longer manually maintained. Starting
|
||||
on December 1st, 2011 we put change information only in the GIT
|
||||
commit log, and generate a top-level ChangeLog file from logs at
|
||||
"make dist". See doc/HACKING for details.
|
||||
|
||||
2010-05-12 Werner Koch <wk@g10code.com>
|
||||
|
||||
* mk-tdata.c (main): Add option --seq.
|
||||
@ -242,5 +249,3 @@ Tue Apr 7 19:50:41 1998 Werner Koch (wk@isil.d.shuttle.de)
|
||||
This file is distributed in the hope that it will be useful, but
|
||||
WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
|
||||
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
||||
|
@ -1,3 +1,10 @@
|
||||
2011-12-02 Werner Koch <wk@g10code.com>
|
||||
|
||||
NB: ChangeLog files are no longer manually maintained. Starting
|
||||
on December 1st, 2011 we put change information only in the GIT
|
||||
commit log, and generate a top-level ChangeLog file from logs at
|
||||
"make dist". See doc/HACKING for details.
|
||||
|
||||
2011-09-12 Werner Koch <wk@g10code.com>
|
||||
|
||||
* ttyio.c (init_ttyfp): Avoid endless loop due to a failed opening
|
||||
@ -18,7 +25,7 @@
|
||||
2010-09-28 Steven M. Schweda <sms@antinode.info> (wk)
|
||||
|
||||
Changes to help the VMS port. See
|
||||
http://antinode.info/dec/sw/gnupg.html .
|
||||
http://antinode.info/dec/sw/gnupg.html .
|
||||
|
||||
* cert.c [__VMS]: Include cert_vms.h.
|
||||
* ttyio.c [__VMS]: Include vms.h.
|
||||
@ -1052,7 +1059,7 @@
|
||||
|
||||
2002-04-23 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* miscutil.c: New function answer_is_yes_no_default() to give a
|
||||
* miscutil.c: New function answer_is_yes_no_default() to give a
|
||||
default answer.
|
||||
|
||||
2002-04-22 Stefan Bellon <sbellon@sbellon.de>
|
||||
@ -1175,7 +1182,7 @@
|
||||
* http.c (send_request): Use macros for the env-var name.
|
||||
* logger.c [__riscos__]: Do an fflush at the end of each log
|
||||
function.
|
||||
* memory.c [__riscos__]: Minor patches
|
||||
* memory.c [__riscos__]: Minor patches
|
||||
* riscos.c (set_filetype): New.
|
||||
|
||||
* secmem.c (lock_pool): Under HPUX mlock is broken but we might
|
||||
@ -1924,5 +1931,3 @@ Fri Feb 13 15:14:13 1998 Werner Koch (wk@isil.d.shuttle.de)
|
||||
This file is distributed in the hope that it will be useful, but
|
||||
WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
|
||||
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
||||
|
@ -1,6 +1,13 @@
|
||||
2011-12-02 Werner Koch <wk@g10code.com>
|
||||
|
||||
NB: ChangeLog files are no longer manually maintained. Starting
|
||||
on December 1st, 2011 we put change information only in the GIT
|
||||
commit log, and generate a top-level ChangeLog file from logs at
|
||||
"make dist". See doc/HACKING for details.
|
||||
|
||||
2002-03-12 Werner Koch <wk@gnupg.org>
|
||||
|
||||
Merged changes from zlib 1.1.4.
|
||||
Merged changes from zlib 1.1.4.
|
||||
|
||||
Sat Feb 13 12:04:43 CET 1999 Werner Koch <wk@isil.d.shuttle.de>
|
||||
|
||||
@ -501,5 +508,3 @@ Changes in 0.3:
|
||||
- use Z_FINISH instead of deflateEnd to finish compression.
|
||||
- added Z_HUFFMAN_ONLY
|
||||
- added gzerror()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user