summaryrefslogtreecommitdiff
path: root/inputmethod/mozc-server
diff options
context:
space:
mode:
authorryoon <ryoon>2014-10-25 21:03:30 +0000
committerryoon <ryoon>2014-10-25 21:03:30 +0000
commitc7d386359960d071d939fd5fea6c8e5cae92f95f (patch)
treeb6dc76e8f082690438c593762796db0c433dfb29 /inputmethod/mozc-server
parent90a66cbe33ddbe5bdb6bd15e70a79bcc84fce60c (diff)
downloadpkgsrc-c7d386359960d071d939fd5fea6c8e5cae92f95f.tar.gz
Update to 1.15.1895.102 from 1.15.1834.102
Changelog: r350 2014-10-12 1.15.1895.102 - r323 2014-08-24 1.15.1869.102 You can check out Mozc r350 as follows. gclient sync --revision=350 Summary of changes between 1.15.1869.102 (r323) and 1.15.1895.102 (r350). Build related changes: Android build is now tested with NDK r10b only Ubuntu 14.04 is now experimentally supported as a build environment. See mozc/docker/ubuntu14.04/Dockerfile. Fixed issues: FIX: Partial suggestion for numbers are not annotated by <部分確定> ( Issue 250 ) FIX: Meaningless candidates are displayed on the Start Screen in Windows 8 and later ( Issue 249 ) Commit summary: r350: Use StringPiece to avoid unnecessary instantiation of std::string r349: Introduce Util::ConcatStrings to reduce string copy r348: Do not make the destructor virtual unless it is necessary part 2 r347: Do nothing if the key string passed to the converter is empty r346: Fix Year 2038 Problem in UserHistoryStorage r345: Do not make the destructor virtual unless it is necessary r344: Add supportedOS GUID for Windows 10 r343: Use apt command instead of apt-get command in Ubuntu 14.04 r342: Tidy up UserHistoryPredictor::InsertHistory r341: Reorder logical AND conditions just for readability r340: Remove a redundant length check r339: Roll jsoncpp 4b687640cbc197e8:11086dd6a7eba042 r338: Roll gyp r1972:r1987 r337: Roll breakpad r1354:r1374 r336: Use Util::EndsWith when appropriate r335: Stop unnecessarily using uint64 variable for uint32 data part 2 r334: Stop unnecessarily using uint64 variable for uint32 data r333: Fix a typo in a test name r332: Fix style violations in header include guards r331: Propagate information of partial suggestion in the number rewriter r330: Add an all-in-one Dockerfile to build Mozc for Android and Linux desktop (Ubuntu 14.04 edition) r329: Disable ITfFnSearchCandidateProvider until ITfIntegratableCandidateListUIElement is implemented r328: Use Android NDK r10b in the reference build environment part 2 r327: Use Android NDK r10b in the reference build environment r326: Make sure to use correct 'NM' and 'READELF' in cross build r325: Roll gyp r1958:r1971 r324: Update copyright year notice in the about dialog r323: Update line number attributes in Qt message files r318 2014-08-17 1.15.1868.102 - r307 2014-08-03 1.15.1857.102 You can check out Mozc r318 as follows. gclient sync --revision=318 Summary of changes between 1.15.1868.102 (r318) and 1.15.1857.102 (r307). Build related changes: Visual C++ 2013 is now supported to build Mozc binaries. ( Issue 244 ) Fixed issues: FIX: Support Visual C++ 2013 ( Issue 244 ) FIX: 'Set input mode to X' commands do not work while input mode is set to "Direct Input" ( Issue 246 ) FIX: Remove shortcut keys for Japanese IME for intra IME mode switching (Issue chromium:310698) Commit summary: r318: Fix a typo in a build rule for OS X r317: Introduce a new keymap for Chromium OS device r316: Move GetDefaultKeyMap from keymap::KeyMapManager to config::ConfigHandler r315: Support 'Set input mode to X' in DirectInput mode on Linux, NaCl and Android r314: Enable Ninja's console pool feature for 'ant' tasks in Android build r313: Suppress build time message for the clean build log, especially when being built with Ninja r312: Update symbol dictionary r311: Roll protobuf r489:r512 r310: Include Visual C++ 2013 merge modules when necessary r309: Use the workaroud for KB 813540 only for Visual C++ 2010 r308: Remove an unnesesary blank line r307: Roll WTL r460:r587 part 2 r303 2014-08-03 1.15.1856.102 - r282 2014-07-20 1.15.1835.102 You can check out Mozc r303 as follows. gclient sync --revision=303 Summary of changes between 1.15.1856.102 (r303) and 1.15.1835.102 (r282). Build related changes: Android build is now tested with NDK r10 only OS X 10.5/10.6 are no longer supported as the target platform. ( Issue 242 ) OS X build now uses libc++ instead of libstdc++. Fixed issues: FIX: mozc.el should conform Emacs Lisp library header conventions ( Issue 213 ) FIX: GetMachPortName fails on OS X 10.10 Yosemite ( Issue 241 ) FIX: Discontinue the support of OS X 10.5/10.6 ( Issue 242 ) Commit summary: r303: Remove an unnecessary directry search rule r302: Switch to libc++ for better C++11 support r301: Change the minimum supported OS X version to 10.7 r300: Rely on predictable Mach port name for OS X r299: Change the group ID of the installed files from admin(80) to wheel(0) for Mac OS X r298: Fix missing copyright notice and license notice at the top of the file r297: Simplify build rules for Mac r296: Use Android NDK r10 r295: Remove unused function in auto-generated code r294: Fix code signing error on Mac OS X Marveriks r293: Remove a workaround against copy-on-write implementation of std::string r292: Use C++11 auto keyword r291: Roll WTL r460:r587 r290: Roll protobuf r463:r488 r289: Roll jsoncpp ea0797351fbabd3e:3a0c4fcc82d25d18 r288: Roll gyp r1949:r1957 r287: Roll gtest r682:r692 and gmock r472:r485 r286: Roll breakpad r1239:r1353 r285: Better conforms to the emacs library standard r284: Adds autoload magic comments r283: Use more appropriate and descriptive constant for OK/Cancel dialog r282: Include twelvekeys_toggle_flick_alphabet_scenario.txt in the test scenario list
Diffstat (limited to 'inputmethod/mozc-server')
-rw-r--r--inputmethod/mozc-server/Makefile.common4
-rw-r--r--inputmethod/mozc-server/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/inputmethod/mozc-server/Makefile.common b/inputmethod/mozc-server/Makefile.common
index 0d36dbf8c1b..599cc570f9b 100644
--- a/inputmethod/mozc-server/Makefile.common
+++ b/inputmethod/mozc-server/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.13 2014/09/05 14:52:13 joerg Exp $
+# $NetBSD: Makefile.common,v 1.14 2014/10/25 21:03:30 ryoon Exp $
# used by inputmethod/ibus-mozc/Makefile
# used by inputmethod/mozc-elisp/Makefile
# used by inputmethod/mozc-server/Makefile
@@ -7,7 +7,7 @@
# used by inputmethod/uim-mozc/Makefile
#
-DISTNAME= mozc-1.15.1834.102
+DISTNAME= mozc-1.15.1895.102
CATEGORIES= inputmethod
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pnsft-aur/}
EXTRACT_SUFX= .tar.xz
diff --git a/inputmethod/mozc-server/distinfo b/inputmethod/mozc-server/distinfo
index 258802c22b9..bcfb6bd152d 100644
--- a/inputmethod/mozc-server/distinfo
+++ b/inputmethod/mozc-server/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.9 2014/07/19 09:03:04 ryoon Exp $
+$NetBSD: distinfo,v 1.10 2014/10/25 21:03:30 ryoon Exp $
-SHA1 (mozc-1.15.1834.102.tar.xz) = 77f062eb9b8f860a9a566c8e70160c038a7f8a1a
-RMD160 (mozc-1.15.1834.102.tar.xz) = a9c7ed8cca7cc22152c2967e722764b26750aaec
-Size (mozc-1.15.1834.102.tar.xz) = 32444272 bytes
+SHA1 (mozc-1.15.1895.102.tar.xz) = 28ecf5bfec1706cbffbb73ae6c831158b30af9bd
+RMD160 (mozc-1.15.1895.102.tar.xz) = 029fa3fdd0f410056fcfcfa897dfc6f229425bef
+Size (mozc-1.15.1895.102.tar.xz) = 32468784 bytes
SHA1 (uim-mozc-334.tar.xz) = af86ce7a04b291629bd5dc56d5c1115332954a91
RMD160 (uim-mozc-334.tar.xz) = b988667237f65e61fabf3935f83f5d21a8059f4e
Size (uim-mozc-334.tar.xz) = 30544 bytes