Skip to content

Commit b81b9bd

Browse files
committed
Update for 1.0 beta 3 release
1 parent a1816d6 commit b81b9bd

File tree

5 files changed

+40
-9
lines changed

5 files changed

+40
-9
lines changed

ChangeLog

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
2018-05-28: beta 3 release:
2+
* src: numbertext renamed to spellout
3+
* libnumbertext: fix cppcheck warnings by Julien Nabet
4+
* java: add -encoding utf8 to javac call by Rene Engelhard
5+
* LO extension: default capitalization, missing capitalization
6+
was reported by TileStonePro
7+
* bg.sor: new Bulgarian module by Mihail Balabanov
8+
* cs.sor: fix for ordinal numbers, bug report by Stanislav Horáček
9+
* hu.sor: add number, letter, day and month affixation
10+
for extended number, cross reference and date formats
11+
* is.sor: new Icelandic module by László Németh
12+
* it.sor: add missing groups in ordinal numbers,
13+
the problem was reported by Valter Mura
14+
* lt.sor: fix typo, correct ordinal-number,
15+
problem was reported by Modestas Rimkus
16+
* ru.sor: ordinal numbers and fixes by Mike Kaganski
17+
* sl.sor: ordinals, also genders and adverbials,
18+
using also information by Martin Srebotnjak
19+
* sv.sor: fix typos
20+
* zh.sor: real native Simplified Chinese expressions by Suokunlong
21+
* *.xcu:
22+
- Bulgarian translation by Mihail Balabanov
23+
- Spanish translation by Adolfo Jayme Barrientos
24+
- fix typo by Rene Engelhard
25+
* web:
26+
- fix typo by Adolfo Jayme Barrientos
27+
- add Bulgarian and Icelandic modules
28+
129
2018-04-26: László Németh (nemeth numbertext org):
230
* rename numbertext executable to spellout,
331
add default data path: /usr/share/numbertext

README

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Soros interpreters for C++11, Java, JavaScript and Python
22

33
Language-neutral NUMBERTEXT and MONEYTEXT functions for LibreOffice Calc
44

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

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

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

4344
af Africaans
45+
bg Bulgarian
4446
ca Catalan
4547
cs Czech
4648
da Danish
@@ -64,6 +66,7 @@ he Hebrew
6466
hr Croatian
6567
hu Hungarian
6668
id Indonesian
69+
is Icelandic
6770
it Italian
6871
ja Japanese
6972
ko South-Korean

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
m4_define([numbertext_version_major],[1])
22
m4_define([numbertext_version_minor],[0])
3-
m4_define([numbertext_version_micro],[1])
4-
m4_define([numbertext_version],[numbertext_version_major.numbertext_version_minor.numbertext_version_micro-3])
3+
m4_define([numbertext_version_micro],[2])
4+
m4_define([numbertext_version],[numbertext_version_major.numbertext_version_minor.numbertext_version_micro])
55

66
AC_PREREQ([2.68])
77

java/Manifest.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Main-Class: org.numbertext.Numbertext
2-
Implementation-Version: 1.0b2
3-
Implementation-Date: 2018-04-26
2+
Implementation-Version: 1.0b3
3+
Implementation-Date: 2018-05-28

web/index.html.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,27 +117,27 @@
117117
<div class="col-md-3 col-sm-6">
118118
<div class="service"> <i class="fa fa-table"></i>
119119
<h3>LibreOffice</h3>
120-
<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>
120+
<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>
121121
(<a href="https://extensions.libreoffice.org/extensions/numbertext-1/1-0-beta">description</a>)</p>
122122
</div>
123123
</div>
124124
<div class="col-md-3 col-sm-6">
125125
<div class="service"> <i class="fa fa-cogs"></i>
126126
<h3>C++</h3>
127-
<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>
127+
<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>
128128
</div>
129129
</div>
130130
<div class="col-md-3 col-sm-6">
131131
<div class="service"> <i class="fa fa-coffee"></i>
132132
<h3>Java</h3>
133-
<p>JAR package: <a href="https://github.com/Numbertext/libnumbertext/releases/download/1.0.beta2/numbertext.jar">numbertext.jar</a> (1.0 beta 2).
133+
<p>JAR package: <a href="https://github.com/Numbertext/libnumbertext/releases/download/1.0.beta3/numbertext.jar">numbertext.jar</a> (1.0 beta 3).
134134
Usage: java -jar numbertext.jar</p>
135135
</div>
136136
</div>
137137
<div class="col-md-3 col-sm-6">
138138
<div class="service"><i class="fa fa-pencil"></i>
139139
<h3>Python & JavaScript</h3>
140-
<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>
140+
<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>
141141
</div>
142142
</div>
143143
</div>

0 commit comments

Comments
 (0)