| |
@@ -21,4 +21,16 @@
|
| |
|
| |
Due to the new `rubygem-net-ssh`, the updates for the packages above are built and delivered as one unit.
|
| |
|
| |
- A full list of changes in Vagrant 2.3.4 is available in the link:https://github.com/hashicorp/vagrant/blob/986a01734f008d62897bb66085381090e4fcabfc/CHANGELOG.md[upstream release notes].
|
| |
\ No newline at end of file
|
| |
+ A full list of changes in Vagrant 2.3.4 is available in the link:https://github.com/hashicorp/vagrant/blob/986a01734f008d62897bb66085381090e4fcabfc/CHANGELOG.md[upstream release notes].
|
| |
+
|
| |
+
|
| |
+ [[createrepo-c-1-0-0]]
|
| |
+ == createrepo_c rebased to version 1.0.0
|
| |
+
|
| |
+ The `createrepo_c` package has been upgraded to version 1.0.0, which provides multiple enhancements. Notable changes include:
|
| |
+
|
| |
+ * Change the default compression method from `gz` to `zstd` to provide smaller metadata that is faster to decompress.
|
| |
+
|
| |
+ * Stop generating metadata in SQLite database format by default. However, it is still possible to create the metadata using the `--database` option or using the `sqliterepo_c` utility.
|
| |
+
|
| |
+ * Include just one variant of `groups.xml` file using the specified compression method and the `repomd.xml` type "group".
|
| |
\ No newline at end of file
|
| |
Fixes #977