File Release Notes and Changelog
Release Name: 1.0.1
Notes:
Fixed problem in RPM where the SQL script was using libarabic.dll instead of libarabic.so.
New bidi_reorder() function to better deal with numbers
embedded in Arabic text.
Optional use of PGXS to build from source.
The RPM file was build for SUSE 10.1.
Changes:
2006-08-12 Steffen Macke <sdteffen@gmail.com>
* Makefile:
* postarabic.spec: Using PGXS now; Updates for SuSE 10.1 and
X86_64
* arabic_undef.sql: Removing all functions
* arabic.sql: (deleted)
* str_reverse.sql: (deleted)
* Makefile:
* arabic_undef.sql:
* arabic.sql.in: Reorganized content in order to build
RPMs that use libarabic.so instead of libarabic.dll;
deals with support request #1528355
* postarabic.spec:
* postarabic.nsi: Version number is 1.0.1 now
2005-11-14 Steffen Macke <Steffen_Macke@dorsch.com.jo>
* str_reverse.sql: added bidi_reorder() function that allow simple
visual reordering; preliminary fix of bug #1354977
2005-11-06 Steffen Macke <Steffen_Macke@dorsch.com.jo>
* libarabic.dll(deleted): DLLs and generated files should never be
added to the source code repository. They are the result of compilation
and linking, not the source for it
2005-11-06 Maher Abdel Karim <Maher_Karim@dorsch.com.jo>
* libarabic.dll:Add the dll to the module to be used for compilation.