Difference between revisions of "Download/ploop/1.1/changes"

From OpenVZ Virtuozzo Containers Wiki
< Download‎ | ploop‎ | 1.1
Jump to: navigation, search
(more changes, git link)
(more changes)
 
(One intermediate revision by the same user not shown)
Line 14: Line 14:
 
* Made ploop_merge_param.guid field const
 
* Made ploop_merge_param.guid field const
 
* tools/ploop: remove -b option
 
* tools/ploop: remove -b option
 +
* tools/ploop: remove unused and untested replace & add commands
 
* Log/error message fixes, improvements, and unification
 
* Log/error message fixes, improvements, and unification
 
* Makefiles: fixes, improvements
 
* Makefiles: fixes, improvements
  
{{git log|ploop|ploop-3.1|}}
+
{{git log|ploop|ploop-1.1|}}
  
 
=== Thanks ===
 
=== Thanks ===

Latest revision as of 13:55, 22 March 2012

Changes[edit]

Since 1.0:

  • support for variable block size
  • default block size changed from 256K to 1M
  • ploop_set_log_file(): make NULL a valid argument
  • logger: introduce, use and expose PLOOP_LOG_NOCONSOLE
  • ploop_getdevice(): expose
  • ploop_store_diskdescriptor(): fix for a case when image is in root dir
  • Fixed expanded to preallocated conversion
  • Remove some unused functions and non-existent function prototypes
  • Introduce and use SYSEXIT_MKNOD error code
  • Changed image -> device mapping schema
  • Use strcasecmp for guid comparison
  • Made ploop_merge_param.guid field const
  • tools/ploop: remove -b option
  • tools/ploop: remove unused and untested replace & add commands
  • Log/error message fixes, improvements, and unification
  • Makefiles: fixes, improvements

For the complete list of changes in this release, see git changelog for ploop-1.1.

Thanks[edit]

OpenVZ project would like to thank the following people who contributed patches and/or provided bug reports for this vzctl release (in no particular order):

  • jjs