af3620d New version

Authored and Committed by vpodzime 8 years ago
    New version
    
    - Adapt the release helper targets to autotools (vpodzime)
    - Fixes of paths in Makefile.am's inspired by build failures on s390 (vpodzime)
    - Add an s390-specific BuildRequires (vpodzime)
    - Distribute also the boilerplate_generator.py script (vpodzime)
    - Fix path to the generated blockdev.pc file (vpodzime)
    - Adapt tests that compile stuff to autotools (vpodzime)
    - Merge pull request #18 from vpodzime/master-autotools (vpodzime)
    - Merge pull request #20 from dashea/gtkdoc-sections (vpodzime)
    - Use the autotools building system instead of scons (vpodzime)
    - Add the two new functions to the 'blockdev' docs section (vpodzime)
    - Fix the line defining the docs file for the s390 section (vpodzime)
    - Add a missing #include to the kbd.api file (vpodzime)
    - Prevent s390-specific stuff from being used on other architectures (vpodzime)
    - Update the documentation of the is_initialized() function (vpodzime)
    - Merge pull request #19 from vpodzime/master-ensure_init (vpodzime)
    - Remove private macros from the gtkdoc sections file. (dshea)
    - Terminate ifdef statements for arch check. (sbueno+anaconda)
    - Return early from the init functions if setting up logging fails (vpodzime)
    - Add tests for the new and modified init functions (vpodzime)
    - Add new try_init() and try_reinit() functions (vpodzime)
    - Fix for adding number of loaded plugins (vpodzime)
    - Fix for ensure_init() (vpodzime)
    - Rename the try_init() function to ensure_init() and improve it (vpodzime)
    - Check number of loaded plugins and library initialization state (vpodzime)
    - Make 'reload' default to True instead of False in overrides (vpodzime)
    - Add the s390 plugin test file. (sbueno+anaconda)
    - Add the s390 plugin functions. (sbueno+anaconda)
    - Add the s390 plugin. (sbueno+anaconda)
    - Fix a typo in the spec file. (sbueno+anaconda)
    - Require the kmod-devel package for the build process (vpodzime)
    - Merge pull request #16 from dashea/escrow-encoding (vpodzime)
    - Merge pull request #13 from vpodzime/master-lvm_cache (vpodzime)
    - Merge pull request #12 from vpodzime/master-kbd_plugin (vpodzime)
    - Merge pull request #14 from vpodzime/master-better_is_multipath (vpodzime)
    - Use g_strdup() instead of g_strdup_printf() to just dup a string (vpodzime)
    - Fix the spelling of "escrow" (dshea)
    - Make the crypto plugin string parameters const (dshea)
    - Set encoding to NULL before writing the escrow packet. (dshea)
    - Get cache stats directly from the device mapper (vpodzime)
    - Reimplement the is_mpath_member() function using device mapper (vpodzime)
    - Add the LVM cache related symbols to the LVM section in the documentation (vpodzime)
    - Update the list of LVM cache related functions in features.rst (vpodzime)
    - Add tests for functions related to the LVM cache technology (vpodzime)
    - Implement the lvm_cache_stats() function (vpodzime)
    - Implement the lvm_cache_pool_name function (vpodzime)
    - Implement the lvm_cache_create_cached_lv() function (vpodzime)
    - Implement lvm_cache_attach/detach() functions (vpodzime)
    - Implement the lvm_cache_create_pool() function plus two support functions (vpodzime)
    - Implement the lvm_cache_get_default_md_size() function (vpodzime)
    - Add the 'type' parameter to the lvm_lvcreate function (vpodzime)
    - Teach boilerplate_generator to work with enum return types (vpodzime)
    - Teach boilerplate_generator to work with 'const' return types (vpodzime)
    - Add subpackages for the KBD plugin and its devel files (vpodzime)
    - Add provided symbols to the documentation section of the KBD plugin (vpodzime)
    - Implement the bcache_get_backing/cache_device functions (vpodzime)
    - Exclude bcache tests from the normal 'test' target (vpodzime)
    - Add some more and prolong some of the waits in KBD tests (vpodzime)
    - Zero all newly allocated structures (vpodzime)
    - Implement the bcache_status function and all it wants (vpodzime)
    - Fix for the zram stats (vpodzime)
    - Add bcache_get_mode and bcache_set_mode functions (vpodzime)
    - Teach boilerplate_generator to work with enum return types (vpodzime)
    - Teach boilerplate_generator to work with 'const' return types (vpodzime)
    - Add the zram_get_stats function (vpodzime)
    - Add the check() function for the KBD plugin (vpodzime)
    - Add ErrorProxy instance for the KBD plugin (vpodzime)
    - Add tests for bcache_create/attach/detach/destroy functions (vpodzime)
    - Add the 'rebuild' Makefile target (vpodzime)
    - Add bcache_create, bcache_attach, bcache_detach and bcache_destroy functions (vpodzime)
    - Implement a helper function to echo string into a file (vpodzime)
    - Add tests for zram_create_devices and zram_destroy_devices functions (vpodzime)
    - Add the zram_destroy_devices function to the KBD plugin (vpodzime)
    - Add first function to the KBD plugin: zram_create_devices (vpodzime)
    - Add the KernelBlockDevices plugin (vpodzime)
    
        
file modified
+1 -0
file modified
+159 -11
file modified
+1 -1