-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathNEWS
35 lines (31 loc) · 1.19 KB
/
NEWS
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
1.0
===
- Fix basic compatibilities with the ERP5
0.6
===
- Removed the configurationmanager.py.
0.5
===
- Removed the possibility of infinite loop in getAvailableOO.
- Corrected the problem when the document in file system isn't
found(IllegalArgumentException).
- Implemented in oohandler to when not exist OOo Instance free. If don't exist,
the requisition is locked.
0.4
===
Created class to manipulate the configuration file(ConfigurationManager).
Now, all paths are taken by this object and in configuration file is possible
set the number of OOo instance that you want. The OOFactory object was implemented
to start the max number of OOo instance and get the instance available to use.
0.3
===
Split start.py into openoffice.py and xvfb.py. The classes openoffice and xvfb have
methods to control the process(start,stop and status about the process). Created one class
and one object for it, for easier reload the configuration.
0.2
===
Extends the code to convert a document to pdf. Initially the connection with OO
was implemented in class worker, but should be removed and implemented separately.
0.1
===
Create a prototype using WSGI and XMLRPC. One class calculator was used as test.