Skip to content

Commit

Permalink
Update for 1.0 beta 3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
laszlonemeth committed May 28, 2018
1 parent a1816d6 commit b81b9bd
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 9 deletions.
28 changes: 28 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
2018-05-28: beta 3 release:
* src: numbertext renamed to spellout
* libnumbertext: fix cppcheck warnings by Julien Nabet
* java: add -encoding utf8 to javac call by Rene Engelhard
* LO extension: default capitalization, missing capitalization
was reported by TileStonePro
* bg.sor: new Bulgarian module by Mihail Balabanov
* cs.sor: fix for ordinal numbers, bug report by Stanislav Horáček
* hu.sor: add number, letter, day and month affixation
for extended number, cross reference and date formats
* is.sor: new Icelandic module by László Németh
* it.sor: add missing groups in ordinal numbers,
the problem was reported by Valter Mura
* lt.sor: fix typo, correct ordinal-number,
problem was reported by Modestas Rimkus
* ru.sor: ordinal numbers and fixes by Mike Kaganski
* sl.sor: ordinals, also genders and adverbials,
using also information by Martin Srebotnjak
* sv.sor: fix typos
* zh.sor: real native Simplified Chinese expressions by Suokunlong
* *.xcu:
- Bulgarian translation by Mihail Balabanov
- Spanish translation by Adolfo Jayme Barrientos
- fix typo by Rene Engelhard
* web:
- fix typo by Adolfo Jayme Barrientos
- add Bulgarian and Icelandic modules

2018-04-26: László Németh (nemeth numbertext org):
* rename numbertext executable to spellout,
add default data path: /usr/share/numbertext
Expand Down
5 changes: 4 additions & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Soros interpreters for C++11, Java, JavaScript and Python

Language-neutral NUMBERTEXT and MONEYTEXT functions for LibreOffice Calc

version 1.0 beta 2 (2018-05-03)
version 1.0 beta 3 (2018-05-28)

Numbertext LibreOffice extension,
Soros programming language specification (draft) and IDE*,
Expand All @@ -19,6 +19,7 @@ Numbertext language data (Soros programs):
License: LGPL-3+/Modified BSD dual-license (except Serbian)

Copyright: 2009-2018 (C) László Németh et al. (see AUTHORS)
Bulgarian: 2018 (C) Mihail Balabanov (m dot balabanov at gmail dot com)
Croatian: 2014 (C) Mihovil Stanić (mihovil dot stanic at gmail dot com)
Hebrew module: 2010 (C) Alex Bodnaru (alexbodn at 012 dot net dot il):
French (Belgian and Swiss): 2009 (C) Olivier Ronez
Expand All @@ -41,6 +42,7 @@ WITHOUT WARRANTY OF ANY KIND, either express or implied.
= Supported languages in this version =

af Africaans
bg Bulgarian
ca Catalan
cs Czech
da Danish
Expand All @@ -64,6 +66,7 @@ he Hebrew
hr Croatian
hu Hungarian
id Indonesian
is Icelandic
it Italian
ja Japanese
ko South-Korean
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
m4_define([numbertext_version_major],[1])
m4_define([numbertext_version_minor],[0])
m4_define([numbertext_version_micro],[1])
m4_define([numbertext_version],[numbertext_version_major.numbertext_version_minor.numbertext_version_micro-3])
m4_define([numbertext_version_micro],[2])
m4_define([numbertext_version],[numbertext_version_major.numbertext_version_minor.numbertext_version_micro])

AC_PREREQ([2.68])

Expand Down
4 changes: 2 additions & 2 deletions java/Manifest.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Main-Class: org.numbertext.Numbertext
Implementation-Version: 1.0b2
Implementation-Date: 2018-04-26
Implementation-Version: 1.0b3
Implementation-Date: 2018-05-28
8 changes: 4 additions & 4 deletions web/index.html.in
Original file line number Diff line number Diff line change
Expand Up @@ -117,27 +117,27 @@
<div class="col-md-3 col-sm-6">
<div class="service"> <i class="fa fa-table"></i>
<h3>LibreOffice</h3>
<p>Extension with NUMBERTEXT and MONEYTEXT spreadsheet functions: <a href="https://extensions.libreoffice.org/extensions/numbertext-1/1-0-beta/@@download/file/numbertext-1.0b2.oxt">numbertext-1.0b2.oxt</a>
<p>Extension with NUMBERTEXT and MONEYTEXT spreadsheet functions: <a href="https://extensions.libreoffice.org/extensions/numbertext-1/1-0-beta/@@download/file/numbertext-1.0b3.oxt">numbertext-1.0b3.oxt</a>
(<a href="https://extensions.libreoffice.org/extensions/numbertext-1/1-0-beta">description</a>)</p>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="service"> <i class="fa fa-cogs"></i>
<h3>C++</h3>
<p>Source distribution (1.0 beta 2): <a href="https://github.com/Numbertext/libnumbertext/releases/download/1.0.beta2/libnumbertext-1.0.1-3.tar.xz">libnumbertext-1.0.1-3.tar.xz</a> (<a href="https://github.com/Numbertext/libnumbertext/releases/tag/1.0.beta2">installation</a>)</p>
<p>Source distribution (1.0 beta 3): <a href="https://github.com/Numbertext/libnumbertext/releases/download/1.0.beta3/libnumbertext-1.0.2.tar.xz">libnumbertext-1.0.2.tar.xz</a> (<a href="https://github.com/Numbertext/libnumbertext/releases/tag/1.0.beta3">installation</a>)</p>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="service"> <i class="fa fa-coffee"></i>
<h3>Java</h3>
<p>JAR package: <a href="https://github.com/Numbertext/libnumbertext/releases/download/1.0.beta2/numbertext.jar">numbertext.jar</a> (1.0 beta 2).
<p>JAR package: <a href="https://github.com/Numbertext/libnumbertext/releases/download/1.0.beta3/numbertext.jar">numbertext.jar</a> (1.0 beta 3).
Usage: java -jar numbertext.jar</p>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="service"><i class="fa fa-pencil"></i>
<h3>Python & JavaScript</h3>
<p>Interpreters: <a href="https://github.com/Numbertext/libnumbertext/blob/master/src/Soros.py">Soros.py</a> and <a href="https://github.com/Numbertext/libnumbertext/blob/master/src/Soros.js">Soros.js</a>. For usage, see source distribution (<a href="https://github.com/Numbertext/libnumbertext/archive/1.0.beta2.zip">zip</a> or <a href="https://github.com/Numbertext/libnumbertext/archive/1.0.beta2.tar.gz">tar.gz</a>).</p>
<p>Interpreters: <a href="https://github.com/Numbertext/libnumbertext/blob/master/src/Soros.py">Soros.py</a> and <a href="https://github.com/Numbertext/libnumbertext/blob/master/src/Soros.js">Soros.js</a>. For usage, see source distribution (<a href="https://github.com/Numbertext/libnumbertext/archive/1.0.beta3.zip">zip</a> or <a href="https://github.com/Numbertext/libnumbertext/archive/1.0.beta3.tar.gz">tar.gz</a>).</p>
</div>
</div>
</div>
Expand Down

0 comments on commit b81b9bd

Please sign in to comment.