source: branches/2.0/LATMOS-Accounts/Changes @ 1083

Last change on this file since 1083 was 861, checked in by nanardon, 13 years ago
  • reimport missing files from previous svn
File size: 1.3 KB
Line 
1Revision history for Perl extension LATMOS::Accounts.
2
32.0.0
4    - attributes are now object with possible properties:
5        * hide: attributes is still availlable but not listed
6        * ro: attributes can only be read
7        * can_values: list of possible values, other are rejected
8        * mandatory: cannot be empty or not set
9        * reference: the attribute point to this object type
10
11    - add support of network management
12        * object nethost and netzone
13        * BuildNet objects
14        * associated tools
15
16    - la-sync-manager can now manage multiples task: each task is an object
17      and la-sync-manager.ini control task to run
18
19    - all configurations files are now located in /etc/latmos-accounts and all
20      files have a fixed name. --config is no longer the main configuration file
21      but the directory containing theses files
22
23    - configuration files are now more or less documented (man section 5)
24
25    - exported attributes is replace by unexported attributes (reverse meaning),
26      unlike exported which is true/false, unexported is set or not.
27
28    - some optimization, especially for SQL base
29
30    - add la-cli tools: interactive command line with completion
31
320.01  Wed Feb 25 17:58:38 2009
33        - original version; created by h2xs 1.23 with options
34                -n LATMOS::Accounts --omit-XS --omit-autoload
35
Note: See TracBrowser for help on using the repository browser.