⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changelog

📁 minicom 源码
💻
📖 第 1 页 / 共 2 页
字号:
2003-05-18  Adam Lackorzynski  <adam@os.inf.tu-dresden.de>	* Release version 2.1.	* NEWS: update, new {maintainer, homepage, lists}2003-04-30  Adam Lackorzynski  <adam@os.inf.tu-dresden.de>	* src/Makefile.am: Don't overwrite CFLAGS, add options (sigh...).2003-04-29  Adam Lackorzynski  <adam@os.inf.tu-dresden.de>	* configure.in: add /var/spool/lock as a possible lock directory as	               it seems to be the choice of FreeBSD right now.2003-04-26  Adam Lackorzynski  <adam@os.inf.tu-dresden.de>	* man/minicom.1, src/minicom.h, src/minicom.c, src/main.c	               Add the "-T"/"--disabletime option to disable	               the display of the online time in the status bar.2003-04-22  Adam Lackorzynski  <adam@os.inf.tu-dresden.de>	* src/minicom.h, src/rcsid.h, src/main.c, src/file.c, src/windiv.c, src/window.h, src/window.c, src/config.c, src/dial.c, src/minicom.c, src/Makefile.am:	               The minicom binary now compiles without warnings with	               the -W switch, add that to Makefile.am now too2003-04-19  Adam Lackorzynski  <adam@os.inf.tu-dresden.de>	* configure.in: Remove verboseness at the end of the configure run.	* configure.in: Add check for libsocket for Solaris	* lib/snprintf.c: Add sys/types.h and strings.h to make it compilable	                on Solaris.	* configure.in, src/Makefile.am, lib/Makefile.am:	                We need getopt.o in libport.a if we need to compile	                getopt_long (_internal_getopt), so we need to	                pull that in. If anyone knows a better way how to	                do this, please let me know.	* src/ipc.c, src/wkeys.c, src/ascii-xfr.c:	                Add strings.h because some unices implement	                FD_ZERO using bzero without pulling in the header files	                themselves, it seems.	* src/sysdep.h: Change include path from sys/termios.h to	                termios.h as this seems more portable.	* Makefile.am: For aux/ only add [a-z] files (i.e. exclude CVS files)	* src/minicom.c: Make 8bit whitelist code a bit more generic, maybe	                 overdesigned as it's a hack nevertheless. Should	                 we generally switch to 8bit and add a 7bit option?2003-04-12  Adam Lackorzynski  <adam@os.inf.tu-dresden.de>	* src/minicom.c: Add ru to the 8bit list (as ja and ko already are)	                 this is probably a workaround and needs better fixing	* man/minicom.1: Add -L2003-04-06  Adam Lackorzynski  <adam@os.inf.tu-dresden.de>	* Makefile.am: Rename tags target to ctags, as standard automake	               does etags by default, but I want ctags. 	* src/dial.c, src/file.c, src/ipc.c, src/minicom.h, src/wkeys.c, src/common.c: Cleanups.	* Makefile.am, src/Makefile.am: Remove no-dependencies	               Add tags generation.2003-04-04  Adam Lackorzynski  <adam@os.inf.tu-dresden.de>	* src/vt100.c: Initialize savetrans[2],	               patch by Pavel Roskin <proski@gnu.org>	* src/Makefile.am: Add CFLAGS to add -Wall2003-04-03  Adam Lackorzynski  <adam@os.inf.tu-dresden.de>	* configure.in: Remove ja_JP.SJIS from ALL_LINGUAS because it	             doesn't build (right now). And according to	             the Debian-ChangeLog to 1.83.1-4.1 it should be	             removed as well.	* acconfig.h, configure.in, src/config.c, src/ipc.c, src/minicom.c:	             Rename LIBDIR to CONFDIR and	             MINICOM_LIBDIR to MINICOM_CONFDIR	             to fix name clashes, and libdir was the wrong name (IMHO)	             anyway.	* src/minicom.c: I didn't understand a sentence of the help screen.	* src/ipc.c: Fix typo in check_io which caused minicom to fully	             use CPU in certain circumstances.2003-04-02  Adam Lackorzynski  <adam@os.inf.tu-dresden.de>	* acconfig.h, src/Makefile.am, src/dial.c, src/ipc.c, src/main.c, src/minicom.h, src/sysdep1.c, src/sysdep1_s.c:	        Socket support, patch initially for minicom 1.82.1 by	        Jork L鰏er <jork.loeser@inf.tu-dresden.de>2003-03-31  Martin Godisch <martin@godisch.de>	* src/rwconf.c:		Added verbose error reporting for invalid config files.	* src/window.c:		Extended character input range (Debian #44795).	* src/main.c:		Fixed (?) escape key label for xminicom (Debian #110833).	* src/xminicom:		Added x-terminal-emulator.	* src/minicom.c, src/dial.c, src/file.c, src/ascii-xfr.c:		Fixed compiler warnings.2003-03-30  Adam Lackorzynski  <adam@os.inf.tu-dresden.de>	* po/hu.po: add hungarian translation,	            thanks M醨ton N閙eth <nm127@hszk.bme.hu>2003-03-30  Martin Godisch <martin@godisch.de>	* configure.in, src/dial.c, src/main.c, src/minicom.c, src/port.h, src/rwconf.c, src/sysdep.h:		Applied patches for GNU/Hurd, provided by Robert Millan.	* src/sysdep1.c:		Applied TIOCFLUSH patch, avoids segfaults,		provided by Robert Millan.	* src/config.c, src/main.c, src/minicom.h:		Applied mbasename() patch for lock files (Debian #153933),		provided by Jordi Mallach and Gergely Nagy.	* src/config.c:		Added ~ to $HOME expansion for pathname config (Debian #54946).	* src/script.c:		Fixed (?) endless loop (Debian #54944).	* po/cs_CZ.po, po/cs.po, configure.in, doc/Locales:		Changed cs_CZ to cs.	* po/ja.po:		Changed charset from euc-japanese to euc-jp (Debian #185541).	* man/xminicom.1 man/Makefile.am:		Added manual page for xminicom.2002-05-18  Jukka Lahtinen  <walker@pld.org.pl>	* man/minicom.1, man/runscript.1, po/fi.po, AUTHORS, README, configure.in, doc/Locales, doc/Todo, doc/suomeksi, man/ascii-xfr.1, minicom.spec.in:	Changed my netmail address, and changed the version number to 2.00.1.2002-03-09  Jukka Lahtinen  <walker@pld.org.pl>	* man/runscript.1, src/script.c:	Use '^' as a control character prefix in scripts2002-03-02  Jukka Lahtinen  <walker@pld.org.pl>	* src/main.c, src/updown.c:	- fix for a bug that may overwrite TERMINFO environment variable (Bryan	Henderson)	- fix for setcbreak() calls (Peter Kundrat)2002-01-27  Jukka Lahtinen  <walker@pld.org.pl>	* src/rwconf.c:	Fixed a bug that sometimes caused "public" settings to be marked "private".2001-12-29  Jukka Lahtinen  <walker@pld.org.pl>	* src/main.c: NO_CTTY flag added to the open parameters for portfd	(Topi Maurola, tm@TopiSoft.fi)	* src/rwconf.c: SYSV / BSD43 fix by Griff Miller (miller@positron.com)2001-12-21  Jukka Lahtinen  <walker@pld.org.pl>	* po/Attic/fi_FI.po, po/fi.po, doc/Locales, configure.in, minicom.spec.in:	Changed the Finnish locale from fi_FI to fi. Updated the instructions for	adding new languages in doc/Locales to match the procedure with autoconf.2001-11-11  Jukka Lahtinen  <walker@pld.org.pl>	* configure.in:	Use default port /dev/modem if no serial ports found in the build machine.2001-10-01  Jukka Lahtinen  <walker@pld.org.pl>	* doc/Announce-2.00: 2.00.0 released2001-10-01  Arkadiusz Mi秌iewicz  <misiek@pld.org.pl>	* src/Makefile.am, src/minicom.h: fixed build outside source tree2001-09-30  Jukka Lahtinen  <walker@pld.org.pl>	* po/Attic/fi_FI.po, man/minicom.1, configure.in:	changed version number to 2.00.02001-09-28  Ga雔 Qu閞i  <gael@pld.org.pl>	* po/fr.po: updated the translation for minicom 1.902001-07-07  Jukka Lahtinen  <walker@pld.org.pl>	* src/file.c:	Fixed parentheses mismatching after the previous 'fix' of the 4th of July.2001-07-04  Tomasz K硂czko  <kloczek@pld.org.pl>	* src/dial.c, src/file.c, src/minicom.c, src/updown.c:	fixes format string abuses.	* man/minicom.1: s/windows-based/window based/2001-05-30  Arkadiusz Mi秌iewicz  <misiek@pld.org.pl>	* po/pl.po: fixed fuzzy translation2001-05-28  Jukka Lahtinen  <walker@pld.org.pl>	* po/ru.po: The Russian translations checked.2001-05-26  Jukka Lahtinen  <walker@pld.org.pl>	* po/Attic/fi_FI.po, po/fr.po, po/ja.po, po/pl.po, po/pt_BR.po, po/ru.po, po/cs_CZ.po, po/es.po:	I run 'make update-po'. Check the 'fuzzy' parts.2001-05-25  Jukka Lahtinen  <walker@pld.org.pl>	* minicom.spec.in:	added Finnish description, removed lang(ko) and added lang(ru)2001-05-04  Tomasz K硂czko  <kloczek@pld.org.pl>	* src/dial.c, src/minicom.c, src/updown.c:	fixes buffer overflow at logging cmdline and other (I don't know who is real	author this fix but patch was added to PLD resources by Sebastian Zagrodzki	<zagrodzki@pld.org.pl>). IMHO it will be good make regular release now :)2001-04-19  Jukka Lahtinen  <walker@pld.org.pl>	* po/Attic/ko.po, doc/Locales: Outdated Korean translations removed	* configure.in:	Korean removed from ALL_LINGUAS until somebody updates the translations2001-04-18  Arkadiusz Mi秌iewicz  <misiek@pld.org.pl>	* intl/Attic/ChangeLog, intl/Attic/Makefile.in, intl/Attic/VERSION, intl/Attic/bindtextdom.c, intl/Attic/cat-compat.c, intl/Attic/dcgettext.c, intl/Attic/dgettext.c, intl/Attic/explodename.c, intl/Attic/finddomain.c, intl/Attic/gettext.c, intl/Attic/gettext.h, intl/Attic/gettextP.h, intl/Attic/hash-string.h, intl/Attic/intl-compat.c, intl/Attic/l10nflist.c, intl/Attic/libgettext.h, intl/Attic/linux-msg.sed, intl/Attic/loadinfo.h, intl/Attic/loadmsgcat.c, intl/Attic/localealias.c, intl/Attic/po2tbl.sed.in, intl/Attic/textdomain.c, intl/Attic/xopen-msg.sed:	intl directory is filled at autogen.sh call2001-04-17  Jukka Lahtinen  <walker@pld.org.pl>	* po/cs_CZ.po: Updated Czech translations2001-03-28  Jukka Lahtinen  <walker@pld.org.pl>	* man/minicom.1: Updated the arguments of -p parameter in the manpage	* src/minicom.c:	Added support for devices /dev/ptyp[0-f] as the argument for -p2001-03-25  Jukka Lahtinen  <walker@pld.org.pl>	* src/dial.c: check for entry number validity with the -d option	* po/ru.po, doc/Locales, doc/russian, extras/tables/mc.rus, AUTHORS, configure.in:	Added translations for Russian2001-02-22  Tomasz K硂czko  <kloczek@pld.org.pl>	* README:	- fixed browseable cvs web interface on http://cvs.pld.org.pl/.2001-02-21  Arkadiusz Mi秌iewicz  <misiek@pld.org.pl>	* src/common.c, src/dial.c, src/port.h:	include time.h on all systems. Patch by Adam J. Richter <adam@yggdrasil.com>.2001-02-13  Jukka Lahtinen  <walker@pld.org.pl>	* man/minicom.1: Command line option -w documented2001-02-07  Tomasz K硂czko  <kloczek@pld.org.pl>	* configure.in: - added cs_CZ to ALL_LINGUAS.2001-02-06  Jukka Lahtinen  <walker@pld.org.pl>	* po/cs_CZ.po: Czech translations added to the po directory2001-02-06  Tomasz K硂czko  <kloczek@pld.org.pl>	* po/Attic/Makefile.in.in:	- removed Makefile.in.in (this file is autogenerated by	  gettextize --copy --force called in autogen.sh).

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -