- Timestamp:
- 11/04/08 17:59:52 (2 months ago)
- Files:
-
- 1 modified
-
trunk/client/software/src/EBox/Software.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/software/src/EBox/Software.pm
r11449 r11578 287 287 # Returns: 288 288 # 289 # array ref - holding hashes ref containing keys: 'name' and 290 # 'description' for each package 289 # array ref - holding hashes ref containing keys: 290 # 'name' - package's name 291 # 'description' package's short description 292 # 'version' - package's latest version 293 # 'security' - flag indicating if the update is a security one 294 # 'changelog' - package's changelog from current version till last one 291 295 # 292 296 # Exceptions:
