Skip to content

Commit f5d6806

Browse files
committed
[1.0] prepare next release
1 parent 4ec3c24 commit f5d6806

File tree

6 files changed

+36
-12
lines changed

6 files changed

+36
-12
lines changed

ChangeLog

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
2018-07-01: 1.0 release:
2+
* libnumbertext:
3+
- load Bokmål (nb) and Nynorsk (nn) from no.sor
4+
- code clean-up by Miklós Vajna
5+
- enable-boost option by Tomáš Chvátal
6+
- keep CXXFLAGS configurable, bug report by Stephan Bergmann
7+
* data:
8+
- 4(+1) new language modules and several fixes
9+
* gl.sor: new Galician module by Adrian Chaves
10+
* no.sor: new Norwegian Bokmål and Nynorsk modules
11+
* sq.sor: new Albanian module
12+
* uk.sor: new Ukrainian module based on Russian
13+
* ca.sor: fix ordinal indicators
14+
* da.sor: remove double spaces in money amounts
15+
* es.sor: use plural for 0 (in currency) by Adrian Chaves
16+
* fi.sor: fix currency names and large cardinals by Tuomas Hietala
17+
* hu.sor: various suffixation + spell out + article support with
18+
numbers, references and date names for new NatNum12 number format
19+
modifier of LibreOffice, for example, extending default date formats.
20+
* ru.sor: fix ordinal-neuter
21+
* tr.sor: add ordinal numbers
22+
* web:
23+
- add "Functions (help)" menu item to show help of the modules
24+
125
2018-05-28: beta 3 release:
226
* src: numbertext renamed to spellout
327
* libnumbertext: fix cppcheck warnings by Julien Nabet

README

Lines changed: 1 addition & 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 3 (2018-05-28)
5+
version 1.0 (2018-07-28)
66

77
Numbertext LibreOffice extension,
88
Soros programming language specification (draft) and IDE*,

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0b3
1+
1.0

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
m4_define([numbertext_version_major],[1])
22
m4_define([numbertext_version_minor],[0])
3-
m4_define([numbertext_version_micro],[2])
3+
m4_define([numbertext_version_micro],[3])
44
m4_define([numbertext_version],[numbertext_version_major.numbertext_version_minor.numbertext_version_micro])
55

66
AC_PREREQ([2.68])

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.0b3
3-
Implementation-Date: 2018-05-28
2+
Implementation-Version: 1.0
3+
Implementation-Date: 2018-07-01

web/index.html.in

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<h4>From Numbers to Number Names</h4>
8989
<p>We provide easy to configure, lightweight open source C++, Java, JavaScript, Python libraries
9090
and a LibreOffice Spreadsheet extension for number to number name conversion, including cardinal and
91-
ordinal numbers, ordinal indicators and money amounts with currencies in more than 30 languages
91+
ordinal numbers, ordinal indicators and money amounts with currencies in more than 40 languages
9292
and numeral systems.</p>
9393
<p>Join the Numbertext/LibreOffice development: please, check the Soros language tutorial in the integrated language module development environment, fix bugs or missing parts of the language modules, or create new modules based on the existing ones!</p>
9494
</div>
@@ -98,7 +98,7 @@
9898

9999
<h4>Background</h4>
100100

101-
<p>NUMBERTEXT/MONEYTEXT functions and Soros programming language was developed in 2009 for generalization of BAHTTEXT spreadsheet function, a function of Microsoft Excel for number to Thai number name and currency conversion, standardized by ECMA–376 and ISO/IEC 29&nbsp;500:2008 Office Open XML format.</p>
101+
<p>NUMBERTEXT/MONEYTEXT functions and Soros programming language was developed in 2009 for generalization of BAHTTEXT spreadsheet function, a function of Microsoft Excel for number to Thai number name and currency conversion, standardized by ECMA–376 and ISO/IEC&nbsp;29&nbsp;500:2008 Office Open XML format.</p>
102102
<p>Soros programming language is based on regular expressions, just like its small interpreters (in Python: less, than 120 lines). Despite its simplicity, it can handle language variants, complex spelling functions and rules in a concise manner.</p>
103103
</div>
104104
</div>
@@ -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.0b3.oxt">numbertext-1.0b3.oxt</a>
121-
(<a href="https://extensions.libreoffice.org/extensions/numbertext-1/1-0-beta">description</a>)</p>
120+
<p>Extension with NUMBERTEXT and MONEYTEXT spreadsheet functions: <a href="https://extensions.libreoffice.org/extensions/numbertext-1/1.0/@@download/file/numbertext-1.0.oxt">numbertext-1.0.oxt</a>
121+
(<a href="https://extensions.libreoffice.org/extensions/numbertext-1/1.0">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 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>
127+
<p>Source distribution (1.0): <a href="https://github.com/Numbertext/libnumbertext/releases/download/1.0/libnumbertext-1.0.3.tar.xz">libnumbertext-1.0.3.tar.xz</a> (<a href="https://github.com/Numbertext/libnumbertext/releases/tag/1.0">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.beta3/numbertext.jar">numbertext.jar</a> (1.0 beta 3).
133+
<p>JAR package: <a href="https://github.com/Numbertext/libnumbertext/releases/download/1.0/numbertext.jar">numbertext.jar</a> (1.0).
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.beta3.zip">zip</a> or <a href="https://github.com/Numbertext/libnumbertext/archive/1.0.beta3.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.zip">zip</a> or <a href="https://github.com/Numbertext/libnumbertext/archive/1.0.tar.gz">tar.gz</a>).</p>
141141
</div>
142142
</div>
143143
</div>

0 commit comments

Comments
 (0)