Skip to content

Commit

Permalink
mlterm: update to 3.8.7.
Browse files Browse the repository at this point in the history
Changes noted in doc/en/ReleaseNote:

ver 3.8.7
* Support sixel graphics extension and option1 of
  kmiya-culti/RLogin#22 (comment)
* Support Cygwin/x86_64.
* Support PS2 mouse and PC98 bus mouse on FreeBSD 4.x or before.
* Support iOS/Cocoa Touch. (see doc/en/README.cocoatouch)
* Support scrolling by flick on Android and iOS.
* Update unicode property table (generated from UnicodeData.txt and
  EastAsianWidth.txt) to version 11.0.0.
* Add "autoscroll" to OSC 5379.
* Long press at the lower right corner instead of the entire screen shows
  context menu.
* Change the maximum number of sixel graphics palette colors from 256 to 1024.
* Bug fixes:
  Fix segfault of mlconfig when GTK_IM_MODULE=uim.
  Fix wrong XSizeHints which causes unexpected resizing.
  • Loading branch information
tsutsui committed Nov 1, 2018
1 parent 7eb3d0d commit 651ae02
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions x11/mlterm/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.142 2018/06/22 14:17:15 tsutsui Exp $
# $NetBSD: Makefile,v 1.143 2018/11/01 15:11:07 tsutsui Exp $

DISTNAME= mlterm-3.8.6
DISTNAME= mlterm-3.8.7
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mlterm/}

Expand Down
3 changes: 2 additions & 1 deletion x11/mlterm/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.40 2018/08/18 01:32:23 ryoon Exp $
@comment $NetBSD: PLIST,v 1.41 2018/11/01 15:11:07 tsutsui Exp $
bin/mlcc
bin/mlclient
bin/mlclientx
Expand Down Expand Up @@ -55,6 +55,7 @@ ${PLIST.xft2}lib/mlterm/libtype_xft.la
libexec/mlterm/mlconfig
libexec/mlterm/mlimgloader
libexec/mlterm/mlterm-menu
man/man1/mlcc.1
man/man1/mlclient.1
man/man1/mlterm.1
share/doc/mlterm/en/FAQ
Expand Down
10 changes: 5 additions & 5 deletions x11/mlterm/distinfo
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.73 2018/06/22 14:17:15 tsutsui Exp $
$NetBSD: distinfo,v 1.74 2018/11/01 15:11:07 tsutsui Exp $

SHA1 (mlterm-3.8.6.tar.gz) = b05b79be27e09364359c62a887df5ee430700d76
RMD160 (mlterm-3.8.6.tar.gz) = 656ae894439c19324513f4272484a8f2e0528131
SHA512 (mlterm-3.8.6.tar.gz) = da87a72fd31dbb1e0a4779ec070a5ef2a62a0861a114b61d57d564069c15eb927f26fb47d4973ac6f6c06d99abc2899502e8210f5f3e1c6d97d0b8b52414dfb1
Size (mlterm-3.8.6.tar.gz) = 3952815 bytes
SHA1 (mlterm-3.8.7.tar.gz) = 040363ea4428fbdbeaa49cf402f71f41b8dbaea7
RMD160 (mlterm-3.8.7.tar.gz) = 4a9a4a053a6ae4c431564c84051a7ed95acaa311
SHA512 (mlterm-3.8.7.tar.gz) = 6d2087d1433918f476e35dbde8d79940170fa6f133b9122e1db19006afc5081dbad7ed487bfa939b3d92ea29f3843a2b7c5540dc05e54b3c568bbe76ceb66ad2
Size (mlterm-3.8.7.tar.gz) = 3994292 bytes
SHA1 (patch-configure) = b29ee553686061f8fd0f93b8c1d68954c060338d
SHA1 (patch-etc_font-fb) = 03f0b2ecee20ef3201c8e4ce17f03ac90f657b00

0 comments on commit 651ae02

Please sign in to comment.