Skip to content

Commit

Permalink
v1.7.1
Browse files Browse the repository at this point in the history
git-svn-id: http://prometheus-srv.uni-koeln.de/svn/lingo/trunk@176 65a00323-044e-4092-b5f7-804f0b922b11
  • Loading branch information
blackwinter committed Oct 24, 2011
1 parent b5812b7 commit c82d7fe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
= Revision history for lingo

== 1.7.1 [unreleased]
== 1.7.1 [2011-10-24]

* Multiworder actually finds the *longest* matching multiword group.
* Multiword entries in SingleWord dictionaries now respect <tt>def-wc</tt>;
new parameter <tt>def-mul-wc</tt> to control the word class for multiword
entries (defaults to <tt>def-wc</tt>). Use <tt>def-mul-wc: 'm'</tt> in your
<tt>.lang</tt> to restore the previous behaviour.

* New Attendee::Formatter for configurable output formatting as an alternative
to Attendee::Textwriter.
* New basic input filters to enable indexing of HTML/XML (and PDF?) files.
* Updated the system dictionary.
* Switched license to Affero GPL.

== 1.7.0 [2010-12-15]

Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require './lib/diff/lcs'
require './lib/diff/lcs/ldiff'

PACKAGE_NAME = 'lingo'
LINGO_VERSION = '1.7.0'
LINGO_VERSION = '1.7.1'
PACKAGE_PATH = "pkg/#{PACKAGE_NAME}-#{LINGO_VERSION}"

# Diese Dateien werden mit dem Aufruf von 'rake clean' gelöscht
Expand Down

0 comments on commit c82d7fe

Please sign in to comment.