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

Unified Diff: third_party/hunspell/README.chromium

Issue 2587363003: [spellcheck] Updated Hunspell to 1.6.0 (Closed)
Patch Set: Handled presubmit warnings 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/google.patch » ('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..cb0eb94f5129532cc5baf733bf2eea4879455f6e 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
+Version: 1.6.0
License: MPL 1.1/GPL 2.0/LGPL 2.1
-License File: COPYING
+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.
* 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/google.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698