]> sjero.net Git - wget/blob - ChangeLog
[svn] Use AC_MSG_NOTICE instead of echo.
[wget] / ChangeLog
1 2003-11-04  Hrvoje Niksic  <hniksic@xemacs.org>
2
3         * configure.in: Also check whether #include <md5.h> works before
4         deciding to use Solaris libmd5.
5
6         * configure.in: Use AC_MSG_NOTICE instead of echo.  Use
7         AC_MSG_ERROR for fatal errors.
8
9 2003-11-03  Hrvoje Niksic  <hniksic@xemacs.org>
10
11         * configure.in: Look for nanosleep in -lrt and -lposix4, which is
12         where Solaris has them.
13
14 2003-11-03  Hrvoje Niksic  <hniksic@xemacs.org>
15
16         * configure.in: Check for nanosleep.
17
18 2003-03-09  Nicolas Schodet  <contact@ni.fr.eu.org>
19
20         * Makefile.in: Fixed bad configure.bat scrdir.
21
22 2003-10-29  Hrvoje Niksic  <hniksic@xemacs.org>
23
24         * configure.in: Reenable IPv6 autodetection.
25
26 2003-10-26  Hrvoje Niksic  <hniksic@xemacs.org>
27
28         * configure.in: Switch from u_int32_t to uint32_t.  Check for
29         inttypes.h so it's used to get the definition of uint32_t where
30         available.
31
32 2003-10-26  Hrvoje Niksic  <hniksic@xemacs.org>
33
34         * windows/Makefile.src.watcom (OBJS): Use convert.c.
35         From Chin-yuan Kuo.
36
37 2003-10-26  Hrvoje Niksic  <hniksic@xemacs.org>
38
39         * windows/config.h.bor: DEBUG is now ENABLE_DEBUG.  Borland has
40         snprintf, but not u_int32_t.
41
42         * windows/Makefile.src.bor (OBJS): Use convert.c.
43
44         From Chin-yuan Kuo.
45
46 2003-10-26  Hrvoje Niksic  <hniksic@xemacs.org>
47
48         * windows/config.h.mingw: Ditto.
49
50         * windows/Makefile.top.mingw: Ditto.
51
52         * windows/Makefile.src.mingw: New file.
53
54         * windows/wget.dep: Support convert.o.
55
56         * configure.bat.in: New option `--mingw'.
57         From Chin-yuan Kuo.
58
59 2003-10-23  Hrvoje Niksic  <hniksic@xemacs.org>
60
61         * Makefile.in (dist): Depend on configure.bat.
62         (realclean-top): Delete configure.bat.
63
64 2003-10-21  Hrvoje Niksic  <hniksic@xemacs.org>
65
66         * Makefile.in (distclean-top): Remove the libtool script, because
67         it's generated by configure.
68
69 2003-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
70
71         * configure.in: Don't check for int32_t because we're not really
72         using it.
73
74 2003-10-11  Hrvoje Niksic  <hniksic@xemacs.org>
75
76         * configure.in: Check for int32_t and u_int32_t.  Check for
77         SIZEOF_INT.
78
79 2003-10-10  Hrvoje Niksic  <hniksic@xemacs.org>
80
81         * aclocal.m4 (WGET_WITH_NLS): First check for gettext in libintl,
82         then use the libc version.  That way systems that get libintl.h
83         from /usr/local/include will get the matching gettext.
84
85 2003-10-10  Hrvoje Niksic  <hniksic@xemacs.org>
86
87         * po/tr.po: Ditto.
88
89         * po/sv.po: Updated from TP.
90
91 2003-10-09  Herold Heiko  <Heiko.Herold@previnet.it>
92
93         * windows/Makefile.watcom (OBJS): Ditto.
94
95         * windows/Makefile.src.bor: Ditto.
96
97         * windows/wget.dep: Ditto.
98
99         * windows/Makefile.src: Removed references to fnmatch.c and
100         fnmatch.o.
101
102 2003-10-09  Hrvoje Niksic  <hniksic@xemacs.org>
103
104         * po/ft.po, po/sk.po, po/ja.po: Updated from the TP.
105
106 2003-10-08  Hrvoje Niksic  <hniksic@xemacs.org>
107
108         * po/wget.pot: Recreated.
109
110 2003-10-08  Hrvoje Niksic  <hniksic@xemacs.org>
111
112         * configure.in: Renamed DEBUG to ENABLE_DEBUG.
113
114 2003-10-04  Hrvoje Niksic  <hniksic@xemacs.org>
115
116         * libtool.m4: New file with contents imported from libtool.
117
118         * aclocal.m4: Move libtool stuff into a separate file.  That
119         leaves this file only with Wget-specific stuff.
120
121 2003-10-01  Hrvoje Niksic  <hniksic@xemacs.org>
122
123         * po/hu.po: Updated from the TP.
124
125         * po/et.po: Updated from the TP.
126
127         * po/ro.po: New file from the TP.
128
129 2003-10-01  Hrvoje Niksic  <hniksic@xemacs.org>
130
131         * po/hr.po: Updated.
132
133 2003-10-01  Hrvoje Niksic  <hniksic@xemacs.org>
134
135         * po/POTFILES.in: Added src/convert.c.
136
137 2003-09-30  Herold Heiko  <Heiko.Herold@previnet.it>
138
139         * windows/Makefile.src (OBJ): Fix typo.
140
141 2003-09-26  Gisle Vanem  <giva@bgnett.no>
142
143         * windows/config.h.ms: Don't declare alloca under compilers that
144         support it.
145
146         * windows/config.h.ms: Define HAVE_SNPRINTF, HAVE_VSNPRINTF, and
147         HAVE_MEMMOVE.
148
149 2003-09-25  Herold Heiko  <Heiko.Herold@previnet.it>
150
151         * windows/Makefile.src: Updated OBJ list.
152
153 2003-09-23  Hrvoje Niksic  <hniksic@xemacs.org>
154
155         * Makefile.in (clean-top): Remove .libs.
156
157 2003-09-23  Hrvoje Niksic  <hniksic@xemacs.org>
158
159         * Makefile.in (distclean-top): Remove autom4te.cache.
160
161 2003-09-17  Hrvoje Niksic  <hniksic@xemacs.org>
162
163         * install-sh, mkinstalldirs: Updated from Autoconf 2.57.
164
165 2003-09-17  Hrvoje Niksic  <hniksic@xemacs.org>
166
167         * ltmain.sh, aclocal.m4: Upgrade to libtool 1.4.3.  Libtool 1.5
168         has been out for a while now, but it can wait until after Wget 1.9
169         is released.
170
171 2003-09-17  Hrvoje Niksic  <hniksic@xemacs.org>
172
173         * config.sub: Ditto.
174
175         * config.guess: Updated from Autoconf 2.57.
176
177 2003-09-16  Hrvoje Niksic  <hniksic@xemacs.org>
178
179         * util/dist-wget: Fixed portable echo checking under Bash.
180
181 2003-09-16  Hrvoje Niksic  <hniksic@xemacs.org>
182
183         * configure.in: Change AC_CHECK_FUNC(getaddrinfo...) to
184         AC_CHECK_FUNCS, which automatically defines HAVE_GETADDRINFO.
185
186 2003-09-16  Mauro Tortonesi <mauro@deepspace6.net>
187
188         * configure.in, aclocal.m4: Added proper IPv6 detection.
189
190 2003-09-16  Hrvoje Niksic  <hniksic@xemacs.org>
191
192         * Makefile.in (all): Don't build configure.bat by default.
193
194 2003-09-09  Hrvoje Niksic  <hniksic@xemacs.org>
195
196         * configure.in, aclocal.m4: Added configure check for IPv6 and
197         getaddrinfo.  From Daniel Stenberg.
198
199 2003-09-05  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
200
201         * configure.in: Additional M4 quoting.
202
203 2003-09-04  Hrvoje Niksic  <hniksic@xemacs.org>
204
205         * aclocal.m4, configure.in: Made them work under Autoconf 2.5x.
206
207 2002-05-27  Ian Abbott  <abbotti@mev.co.uk>
208
209         * windows/config.h.bor: Do #define WGET_USE_STDARG.
210
211 2002-05-20  Hrvoje Niksic  <hniksic@arsdigita.com>
212
213         * windows/config.h.ms: Ditto.
214
215         * windows/config.h.bor: Don't #define __STDC__.
216
217 2002-05-18  Hrvoje Niksic  <hniksic@arsdigita.com>
218
219         * ALL: Update the license to reflect the OpenSSL exception.
220
221 2002-04-23  Ian Abbott  <abbotti@mev.co.uk>
222
223         * windows/config.h.ms: Accounted for MSVC not defining `__STDC__' when
224         Microsoft's extensions are enabled and define it anyway (set to `1').
225         Defined some things that broke as a result of this.
226
227 2002-04-20  Hrvoje Niksic  <hniksic@arsdigita.com>
228
229         * po/de.po: Updated from the TP.
230
231 2001-04-15  Ian Abbott  <abbotti@mev.co.uk>
232
233         windows/wget.dep: The target `connect$o' (connect.obj) now depends on
234         `utils.h'.
235
236 2001-04-15  Hrvoje Niksic  <hniksic@arsdigita.com>
237
238         * po/da.po: Ditto.
239
240         * po/de.po: Ditto.
241
242         * po/el.po: Ditto.
243
244         * po/es.po: Ditto.
245
246         * po/et.po: Ditto.
247
248         * po/fr.po: Ditto.
249
250         * po/gl.po: Ditto.
251
252         * po/he.po: Ditto.
253
254         * po/ja.po: Ditto.
255
256         * po/pl.po: Ditto.
257
258         * po/sk.po: Ditto.
259
260         * po/sl.po: Ditto.
261
262         * po/sv.po: Ditto.
263
264         * po/tr.po: Ditto.
265
266         * po/zh_TW.po: Update from TP.
267
268         * po/ca.po: Ditto.
269
270         * po/bg.po: New file from TP.
271
272 2002-04-15  Hrvoje Niksic  <hniksic@arsdigita.com>
273
274         * po/hr.po: Editing the Project-Id-Version to say "wget" rather
275         than "GNU Wget".
276
277 2002-04-12  Ian Abbott  <abbotti@mev.co.uk>
278
279         * windows/Makefile.src.bor: Removed pre-compiled header options as
280         they increase build time (on my machine).
281
282 2002-04-12  Ian Abbott  <abbotti@mev.co.uk>
283
284         * windows/config.h.bor: Account for Borland not defining `__STDC__'
285         when Borland's extensions enabled, and define it anyway.
286
287 2002-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
288
289         * configure.in: Check for <setjmp.h>.  Check for sigsetjmp and
290         sigblock.
291
292 2002-04-09  Ian Abbott  <abbotti@mev.co.uk>
293
294         * windows/config.h.bor: define `HACK_BCC_UTIME_BUG'. Define `utime'
295         as `borland_utime' if `HACK_BCC_UTIME_BUG' is defined.
296
297 2002-03-26  Ian Abbott  <abbotti@mev.co.uk>
298
299         * windows/wget.dep: Updated several dependencies for object files.
300
301 2002-03-20  Ian Abbott  <abbotti@mev.co.uk>
302
303         * windows/config.h.bor:
304         * windows/config.h.ms:
305         Removed conditional cruft that was there for Unix-like systems.
306
307 2002-03-20  Ian Abbott  <abbotti@mev.co.uk>
308
309         * * windows/wget.dep: Fix dependencies for target mswindows$o
310         (mswindows.obj)
311
312 2002-03-19  Chin-yuan Kuo  <sr1111111@yahoo.com.tw>
313
314         * configure.bat.in: Do not check %BORPATH% as C++Builder compiler
315         does not use it.
316
317         * windows/Makefile.src.bor:
318         * windows/config.h.bor:
319         Migrated to free (as in beer) C++Builder compiler.
320
321 2002-03-13  Ian Abbott  <abbotti@mev.co.uk>
322
323         * configure.bat: Removed (renamed to configure.bat.ini).
324
325         * configure.bat.in: New (renamed from configure.bat).
326
327         * Makefile.in: Add rule to copy configure.bat.in to configure.bat,
328         converting line endings to MS-DOS format in the process.
329
330 2002-01-15  Hrvoje Niksic  <hniksic@arsdigita.com>
331
332         * MACHINES: OS X entry by Jonathan Davis.
333
334 2001-12-19  Csaba Raduly  <csaba.raduly@sophos.com>
335
336         * windows/Makefile.watcom: add gen-md5.obj and progress.obj to the
337         list of "sources"
338
339         * configure.bat: add section for Watcom
340
341 2001-12-13  Hrvoje Niksic  <hniksic@arsdigita.com>
342
343         * po/ja.po: Ditto.
344
345         * po/sv.po: Ditto.
346
347         * po/de.po: Ditto.
348
349         * po/es.po: Ditto.
350
351         * po/fr.po: Ditto.
352
353         * po/et.po: Ditto.
354
355         * po/tr.po: Ditto.
356
357         * po/ru.po: Update from TP.
358
359 2001-12-12  Hrvoje Niksic  <hniksic@arsdigita.com>
360
361         * configure.in: Autodetect SSL.  Check for SSL includes too.
362
363 2001-12-11  Hrvoje Niksic  <hniksic@arsdigita.com>
364
365         * config.sub: Ditto.
366
367         * config.guess: Ditto.
368
369         * aclocal.m4: Ditto.
370
371         * ltmain.sh: Upgrade to libtool 1.4.2.
372
373 2001-12-11  Hrvoje Niksic  <hniksic@arsdigita.com>
374
375         * configure.in: Check for md5_calc rather than MD5Update when
376         looking for Solaris md5.
377
378 2001-12-08  R.I.P. Deaddog  <maddog@linuxhall.org>
379
380         * po/zh_TW.po: Updated for 1.8.
381
382 2001-12-08  Hrvoje Niksic  <hniksic@arsdigita.com>
383
384         * po/tr.po: Ditto.
385
386         * po/sv.po: Ditto.
387
388         * po/ru.po: Ditto.
389
390         * po/fr.po: Ditto.
391
392         * po/es.po: Ditto.
393
394         * po/de.po: Update from TP.
395
396 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
397
398         * po/et.po: Update from the TP.
399
400 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
401
402         * configure.in: Check for <termios.h>
403
404 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
405
406         * po/de.po: Ditto.
407
408         * po/fr.po: Ditto.
409
410         * po/tr.po: Ditto.
411
412         * po/sv.po: Ditto.
413
414         * po/et.po: Update from TP.
415
416         * po/hu.po: New file from TP.
417
418 2001-12-04  Herold Heiko  <Heiko.Herold@previnet.it>
419
420         * windows\Makefile.src: add gen_sslfunc.c
421
422         * windows\Makefile.src.bor: ditto.
423
424 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
425
426         * po/hr.po: Updated Croatian translation.
427
428 2001-11-29  Hrvoje Niksic  <hniksic@arsdigita.com>
429
430         * configure.in: Use SSL's MD5 if we're compiling with SSL anyway.
431
432 2001-11-27  Hrvoje Niksic  <hniksic@arsdigita.com>
433
434         * configure.in: Don't check for random.
435
436 2001-11-27  Hrvoje Niksic  <hniksic@arsdigita.com>
437
438         * po/hr.po: Updated.
439
440 2001-11-27  Hrvoje Niksic  <hniksic@arsdigita.com>
441
442         * configure.in: Check for random.
443
444 2001-11-26  Hrvoje Niksic  <hniksic@arsdigita.com>
445
446         * configure.in: Check for usleep.
447
448 2001-11-25  Hrvoje Niksic  <hniksic@arsdigita.com>
449
450         * util/dist-wget: New file: the script used for building Wget.
451
452 2001-11-23  Hrvoje Niksic  <hniksic@arsdigita.com>
453
454         * po/hr.po: A major overhaul.
455
456 2001-11-23  Hrvoje Niksic  <hniksic@arsdigita.com>
457
458         * po/wget.pot: Rebuild.
459
460         * po/POTFILES.in: Update with the new source files.
461
462 2001-11-23  Hrvoje Niksic  <hniksic@arsdigita.com>
463
464         * configure.in: Check for sys/ioctl.h.
465
466 2001-11-22  Herold Heiko  <Heiko.Herold@previnet.it>
467
468         * windows/Readme
469         * windows/Makefile.doc
470         Windows documentation update.
471         * windows/Makefile.src
472         Cleanup config.h
473
474 2001-11-22  Hrvoje Niksic  <hniksic@arsdigita.com>
475
476         * windows/Makefile.doc: Update docs generation.
477
478 2001-11-22  Hrvoje Niksic  <hniksic@arsdigita.com>
479
480         * configure.in: Check for strpbrk().
481
482 2001-05-14  Herold Heiko  <Heiko.Herold@previnet.it>
483
484         * windows/Makefile.src:
485         * windows/Makefile.src.bor:
486         * windows/Makefile.watcom:
487         * windows/config.h.bor:
488         * windows/config.h.ms:
489         * windows/wget.dep:
490         Windows update.
491
492 2001-11-18  Hrvoje Niksic  <hniksic@arsdigita.com>
493
494         * configure.in: Check for getopt_long in libc.
495
496 2001-11-18  Hrvoje Niksic  <hniksic@arsdigita.com>
497
498         * configure.in: Check for Solaris libmd5.
499
500 2001-11-18  Hrvoje Niksic  <hniksic@arsdigita.com>
501
502         * po/: Installed ja.po, et.po, he.po, fr.po, da.po, uk.po, es.po,
503         sl.po, nl.po from the Translation Project.
504
505 2001-06-16  Hrvoje Niksic  <hniksic@arsdigita.com>
506
507         * MACHINES: Added mips-sgi-irix6.5, as reported by Edward
508         J. Sabol.
509
510 2001-06-15  Hrvoje Niksic  <hniksic@arsdigita.com>
511
512         * po/da.po: New version from TP.
513
514 2001-06-15  Hrvoje Niksic  <hniksic@arsdigita.com>
515
516         * config.sub: New version from libtool 1.4.
517
518         * config.guess: New version from libtool 1.4.
519
520         * ltmain.sh: New version from libtool 1.4.
521
522         * aclocal.m4: Imported `libtool.m4' from libtool 1.4.
523
524         * ltconfig: Removed.
525
526         * configure.in: First check the compiler, then invoke libtool.
527
528 2001-06-14  Hrvoje Niksic  <hniksic@arsdigita.com>
529
530         * po/: Install new files from the TP: sv.po, cs.po, et.po, tr.po,
531         es.po, de.po, gl.po, sk.po, ru.po, fr.po.
532
533 2001-06-14  Hrvoje Niksic  <hniksic@arsdigita.com>
534
535         * configure.in: Check for both gethostbyname and inet_ntoa before
536         concluding that -lnsl is not needed.
537
538 2001-06-14  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
539
540         * configure.in: Use `libtool' to test linking of external
541         libraries.
542
543 2001-06-05  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
544
545         * po/cs.po: Updated to match the 1.7 POT.
546
547 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
548
549         * po/: New versions of de.po and gl.po from the TP.
550
551 2001-06-03  Hrvoje Niksic  <hniksic@arsdigita.com>
552
553         * po/hr.po: Updated to match the new POT.
554
555 2001-06-03  Hrvoje Niksic  <hniksic@arsdigita.com>
556
557         * po/wget.pot: Updated.
558
559 2001-06-03  Hrvoje Niksic  <hniksic@arsdigita.com>
560
561         * po/es.po: Use the version from TP.
562
563 2001-06-02  R.I.P. Deaddog  <maddog@linuxhall.org>
564
565         * po/zh_TW.po: Updated for 1.7.
566
567 2001-06-02  Hrvoje Niksic  <hniksic@arsdigita.com>
568
569         * po/: Updated ru.po, et.po, and sv.po.  Added tr.po.
570
571 2001-06-02  Hrvoje Niksic  <hniksic@arsdigita.com>
572
573         * po/pl.po: Use iso-8859-1 as charset.
574
575         * po/hr.po: Update.
576
577 2001-05-28  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
578
579         * configure.in: Use $host_os instead of non-existent "$opsys" when
580         deciding based on host type.
581
582         * configure.in: Print "cross" when cross-compiling.
583
584 2001-05-26  Hrvoje Niksic  <hniksic@arsdigita.com>
585
586         * po/hr.po: Updated.
587
588         * po/wget.pot: Regenerated from sources.
589
590         * README: Updated copyright statement.
591
592         * INSTALL: Document the new OpenSSL autodetector.
593
594 2001-05-26  Hrvoje Niksic  <hniksic@arsdigita.com>
595
596         * configure.in: Provide a default for AC_TRY_RUN when
597         cross-compiling.  Effectively, assume that when cross-compiling,
598         working linkage implies working executable.
599
600 2001-05-25  Hrvoje Niksic  <hniksic@arsdigita.com>
601
602         * configure.in: Rewrote OpenSSL library detection.  Now the code
603         loops over system locations where libssl/libcrypto might be
604         located.  Aside from linking, it actually tries to run the
605         executable before concluding that the linking "worked".
606
607 2001-05-16  Csaba Raduly  <csaba.raduly@sophos.com>
608
609         * windows/Makefile.watcom: Make linker accept space-separated list
610         of object files.
611
612 2001-05-14  Herold Heiko  <Heiko.Herold@previnet.it>
613
614         * windows/Makefile.src: Update for SSL.
615
616 2001-05-14  Csaba Raduly  <csaba.raduly@sophos.com>
617
618         * windows/Makefile.watcom: Updated.
619
620 2001-05-14  Csaba Raduly  <csaba.raduly@sophos.com>
621
622         * windows/Makefile.watcom: Rewritten.
623
624 2001-04-11  Hrvoje Niksic  <hniksic@arsdigita.com>
625
626         * po/zh_TW.po: Reinstated, after an update by Abel Cheung.
627
628         * po/zh_TW.Big5.po: Removed.
629
630 2001-04-28  Csaba Raduly  <csaba.raduly@sophos.com>
631
632         * windows/Makefile.watcom: Update.
633
634 2001-04-28  Herold Heiko  <Heiko.Herold@previnet.it>
635
636         * windows/wget.dep: Update.
637
638         * windows/Makefile.src: Update.
639
640         * windows/config.h.ms: Define inline to __inline.
641         Define ftruncate to chsize.
642
643 2001-04-27  Hrvoje Niksic  <hniksic@arsdigita.com>
644
645         * po/hr.po: Updated.
646
647 2001-04-27  Hrvoje Niksic  <hniksic@arsdigita.com>
648
649         * po/ja.po: New update by Hiroshi Takekawa.
650
651 2001-04-25  Hrvoje Niksic  <hniksic@arsdigita.com>
652
653         * po/POTFILES.in: Add src/cookies.c.
654
655 2001-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
656
657         * configure.in: Check for inline.
658
659 2001-04-11  Hrvoje Niksic  <hniksic@arsdigita.com>
660
661         * po/zh_TW.Big5.po: New file, submitted by Abel Cheung.
662
663         * po/zh.po: Removed outdated file.
664
665 2001-04-06  Hrvoje Niksic  <hniksic@arsdigita.com>
666
667         * aclocal.m4 (AM_PROG_CC_STDC): Don't use -Xc under SYSV.  It
668         forces strict ANSI mode, which means we lose `long long'.
669         Generally, don't require __STDC__ to be defined to 1 because that
670         signifies strict ANSI.
671
672 2001-04-04  Hrvoje Niksic  <hniksic@arsdigita.com>
673
674         * NEWS: Cosmetic changes.
675
676 2001-04-03  Trond Eivind Glomsrod  <teg@redhat.com>
677
678         * po/da.po: Ditto.
679
680         * po/no.po: The charset is iso-8859-1, not iso-8859-2.
681
682 2001-04-02  Hrvoje Niksic  <hniksic@arsdigita.com>
683
684         * po/et.po: New version by Toomas Soome.
685
686 2001-04-01  Nicolas Lichtmaier  <nick@debian.org>
687
688         * po/es.po: New file.
689
690 2001-03-27  Dan Harkless  <wget@harkless.org>
691
692         * INSTALL: Updated to reflect --with-ssl's new optional parameter.
693
694         * configure.in: Christian Fraenkel's tests for -lcrypto and -lssl
695         were in the wrong order, causing a link failure if you're using
696         libcrypto.a and libssl.a rather than shared libraries.  Also put
697         in checks for -ldl, necessary since the libcrypto shared library
698         doesn't record its dependency on libdl.
699
700         * {.,util,windows}/Makefile.in: Moved top_builddir out of "User
701         configuration section" of top Makefile and analogous spot in others.
702
703         * po/Makefile.in.in: Previous addition of top_builddir to
704         po/Makefile.in was bogus -- it's generated from po/Makefile.in.in.
705
706 2001-03-26  Dan Harkless  <wget@harkless.org>
707
708         * TODO: -p should probably go "_two_ more hops" on <FRAMESET> pages.
709
710 2001-03-22  Dan Harkless  <wget@harkless.org>
711
712         * MACHINES: Added rs6000-ibm-aix4.3.3.0.
713
714 2001-03-21  Dan Harkless  <wget@harkless.org>
715
716         * MACHINES: Added armv4l-unknown-linux-gnu.
717
718 2001-03-20  Dan Harkless  <wget@harkless.org>
719
720         * TODO: Oops.  Hostless absolute link conversion _is_ working.  My
721         test that led me to believe it wasn't was exposing a different bug
722         -- URLs specified on the commandline as opposed to being recursed
723         to don't always get re-converted at the end of the Wget run.
724
725 2001-03-17  Dan Harkless  <wget@harkless.org>
726
727         * aclocal.m4: Appended libtool 1.3.5's libtool.m4 to it.
728
729         * configure.in: Use AM_PROG_LIBTOOL macro (now defined in our 
730         aclocal.m4) to create a libtool script from ltconfig and ltmain.sh.
731         If --with-ssl specified, look in /usr/local/ssl/lib by default for
732         OpenSSL libs.  Allow override with --with-ssl=<OpenSSL_root_dir>.
733         Set up -I<OpenSSL_root_dir>/include and -R<OpenSSL_root_dir>/lib
734         (possibly rewritten by libtool) as well.  Don't appear to be
735         looking for a function main() in -lcrypto.  If the OpenSSL lib
736         checks fail, don't just silently build a wget without https
737         support -- issue a warning.  Define top_builddir.
738
739         * ltconfig: New file from libtool 1.3.5 distribution.
740
741         * ltmain.sh: New file from libtool 1.3.5 distribution.
742
743         * {.,po,util,windows}/Makefile.in: Define top_builddir.
744
745 2001-03-16  Dan Harkless  <wget@harkless.org>
746
747         * TODO: For some reason on 2000-11-19, Hrvoje removed the item
748         about converting hostless absolute links.  That isn't working yet,
749         so I've put the item back, with a modified wording.
750
751         * config.guess: Hadn't been updated since 1996 -- didn't work for recent
752         machines and OSes, such as NetWinder ARM Linux.  Updated to latest 
753         version (2001-03-16) from <ftp://ftp.gnu.org/pub/gnu/config/>.
754         
755         * config.sub: Ditto -- updated to latest version (2001-03-12).
756         
757 2001-03-12  Dan Harkless  <wget@harkless.org>
758
759         * TODO: Only normal recursion should respect -np -- page-requisite
760         recursion should not.
761
762 2001-03-07  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
763
764         * TODO: Removed an obsolete item about adding VMS and MS FTP
765         server support.
766
767 2001-03-05  Dan Harkless  <wget@harkless.org>
768
769         * TODO: Add a --range option to download only a given byte range.
770
771 2001-03-01  Dan Harkless  <wget@harkless.org>
772
773         * ChangeLog.README: Renamed from README.branches and added a note
774         that Wget has multiple ChangeLog files (currently ./ChangeLog,
775         doc/ChangeLog, and src/ChangeLog), since this is unusual and
776         people have complained their patches hadn't been applied after
777         checking only the top-level ChangeLog.
778
779 2001-02-28  Dan Harkless  <wget@harkless.org>
780
781         * MACHINES: Explicitly tell people to send us config.guess output.
782
783 2001-02-27  Dan Harkless  <wget@harkless.org>
784
785         * TODO: Re-use FTP connection if multiple URLs on one host
786         specified.  Make "ftp://<host>/%2F<file>" cause an initial "CWD /".
787
788 2001-02-23  Dan Harkless  <wget@harkless.org>
789
790         * NEWS: Note that Wget now has a man page again.
791
792         * po/*.po*: Updated after changing --help's description of -N and
793         moving -nr to a different category.
794
795         * TODO: "Timestamps are sometimes not copied over on files
796         retrieved by FTP." removed.  Hopefully all the failures I was
797         seeing were due to the fact that it wasn't documented that
798         non-globbing, non-recursive FTP downloads need -N to get the
799         remote timestamp to be preserved.
800
801 2001-02-22  Dan Harkless  <wget@harkless.org>
802
803         * TODO: Remove empty directories created due to --accept/--reject.
804
805         * configure.in: Look for perl and pod2man and make substitutions.
806         
807         * Makefile.in (install): Do install.man if we have pod2man.
808
809 2001-02-13  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
810
811         * windows/Makefile.src: Removed references to ftpparse sources.
812
813         * windows/wget.dep: Ditto.
814
815         * windows/Makefile.watcom: Ditto. 
816
817 2001-01-23  Herold Heiko  <Heiko.Herold@previnet.it>
818
819         * windows/Makefile.src: Don't attempt to compile in alloca.c; it
820         doesn't work and it's not needed.
821
822 2001-01-16  Hrvoje Niksic  <hniksic@arsdigita.com>
823
824         * NEWS: Added more NEWS items.
825
826 2001-01-15  Dan Harkless  <wget@harkless.org>
827
828         * NEWS: Was not being maintained.  Added some significant 1.7-dev stuff.
829
830 2001-01-15  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
831
832         * util/wget.spec: Updated to 1.7, merged with the spec file from
833         RedHat.
834
835         * po/Makefile.in.in: `make realclean' equal to `make
836         maintainer-clean'.
837
838         * Makefile.in (realclean-top): Remove 'configure' as well. 
839
840 2001-01-11  Dan Harkless  <wget@harkless.org>
841
842         * TODO: If -c used with -N, check to make sure a file hasn't
843         changed on the server before "continuing" to download it.
844         
845 2001-01-11  Adrian Aichner  <Adrian.Aichner@t-online.de>
846
847         * windows/Makefile.src: Updated.
848
849         * windows/wget.dep: Ditto.
850
851 2001-01-09  Dan Harkless  <wget@harkless.org>
852
853         * TODO: If -c is on, don't re-download a 100%-downloaded file.
854         
855         * TODO: The bug where you couldn't recurse into ftp directories if
856         logging in put you somewhere else besides the server's "/"
857         directory got fixed without the TODO entry for it being removed.
858
859         * TODO: Add a "rollback" option to have --continue throw away X
860         corrupted (e.g. by proxy) bytes from end of file before resuming.
861
862         * po/*.po*: Updated after changing --help's description of -c.
863
864 2001-01-06  Dan Harkless  <wget@harkless.org>
865
866         * ChangeLog: The '[Not in 1.6 branch.]'s were decided not to be
867         the best way to go about my aim.  Removed them in favor of:
868
869         * ChangeLog-branches/1.6_branch.ChangeLog: New file.
870
871         * README.branches: Explains the 1.6_branch.ChangeLog files.
872
873         * README.cvs: Falsely claimed you only needed GNU autoconf to
874         build from the CVS sources.  You also need GNU gettext and
875         texinfo.  I also did a bunch of general re-writing of this file.
876
877 2001-01-03  Dan Harkless  <wget@harkless.org>
878
879         * TODO: We should make a simple man page referring to info doco.
880
881 2000-12-31  Dan Harkless  <wget@harkless.org>
882
883         * README: Changed 1.5.3 in the FTP URL to 1.6.
884
885         * NEWS: Released Wget version 1.6.
886
887         * po/*.po: 'Project-Id-Version's were very haphazard, saying
888         either "wget" or "GNU wget", and with versions of 1.5.2-b[124],
889         1.5.3, the nonexistent 1.5.4, and 1.6-pre.  Standardized all to
890         "GNU Wget 1.7-dev".  Perhaps this is wrong to do because some of
891         the translations haven't been updated since the versions they
892         state, but I know some of the files were updated specifically for
893         1.6, and none of them used this version (unless you count the sole
894         "1.6-pre" guy).  In any case, the 'POT-Creation-Date's and
895         'PO-Revision-Date's remain the best indicator of whether a
896         translation's out of date.
897         
898         * ChangeLog: Since this flat file doesn't have multiple branches,
899         looking at the dates would make you think that things went into
900         1.6 that actually just went into the 1.7-dev branch.  Added "[Not
901         in 1.6 branch.]" where appropriate to clarify.
902         
903 2000-12-18  Csaba Raduly  <csaba.raduly@sophos.com>
904
905         * windows/Makefile.watcom: Updated.
906
907 2000-12-10  Hrvoje Niksic  <hniksic@arsdigita.com>
908
909         * po/POTFILES.in: Updated.
910
911 2000-12-10  Hrvoje Niksic  <hniksic@arsdigita.com>
912
913         * configure.in: Add windows/Makefile to the output block.
914
915         * windows/Makefile.in: New file.
916
917         * README.cvs: New file.
918
919 2000-11-25  Karl Eichwalder  <ke@suse.de>
920
921         * Makefile.in (SUBDIRS): Add 'windows'.
922         (dist, DISTFILES): Don't distribute CVS directories.
923         
924 2000-12-05  Hrvoje Niksic  <hniksic@arsdigita.com>
925
926         * configure.in: Don't unconditionally define HAVE_SSL, even when
927         --with-ssl is given.
928
929 2000-12-03  Christian Fraenkel  <christian.fraenkel@gmx.net>
930
931         * INSTALL: Added the --with-ssl switch.
932         
933         * configure.in: Ditto.
934         
935         * TODO: Removed the corresponding entry.
936
937 2000-11-23  Hrvoje Niksic  <hniksic@arsdigita.com>
938
939         * configure.in: Build ALL_LINGUAS dynamically.
940
941 2000-11-10  Hrvoje Niksic  <hniksic@arsdigita.com>
942
943         * configure.in: Test for MMAP.
944
945 2000-11-16  Hrvoje Niksic  <hniksic@arsdigita.com>
946
947         * windows/config.h.ms: snprintf and vsnprintf exist under Windows.
948
949         * windows/Makefile.src: Back out previous change.
950
951 2000-11-16  Herold Heiko  <Heiko.Herold@previnet.it>
952
953         * windows/Makefile.src: Compile in vsnprintf.c.
954
955 2000-11-02  Matthew Seaman  <m.seaman@inpharmatica.co.uk>
956
957         * util/rmold.pl: Various fixes.
958
959 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
960
961         * configure.in: Check for size of long and long long.
962
963 2000-10-30  Dan Harkless  <wget@harkless.org>
964
965         * NEWS: Hrvoje pointed out that relative URL grokking deserves mention.
966
967 2000-10-27  Dan Harkless  <wget@harkless.org>
968
969         * TODO: wget now groks illegal relative URL HTTP redirects.
970
971 2000-10-24  Dan Harkless  <wget@harkless.org>
972
973         * NEWS: Forgot to update regarding new --bind-address option.
974
975 2000-10-20  Dan Harkless  <wget@harkless.org>
976
977         * TODO: -k needs to convert '?' to "%3F" in links to saved files
978         containing the '?' character (e.g. CGI output).  Also, we need to
979         check the HTTP spec w.r.t. simplification of absolute URLs.
980         Generalize --html-extension to something like --mime-extension.
981
982         * MAILING-LIST: I didn't realize <wget@sunsite.auc.dk> allowed posting
983         by non-subscribers.  <bug-wget@gnu.org> soon to be an alias for it.
984
985         * NEWS: Always forget to update this file when making user-vis. changes.
986
987 2000-10-19  Dan Harkless  <wget@harkless.org>
988
989         * TODO: -E / --html-extension / html_extension has been implemented.
990         Make -I and -X allow an optional hostname before the directory name?
991         When simplifying paths, wget needs to stop at any '?' character.
992
993         * configure.in: Put "it" language in proper alphabetical order and
994         added new languages "pl" and "ru".
995
996         * po/pl.{gmo,po}: Added Grzegorz Kowal <g_kowal@poczta.onet.pl>'s
997         Polish message translation file.
998
999         * po/ru.{gmo,po}: Added Const Kaplinsky <const@ce.cctpu.edu.ru>'s 
1000         Russian message translation file.
1001
1002 2000-10-16  Dan Harkless  <wget@harkless.org>
1003
1004         * TODO: Add option to save local filenames without extra %-encoding.
1005
1006 2000-10-09  Dan Harkless  <wget@harkless.org>
1007
1008         * TODO: --retr-symlinks should cause wget to traverse links to dirs too.
1009
1010 2000-09-25  Dan Harkless  <wget@harkless.org>
1011
1012         * TODO: Make wget return nonzero in situations like bad HTTP
1013         auth.  Make wget follow (illegal) relative URL HTTP redirects.
1014
1015 2000-08-30  Dan Harkless  <wget@harkless.org>
1016
1017         * po/*.{gmo,po,pot}: Regenerated after modifying wget --help output.
1018
1019         * MACHINES: Previously said to send updates to "me" (Hrvoje) --
1020         now says to email the mailing list or bug-wget@gnu.org.
1021
1022         * MAILING-LIST: Added mention of bug-wget@gnu.org.
1023         
1024         * NEWS: Added --waitretry and --page-requisites.
1025
1026 2000-08-25  Dan Harkless  <wget@harkless.org>
1027
1028         * MACHINES: Alphabetized, changed "architectures" to "OSes and
1029         architectures", added missing company names, removed needless ^L,
1030         made AIX and FreeBSD entries more general to reflect successful
1031         use on those platforms by myself and others, removed the
1032         non-factual "this version of", and fixed some grammatical errors.
1033         
1034 2000-07-21  Dan Harkless  <wget@harkless.org>
1035
1036         * TODO: But Brian McMahon <bm@iucr.org> wants old behavior as an option.
1037         
1038 2000-07-19  Dan Harkless  <wget@harkless.org>
1039
1040         * TODO: -k should convert "hostless absolute" URLs, like "/index.html".
1041         
1042 2000-05-24  Dan Harkless  <wget@harkless.org>
1043
1044         * TODO: Timestamps sometimes not copied over on files retrieved by FTP.
1045         
1046 2000-05-22  Dan Harkless  <wget@harkless.org>
1047
1048         * AUTHORS: Added myself to this file, as Hrvoje got confirmation
1049         of my FSF copyright assignment.
1050
1051         * TODO: Added note that fragment identifiers don't work properly.
1052         
1053         * po/*.{gmo,po,pot}: Regenerated after modifying wget --help output.
1054
1055 2000-05-17  Dan Harkless  <wget@harkless.org>
1056
1057         * TODO: Make `-k' check for files that were downloaded in the past
1058         and convert links to them in newly-downloaded documents.
1059
1060 2000-04-05  Dan Harkless  <wget@harkless.org>
1061
1062         * TODO: Make -K only leave .orig files around when different.  Add
1063         an option to save all text/html files with .html extension.  Allow
1064         mirroring of FTP URLs where logging in puts you somewhere else
1065         besides '/'.
1066
1067 2000-04-04  Dan Harkless  <wget@harkless.org>
1068
1069         * NEWS (--follow-tags, -G / --ignore-tags): Forgot to mention
1070         these new options when I added them.
1071
1072 2000-03-10  Dan Harkless  <wget@harkless.org>
1073
1074         * TODO: Removed done item: we now have an option (-G) that makes
1075         it easy to download a single HTML document and all its constituents.
1076         
1077         * po/*.{gmo,po,pot}: Regenerated after adding new options.
1078
1079         * po/hr.po: Hrvoje forgot '\n's on his translations of my altered
1080         messages, causing msgfmt to balk and `make install' to fail.
1081
1082 2000-03-01  Dan Harkless  <wget@harkless.org>
1083
1084         * NEWS (-K): Now possible to use -N with -k thanks to this option.
1085
1086         * TODO: Removed the -K / -N interaction item.
1087
1088 2000-02-29  Dan Harkless  <wget@harkless.org>
1089
1090         * NEWS (-K / --backup-converted): Mentioned this new option.
1091
1092 2000-02-18  Dan Harkless  <wget@harkless.org>
1093
1094         * TODO: When -K is used with -N, check local X.orig against server X.
1095
1096 1998-06-23  Dave Love  <d.love@dl.ac.uk>
1097
1098         * configure.in (exext): Define.
1099
1100 1998-06-06  Hrvoje Niksic  <hniksic@srce.hr>
1101
1102         * configure.in: Check for access().
1103
1104 1998-05-20  Hrvoje Niksic  <hniksic@srce.hr>
1105
1106         * po/hr.po: Some fixes, as per suggestions by Francois Pinard.
1107
1108 1998-05-19  Dominique Delamarre  <dominique.delamarre@hol.fr>
1109
1110         * po/fr.po: New file.
1111
1112 1998-05-19  Toomas Soome  <tsoome@ut.ee>
1113
1114         * po/et.po: Updated.
1115
1116 1998-05-11  Simos KSenitellis  <simos@teiath.gr>
1117
1118         * po/el.po: New file.
1119
1120 1998-05-09  Hrvoje Niksic  <hniksic@srce.hr>
1121
1122         * aclocal.m4 (WGET_WITH_NLS): Print available catalogs.
1123
1124 1998-05-09  Toomas Soome  <tsoome@ut.ee>
1125
1126         * po/et.po: New file.
1127
1128 1998-05-06  Douglas E. Wegscheid  <wegscd@whirlpool.com>
1129
1130         * configure.bat: set up for either Borland or Visual C
1131
1132         * windows/wget.dep: new file
1133
1134         * windows/Makefile.*: use wget.dep
1135
1136         * rename windows/Makefile.bor to Makefile.src.bor
1137
1138 1998-05-06  Douglas E. Wegscheid  <wegscd@whirlpool.com>
1139
1140         * windows/makefile.bor: Updated.
1141
1142         * windows/Makefile.src: Ditto.
1143
1144 1998-04-30  Douglas E. Wegscheid  <wegscd@whirlpool.com>
1145
1146         * windows/config.h.bor: New file.
1147
1148         * windows/makefile.bor: New file.
1149
1150 1998-04-27  John Burden  <john@futuresguide.com>
1151
1152         * windows/Makefile.*: Cleanup.
1153
1154 1998-04-27  Gregor Hoffleit  <flight@mathi.uni-heidelberg.de>
1155
1156         * configure.in: Check for PID_T.
1157
1158 1998-04-19  Giovanni Bortolozzo  <borto@dei.unipd.it>
1159
1160         * po/it.po: Updated.
1161
1162 1998-04-19  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
1163
1164         * po/cs.po: Updated.
1165
1166 1998-04-19  Wanderlei Cavassin  <cavassin@conectiva.com.br>
1167
1168         * po/pt_BR.po: Updated.
1169
1170 1998-04-08  Stefan Hornburg  <racke@gundel.han.de>
1171
1172         * Makefile (dist): New target.
1173
1174 1998-04-08  Wanderlei Cavassin  <cavassin@conectiva.com.br>
1175
1176         * po/pt_BR.po: Updated.
1177
1178 1998-04-04  Hrvoje Niksic  <hniksic@srce.hr>
1179
1180         * aclocal.m4 (WGET_WITH_NLS): Renamed USE_NLS to HAVE_NLS.
1181
1182         * ABOUT-NLS: Removed.
1183
1184         * Makefile.in (stamp-h): Clean up stamp-h-related dependencies.
1185         Don't attempt to write to stamp-h.in.
1186
1187         * aclocal.m4 (WGET_PROCESS_PO): Reset srcdir to ac_given_srcdir.
1188
1189 1998-04-03  Hrvoje Niksic  <hniksic@srce.hr>
1190
1191         * Makefile.in (distclean-top): Remove stamp-h.
1192
1193 1998-04-02  Robert Schmidt  <rsc@vingmed.no>
1194
1195         * po/no.po: New file.
1196
1197 1998-04-01  Hrvoje Niksic  <hniksic@srce.hr>
1198
1199         * configure.in: New option `--disable-debug'.
1200
1201 1998-03-31  Hrvoje Niksic  <hniksic@srce.hr>
1202
1203         * configure.in: Check for endianness.
1204
1205 1998-03-29  Hrvoje Niksic  <hniksic@srce.hr>
1206
1207         * aclocal.m4 (WGET_PROCESS_PO): Use echo instead of AC_MSG_RESULT.
1208
1209 1998-03-28  Hrvoje Niksic  <hniksic@srce.hr>
1210
1211         * aclocal.m4 (WGET_WITH_NLS): Disable USE_NLS if gettext is
1212         unavailable.
1213
1214         * aclocal.m4: Renamed AM_STRUCT_UTIMBUF to WGET_STRUCT_UTIMBUF;
1215         renamed AM_WITH_NLS to WGET_WITH_NLS.
1216
1217         * aclocal.m4: Eliminate POSUBS.
1218
1219 1998-03-17  Hrvoje Niksic  <hniksic@srce.hr>
1220
1221         * Makefile.in: config.h* -> src/config.h*
1222
1223         * configure.in: Check for vsnprintf().
1224
1225         * po/POTFILES.in: Updated.
1226
1227 1998-03-16  Hrvoje Niksic  <hniksic@srce.hr>
1228
1229         * po/POTFILES.in: Removed extraneous newline at end of line, which 
1230         caused an error in `Makefile' which Sun make choked on.
1231
1232 1998-03-16  Jan Prikryl <prikryl@cg.tuwien.ac.at>
1233
1234         * po/cs.po: New file.
1235
1236 1998-03-12  Wanderlei Cavassin  <cavassin@conectiva.com.br>
1237
1238         * po/pt_BR.po: New file.
1239
1240 1998-03-07  Hrvoje Niksic  <hniksic@srce.hr>
1241
1242         * PROBLEMS: New file.
1243
1244 1998-02-22  Karl Eichwalder  <ke@suse.de>
1245
1246         * po/Makefile.in.in (install-data-yes): Fix creation of
1247         directories for LC_MESSAGE files.
1248
1249 1998-02-22  Hrvoje Niksic  <hniksic@srce.hr>
1250
1251         * configure.in: Removed `-Wno-switch' for gcc.
1252
1253         * po/Makefile.in.in (install-data-yes): Use mkinstalldirs to
1254         create the directory first.
1255
1256 1998-02-21  Karl Eichwalder  <karl@suse.de>
1257
1258         * po/de.po: Updated.
1259
1260 1998-02-19  Hrvoje Niksic  <hniksic@srce.hr>
1261
1262         * Makefile.in (check): New empty target.
1263
1264 1998-02-11  Hrvoje Niksic  <hniksic@srce.hr>
1265
1266         * po/it.po: New file, by Antonio Rosella.
1267
1268 1998-02-08  Hrvoje Niksic  <hniksic@srce.hr>
1269
1270         * aclocal.m4: Cleaned up.
1271
1272         * po/hr.po: Updated.
1273
1274         * configure.in: Removed check for POSIXized ISC.
1275
1276 1998-02-08  Karl Eichwalder  <karl@suse.de>
1277
1278         * po/de.po: Updated.
1279
1280 1998-02-07  Karl Eichwalder  <ke@suse.de>
1281
1282         * Makefile.in (install.info uninstall.info install.man
1283         uninstall.man install.wgetrc): Use it.
1284
1285         * Makefile.in (install.mo): New target.
1286
1287 1998-02-03  Karl Eichwalder  <ke@suse.de>
1288
1289         * po/POTFILES.in: Touch it (needed for NLS); add src/ftp.c,
1290         src/getopt.c, src/host.c, src/html.c, src/http.c, src/init.c,
1291         src/main.c, src/mswindows.c, src/netrc.c, src/recur.c, src/retr.c,
1292         src/url.c, and src/utils.c.
1293
1294         * intl/po2tbl.sed.in: Add from gettext-0.10.32 (needed for NLS).
1295
1296         * po/Makefile.in.in: Add from gettext-0.10.32.
1297
1298         * Makefile.in (SUBDIRS): Add po/.
1299
1300         * configure.in (ALL_LINGUAS): New variable.  Add "de" and "hr".
1301         (AM_GNU_GETTEXT): Add.
1302         (AC_OUTPUT): Add po/Makefile.in; run the sed command.
1303         
1304         * aclocal.m4 (AM_WITH_NLS, AM_GNU_GETTEXT, AM_LC_MESSAGES,
1305         AM_PATH_PROG_WITH_TEST): from gettext-0.10.32.
1306