📄 changelog
字号:
2006-10-16 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * Release 2.2 * Makefile.am: add mkinstalldirs2006-10-11 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * NEWS, configure.in: set version to 2.2 * src/windiv.c: fix vmc_tell function2006-07-30 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * Makefile.am: add autogen.sh to EXTRA_DIST * configure.in: change default baud rate to 115200 * configure.in: change version to 2.2-rc2 * autogen.sh: copy mkinstalldir by hand, as automake doesn't copy it anymore in non-aux-dir mode but gettext requires it2006-07-23 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * configure.in: change version to 2.2-rc1 2006-04-04 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * po/vi.po, configure.in: Add vietnamese translation. Thanks translation team.2006-04-02 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * src/window.h: Add printf attribute to wprintf prototype so that gcc can check the format strings and arguments. * src/config.c, src/configsyms.c, src/vt100.c, src/rwconf.c: User configurable ENQ response, patch by Luke Suchocki2006-03-07 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * po/no.po, configure.in: Add norwegian translation, Thanks to Pal Drange!2006-02-21 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * po/zh_TW.po, configure.in: Add traditional chinese translation, Thanks translation team.2006-01-14 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * po/sv.po, configure.in: Add swedish translation. Thanks translation team.2005-11-27 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * src/rwconf.c: When reading the configuration file respect really long lines.2005-11-09 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * src/util.c: Fix two off-by-one errors in get_port when handling strings.2005-11-06 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * man/minicom.1: Update man page a bit.2005-11-05 Martin Godisch <martin@godisch.de> * COPYING Updated FSF address.2005-11-03 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * src/window.c: winschar2(): do not allocate buffer statically on the stack but use malloc so that the stack can not be overwritten. Thanks to Christian Aichinger * configure.in, po/da.po Add danish translation from the translation team, thanks!2005-10-31 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * src/config.c, src/common.c, src/dial.c, src/main.c, src/minicom.c, src/rwconf.c, configure.in Remove macros option, macros are always included now * src/config.c, src/dial.c, src/minicom.c, src/main.c, src/configsyms.h, src/minicom.h, src/rwconf.c Apply patch by Chris Smith to save linefeed and local echo in the configuration and change those as well as the baud rate in the macros, Thanks Chris! * configure.in, src/dial.c, src/help.c, src/ipc.c, src/minicom.c, src/minicom.h, src/port.h, src/vt100.c, src/wkeys.c Remove code that works without select, select should be available everywhere...2005-10-03 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * src/config.c, src/configsym.h, src/minicom.c, src/minicom.h, src/rwconf.c: Remove distinction of private/public configuration options, everything is public now. (Documentation still needs to be updated.)2005-08-21 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * configure.in, src/config.c, src/minicom.c, src/help.c, src/minicom.h, src/window.c, src/window.h Remove history and history search options, have been always enabled, now always included.2005-08-14 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * src/Makefile.am, src/charmap.h, src/common.c, src/config.c, src/dial.c, src/file.c, src/minicom.c, src/minicom.h, src/rwconf.c, src/updown.c, src/vt100.c, src/windiv.c, src/window.c, src/window.h Apply minicom-i18n patch by Miloslav Trmac, thanks!2005-08-07 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * src/minicom.c, src/minicom.h: Use a single string for options instead of multiple macros, needlessly complicates the printf * configure.in, doc/RedHat, src/main.c, src/minicom.c, src/minicom.h, src/window.h, doc/Makefile.am Remove Redhat 4.1 option and extra code, should not be needed anymore. * po/cs.po: Fix typo, patch by Miloslav Trmac * Makefile.am, configure.in, doc/Makefile.am, extras/Makefile.am, extras/linux/Makefile.am, extras/tables/Makefile.am, extras/termcap/Makefile.am, extras/terminfo/Makefile.am, lib/Makefile.am, man/Makefile.am, src/Makefile.am, acinclude.m4 Apply most of the minicom-tools patch by Miloslav Trmac, thanks!2005-08-04 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * src/ascii-xfr.c, src/common.c, src/config.c, src/configsym.h, src/dial.c, src/file.c, src/getsdir.c, src/getsdir.h, src/ipc.c, src/keyserv.c, src/main.c, src/minicom.c, src/minicom.h, src/port.h, src/script.c, src/sysdep1.c, src/sysdep2.c, src/updown.c, src/util.c, src/vt100.c, src/vt100.h, src/wildmat.c, src/windiv.c, src/window.c, src/window.h, src/wkeys.c: Incorporate minicom-ansi patch by Miloslav Trmac, thanks! Remaining ANSI prototypes, remove _PROTO, whitespaces, lots of 'const' additions2005-05-30 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * src/script.c: fixed line counting in readscript(), do not store complete comment lines, based on patch by Oisin Curtin * src/script.c: add --version switch to print version info2005-05-21 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * autogen.sh: Add check after call to aclocal to make sure it was successful (and available at all).2005-05-08 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * po/rw.po: added (but not many translations)2005-03-29 Martin Godisch <martin@godisch.de> * man/minicom.1: Fixed manual typos (Debian #301931).2005-03-24 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * src/vt100.c: Flush capture file after every write so that output goes to the file immediately, half flushed log files are usually annoying. Causes a write syscall for every call though.2004-12-29 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * src/window.c: Do not declare static char *BC, it is also defined in /usr/include/termcap.h and breaks to compile with gcc-4.0.2004-12-04 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * src/window.c: in non-wrap mode, only emit the ">" if the line is over the window width, not exactly the window width2004-11-10 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * src/dial.c: check for error for fwrite in writedialdir()2004-10-10 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * src/vt100, src/window.c, src/window.h: Apply patch by Christian Helmuth adding character erasing (ESC[xX).2004-04-18 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * src/window.c: some cleanups, use "NULL" a bit more.2004-04-12 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * src/window.h,src/{updown,window}.c: Substitue NIL_FUNLIST with NULL. * src/window.h,src/{config,window}.c: Substitute NIL_FUN with NULL. * src/window.h,src/config.c: Substitute MENU_END with NULL. * src/{config,dial,main,minicom,updown,vt100,windiv,window}.c,src/window.h: Substitute NIL_WIN with NULL and friends. * src/window.c: If wraplines is off, put a '>' as the last character of the line, previously there was the last character of the string, leading to confusion2004-04-01 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * autogen.sh, Makefile.am, configure.in: Several cleanups, especially autogen.sh, only call the relevant auto*-programs, don't copy gettext into the tree, use automake-1.82004-02-14 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * src/ascii-xfr.c: lineout(): use write instead of putchar to avoid libc interference based on a patch by Olav Kongas; use sizeof(var) instead of hardcoding buffer sizes, use *_FILENO macros instead of hardcoding values2004-01-08 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * po/de.po: Update.2003-12-03 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * NEWS, po/ro.po, configure.in: Added romanian translation.2003-11-16 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * src/minicom.c: Reintroduce -8 option to force 8bit mode since we switch to 7bit mode if not LANG or LC_ALL is set2003-11-15 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * man/minicom.1: Adapt manpage to -7/-8 changes. * man/minicom.1: Add documentation for C-A Y. * src/minicom.c, src/help.c, src/updown.c, src/minicom.h: Apply paste_file patch by Wan Tat Chee <tcwan@cs.usm.my>2003-11-12 Martin Godisch <martin@godisch.de> * po/pl.po: updated Polish localization, thanks to Wiesiek (Debian #220396)2003-10-31 Martin Godisch <martin@godisch.de> * man/ascii-xfr.1, man/minicom.1, man/runscript.1, man/xminicom.1: fixed dashes in manual pages2003-10-30 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * src/Makefile.am: also consider libintl for minicom.keyserv builds, thanks Falk Hayn <Falk.Hayn@gmx.de>2003-10-26 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * po/de.po, configure.in: New de translation, thanks to Jochen Hein <jochen@jochen.org> * src/minicom.c, src/config.c: "sysadm" -> "sysadmin" * Makefile.am: remove aux from EXTRA_DIST since we don't have that anymore2003-10-17 gettextize <bug-gnu-gettext@gnu.org> * configure.in (AC_OUTPUT): Add intl/Makefile.2003-09-28 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * src/script.c: fix some compiler warnings by making variables volatile (warning: variable `foo' might be clobbered by `longjmp' or `vfork'), not all occurences could be fixed though2003-09-27 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * src/util.c: fastexec(): disable execution through a shell, this is potentially security relevant (e.g. user selects a file with embedded shellcode for upload), so disable it for now and see if someone complains * src/script.c: - readscript(): make static, close filehandle after reading (thanks to Rogerio Pereira Junior <rogerio@abcinfo.com.br>) - fix segfault in one-line expect calls - workaround a stupid error where someone allocated just 81 static bytes to read whole input lines and didn't check if not the whole lines was read; just enlarge the buffer and add a check if it looks it would overflow2003-09-13 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * src/script.c: add "'s around every message mentioning paths * src/minicom.c: put whole helptext info one printf call (helps translators) * src/dial.c: move comment to translator comment * src/config.c: doproto(): add translator comment2003-09-12 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * src/file.c: fix typo, Thanks Jochen new_filedir(): separate messages from a single printf to help translators * src/dial.c: writedialdir(): clarify some error messages, dial(): unify some messages to help translators, dedit(): help translators, i.e. make sure we always overwrite full words Thanks Jochen2003-09-11 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * src/config.c: Make wputs calls more translator friendly. * src/minicom.c: Rewrite conditional helptext printf to help translators.2003-08-17 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * configure.in: add AM_INIT_AUTOMAKE2003-08-16 Adam Lackorzynski <adam@os.inf.tu-dresden.de> * acinclude.m4, configure.in: remove --enable-cfg-dir option, we have the sysconfdir option, properly set directories from configure in config.h, adopt AC_DEFINE_DIR for new autoconf, fix some configure.in init things
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -