Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: third_party/hunspell/README.chromium

Issue 2587363003: [spellcheck] Updated Hunspell to 1.6.0 (Closed)
Patch Set: Fix README symlink Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/hunspell/README ('k') | third_party/hunspell/src/hunspell/README » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/hunspell/README.chromium
diff --git a/third_party/hunspell/README.chromium b/third_party/hunspell/README.chromium
index ca78649048c9b4c5df4c9b0c10b8e7df2815836d..5034abba644534179fffa13076ba7ab929278be1 100644
--- a/third_party/hunspell/README.chromium
+++ b/third_party/hunspell/README.chromium
@@ -1,13 +1,13 @@
Name: hunspell
URL: http://hunspell.sourceforge.net/
-Version: 1.5.4
-License: MPL 1.1/GPL 2.0/LGPL 2.1
-License File: COPYING
+Version: 1.6.0
+License: MPL 1.1/GPL 3/LESSER 3
+License File: COPYING.MPL
Security Critical: yes
Description:
-This is a partial copy of Hunspell 1.5.4 with the following changes:
-* Remove '#include "config.h"' from src/hunspell/hunspell.hxx
+This is a partial copy of Hunspell 1.6.0 with the following changes:
+* Move README.md onto the README symlink.
groby-ooo-7-16 2017/01/11 18:40:12 Well, since you said Windows doesn't like symlinks
Kevin Bailey 2017/01/11 19:10:51 Not sure if you're looking at an old snapshot, but
* Change src/hunspell/filemgr.hxx and src/hunspell/filemgr.cxx to use
LineIterator.
* Add ScopedHashEntry, which creates temporary hentry objects, to
@@ -27,7 +27,7 @@ steps, or simply run update_google_patch.sh from the commandline.
1) Checkout hunspell:
$ git clone https://github.com/hunspell/hunspell.git
$ cd hunspell
- $ git checkout v1.5.4
+ $ git checkout v1.6.0
2) Apply the existing patch:
$ patch -p0 -i ~/src/third_party/hunspell/google.patch
3) Make your new changes inside the CVS hunspell directory.
« no previous file with comments | « third_party/hunspell/README ('k') | third_party/hunspell/src/hunspell/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698