File: ChangeLog

package info (click to toggle)
duali 0.2.0-1.2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 132 kB
  • ctags: 140
  • sloc: python: 823; makefile: 42
file content (62 lines) | stat: -rw-r--r-- 1,560 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
#--
# ChangeLog
# $Id: ChangeLog,v 1.2 2003/12/11 09:41:26 elzubeir Exp $
#--

duali 0.2.0

	* pyduali/aradict.py: Fixed bug #80 -- different dbm's may or may not
	add extensions to generated db files.
	
	* dict2db: Fixed bug #80. Also added better handling of path names.
	
	* arabic2trans: Added new script to transliterate UTF-8 or CP1256
	encoded files.

	* pyduali/aralex.py: Removed redundant SUKUN from stripDiacritics()

	* setup.py: added arabic2trans to installation and incremented version
	number.
	
	* debian/: Improved on debian packaging.

	* doc/man/: Slight modifications of manpages.

	* CHANGELOG: Renamed it to ChangeLog (this file) to comply with the
	new Arabeyes Developer Guide.
	
duali 0.1.1

	* duali.conf, setup.py: Added a setup script to automatically generate
	binary and source distributions

	* trans2arabic.py: Moving the trans2arabic.py script over here with 
	some minor modifications.

	* README: Added a README file to explain what each file is for

	* INSTALL: Modified to reflect new organization

	* pyduali/: Put library-type files into a Python package

	* dict2db.py: Added command-line argument to take path

	* aradict.py: Switched to use anydbm module so it would use whatever
	dbm is available in the system

	* pyduali/aralex.py: + stripDiacritics() forgets about the KASRA  
	thanks to Nadim for catching that one


pyduali 0.1b

	* duali.py: Added multiple encodings support

	* duali.conf: Added configuration file support

	* aradict.py: Switched from pybsddb1 to pybsddb3


pyduali 0.1a

	* Initial release