|
1 | | -2009-12-25 Motoyuki Kasahara <m-kasahr@sra.co.jp> |
| 1 | +2009-02-28 Motoyuki Kasahara <m-kasahr@sra.co.jp> |
| 2 | + |
| 3 | + * Version 4.4. |
| 4 | + |
| 5 | + * configure.ac (AC_CHECK_FUNCS): Also checks atoll() and _atoi64(). |
| 6 | + * eb/ebnet.c (ebnet_open, ebnet_lseek, ebnet_read): |
| 7 | + Support large files. |
| 8 | + * eb/multiplex.c (EBNet_Socket_Entry_Struct, ebnet_get_file_size): |
| 9 | + Likewise. |
| 10 | + * eb/ebnet.h: Likewise. |
| 11 | + |
| 12 | +2009-01-29 Motoyuki Kasahara <m-kasahr@sra.co.jp> |
| 13 | + |
| 14 | + * eb/zio.c (zio_open_ebzip): Always set zio->code to ZIO_EBZIP1, |
| 15 | + regardless of ebzip-mode value in an EBZIP header. |
| 16 | + |
| 17 | + * ebzip/zipfile.c (ebzip_zip_file_internal): Improve compression |
| 18 | + progress messages. Don't output a message with the same percent |
| 19 | + as the previous. |
| 20 | + * ebzip/unzipfile.c (ebzip_unzip_file_internal): Also improve |
| 21 | + uncompression messages. |
| 22 | + |
| 23 | + * ebzip/zipbook.c (ebzip_zip_book_eb, ebzip_zip_book_epwing): |
| 24 | + Output an error message when make_missing_directory() fails. |
| 25 | + * ebzip/unzipbook.c (ebzip_unzip_book_eb, ebzip_unzip_book_epwing): |
| 26 | + Ditto. |
| 27 | + * ebzip/copyfile.c (ebzip_copy_files_in_directory): Ditto. |
| 28 | + |
| 29 | +2009-01-23 Motoyuki Kasahara <m-kasahr@sra.co.jp> |
| 30 | + |
| 31 | + * INSTALL: Describe `--enable-largefile' option of configure. |
| 32 | + |
| 33 | + * eb/subbook.c (eb_set_subbook): If eb_set_subbook_eb() or |
| 34 | + eb_set_subbook_epwing() returns -1, also this function returns -1. |
| 35 | + |
| 36 | + * ebzip/zipbook.c (ebzip_zip_book_eb, ebzip_zip_book_epwing): |
| 37 | + Output a warning mesage when eb_load_all_subbooks() fails. |
| 38 | + * ebzip/unzipbook.c (ebzip_unzip_book_eb, |
| 39 | + ebzip_unzip_book_epwing): Ditto. |
| 40 | + * ebzip/zipinfobook.c (ebzip_zipinfo_book_eb, |
| 41 | + ebzip_zipinfo_book_epwing): Ditto. |
| 42 | + |
| 43 | + * ebzip/zipfile.c (ebzip_zip_file_internal): Don't output |
| 44 | + strerror(errno) in an error message when zio_open(), zio_lseek() or |
| 45 | + zio_read() fails, since errno may be 0. |
| 46 | + * ebzip/unzipfile.c (ebzip_unzip_file_internal): Likewise. |
| 47 | + * ebzip/sppedup.c (ebzip_zipinfo_file_internal): Likewise. |
| 48 | + |
| 49 | +2009-01-08 Motoyuki Kasahara <m-kasahr@sra.co.jp> |
| 50 | + |
| 51 | + * configure.ac (AC_INIT): Set version to 4.4. |
| 52 | + * configure.ac (EB_VERSION_MINOR): Set EB_VERSION_MINOR to 4. |
| 53 | + * configure.ac (LIBEB_VERSION_INFO): Set LIBEB_VERSION_INFO to 13:0:0. |
| 54 | + |
| 55 | + * configure.ac (eb_SYS_LARGEFILE): Added. |
| 56 | + * m4/largefile.m4: New file. It defines macros to check |
| 57 | + large file support. |
| 58 | + |
| 59 | + * m4/libtool.m4, m4/m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, |
| 60 | + m4/ltversion.m4, m4/lt~obsolete.m4, ltmain.sh, config.guess, |
| 61 | + config.sub: Import from libtool-2.2.6. |
| 62 | + |
| 63 | + * depcomp, missing, compile, install-sh: Import from Autoconf-1.63. |
| 64 | + * po-eb/Makefile.in, po-ebutils/Makefile.in (datarootdir): |
| 65 | + Set `datarootdir' macro. |
| 66 | + |
| 67 | + * m4/eb.m4 (AC_C_CONST, AC_C_PROTOTYPES, AC_HEADER_TIME): |
| 68 | + Don't call those obsolete macros any longer. |
| 69 | + |
| 70 | + * po-ep/Makefile.in, po-ebutils/Makefile.in (datarootdir): Defined. |
| 71 | + |
| 72 | +2009-01-07 Motoyuki Kasahara <m-kasahr@sra.co.jp> |
| 73 | + |
| 74 | + * eb/build-post.h.in (off_t_is_large): New macro. |
| 75 | + * eb/zio.c (off_t_is_large): Likewise. |
| 76 | + |
| 77 | + * ebzip/zipinfofile.c, ebzip/sebxa.c, ebzip/zipfile.c, |
| 78 | + ebzip/speedup.c, ebzip/unzipfile.c, ebzip/copyfile.c: |
| 79 | + Support large files (over 2GB). |
| 80 | + |
| 81 | + * eb/narwfont.c, eb/zio.c, eb/subbook.c, eb/readtext.c, eb/binary.c, |
| 82 | + eb/appsub.c, eb/multi.c, eb/search.c: Likewise. |
| 83 | + |
| 84 | +2008-12-25 Motoyuki Kasahara <m-kasahr@sra.co.jp> |
2 | 85 |
|
3 | 86 | * Version 4.3.3. |
4 | 87 |
|
5 | 88 | * configure.ac (AC_INIT): Set version to 4.3.4. |
6 | 89 |
|
7 | 90 | * m4/gettext.m4 (eb_GNU_GETTEXT): Fix a bug of iconv() and |
8 | 91 | iconv_open() checks. Don't add '-liconv' to LIBS at all times. |
9 | | - * m4/gettext.m4 (eb_GNU_GETTEXT): No longer check libiconv_open(). |
10 | 92 |
|
11 | | -2009-09-29 Motoyuki Kasahara <m-kasahr@sra.co.jp> |
| 93 | +2008-09-29 Motoyuki Kasahara <m-kasahr@sra.co.jp> |
12 | 94 |
|
13 | 95 | * Version 4.3.3. |
14 | 96 |
|
|
17 | 99 | * ltmain.sh, m4/libtool.m4, config.guess, config.sub: Import from |
18 | 100 | libtool-1.5.26. |
19 | 101 |
|
20 | | -2009-09-17 Motoyuki Kasahara <m-kasahr@sra.co.jp> |
| 102 | +2008-09-17 Motoyuki Kasahara <m-kasahr@sra.co.jp> |
21 | 103 |
|
22 | 104 | * eb/Makefile.am (libeb_la_LDFLAGS): Add `-no-undefined' option |
23 | 105 | Add $(ZLIBLIBS) and $(INTLLIBS) arguments. |
|
0 commit comments