16850082d2
document why the parallel build has been disabled OBS-URL: https://build.opensuse.org/request/show/394076 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/AppStream?expand=0&rev=17
152 lines
6.3 KiB
Plaintext
152 lines
6.3 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri May 6 17:25:56 UTC 2016 - mailaender@opensuse.org
|
|
|
|
- Generate the Vala API
|
|
|
|
- Update to version 0.9.5
|
|
|
|
Features:
|
|
* Update README (Matthias Klumpp)
|
|
* Provide a bit more hints for translators (Matthias Klumpp)
|
|
* Improve error messages when reading broken XML (Matthias Klumpp)
|
|
* Load all XML in AsXMLData (Matthias Klumpp)
|
|
* Implement reading localized images from metadata (Matthias Klumpp)
|
|
* Write localized images in XML/YAML serialize routines (Matthias Klumpp)
|
|
* Unify codepaths for checking compatible locales (Matthias Klumpp)
|
|
* yaml: Implement read/write support for the Languages field (Matthias Klumpp)
|
|
* xml: Serialize and read languages tag properly (Matthias Klumpp)
|
|
* validator: Validate files in legacy paths too (Matthias Klumpp)
|
|
|
|
Specification:
|
|
* spec: Allow localized screenshot images (Matthias Klumpp)
|
|
|
|
Bugfixes:
|
|
* Refactor icon-finding code and fix rare double-free corruption
|
|
(Matthias Klumpp)
|
|
* Properly validate randomly ordered XML tags for duplicates (Matthias Klumpp)
|
|
* validator: The translation tag is only valid in metainfo files
|
|
(Matthias Klumpp)
|
|
* Be slightly less pedantic about size info when reading screenshot
|
|
images (Matthias Klumpp)
|
|
* xml: Properly write <release/> description tag (Matthias Klumpp)
|
|
|
|
- From version 0.9.4
|
|
|
|
Features:
|
|
* Handle legacy screenshot tags (Matthias Klumpp)
|
|
* Print prettier YAML documents (Matthias Klumpp)
|
|
* yaml: Allow loading of distro metadata slices without header
|
|
(Matthias Klumpp)
|
|
* Do not check for installation candidate on minimal validation
|
|
(Matthias Klumpp)
|
|
* Don't check if component has an installation candidate before
|
|
including it (Matthias Klumpp)
|
|
* Quick-check components only when the pool is fully loaded (Matthias Klumpp)
|
|
* Support the stub data of GNOME Software (Matthias Klumpp)
|
|
* Support reading per-component priorities (Matthias Klumpp)
|
|
* Implement the architecture property (Matthias Klumpp)
|
|
* Use architecture data to resolve conflicting IDs (Matthias Klumpp)
|
|
* Add icon size information to generated XML (Matthias Klumpp)
|
|
* xml: Load size hints for icons (Matthias Klumpp)
|
|
* l10n: Update
|
|
|
|
Specification:
|
|
* docs: Explicitly define more minimally required tags per component
|
|
type (Matthias Klumpp)
|
|
* Make /usr/share/metainfo the canonical path for upstream metadata
|
|
(Matthias Klumpp)
|
|
* spec: Make architecture a property of <components/>, and no tag
|
|
(Matthias Klumpp)
|
|
* spec: Update the cached icon DEP-11 specification to allow size
|
|
information (Matthias Klumpp)
|
|
|
|
Bugfixes:
|
|
* Fix a few minor issues spotted by the YAML validator (Matthias Klumpp)
|
|
* Correctly build distro XML descriptions from upstream XML (Matthias Klumpp)
|
|
* Be very strict about which elements are allowed in a description
|
|
tag (Matthias Klumpp)
|
|
* yaml: Prevent bool keys (Matthias Klumpp)
|
|
* ascli: Properly print long descriptions and wrap lines (Matthias Klumpp)
|
|
* Export less C++ symbols (Matthias Klumpp)
|
|
* Show a better error message when failing to parse XML (Matthias Klumpp)
|
|
* Allow adding 0x0 icons (Matthias Klumpp)
|
|
* yaml: Implement the updated "cached" icon format in a
|
|
backwards-compatible way (Matthias Klumpp)
|
|
* apt: Drop flat repository entries (Matthias Klumpp)
|
|
* Probe less sizes if we already have size information (Matthias Klumpp)
|
|
* Don't make stubs delete package information from valid components
|
|
(Matthias Klumpp)
|
|
* apt: Handle quoted origin entries properly (Matthias Klumpp)
|
|
|
|
- From version 0.9.4
|
|
|
|
Features:
|
|
* Allow to update an existing component with fresh metadata
|
|
* Implement YAML serialization
|
|
* writer: Allow to omit writing a header/root node
|
|
* cli: Add convenience method to install metainfo files
|
|
* cli: Add a new "status" command for various diagnostic information
|
|
* yaml: Allow unicode
|
|
* Print prettier XML by default
|
|
* l10n: Update
|
|
|
|
Bugfixes:
|
|
* Reset umask before building the data cache
|
|
* apt: Work around APT using server mtime for its downloaded files
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 29 14:05:16 UTC 2016 - tittiatcoke@gmail.com
|
|
|
|
- Update to version 0.9.2
|
|
Features:
|
|
* qt: Improve usage of Qt containers (Aleix Pol)
|
|
* qt: Implement Component::extends on the Qt front-end (Aleix Pol)
|
|
* qt: Also call reserve for bundles on the Qt frontend (Aleix Pol)
|
|
* validator: strstrip values when reading XML/YAML and validate
|
|
linebreaks in summaries (Matthias Klumpp)
|
|
* validator: Check if a description is present (Matthias Klumpp)
|
|
* Always build with YAML support (Matthias Klumpp)
|
|
* Move XML parser into its own class (Matthias Klumpp)
|
|
* Make data-pool use the new YAML-aware metadata parser (Matthias Klumpp)
|
|
* Simplify data-pool building routine (Matthias Klumpp)
|
|
* Preprocess extension information for frontends (Matthias Klumpp)
|
|
* qt: Use the new extensions property (Matthias Klumpp)
|
|
* Implement translations tag (Matthias Klumpp)
|
|
* cli: Document the "install" command (Matthias Klumpp)
|
|
* l10n: Update
|
|
|
|
Specification:
|
|
* spec: Document the translation tag (Matthias Klumpp)
|
|
* doc: Don't use <tip/> tags in documentation (Matthias Klumpp)
|
|
* spec: Mention the essential tags for a type:desktop component (Matthias Klumpp)
|
|
|
|
Bugfixes:
|
|
* as-cache-builder: Cope with no YAML documents (Iain Lane)
|
|
* 50appstream: Don't run if we can't write to the system paths (Iain Lane)
|
|
* Check for writability instead of root permissions when updating the cache (Matthias Klumpp)
|
|
* qt: Don't compute screenshot images and then forget about them (Aleix Pol)
|
|
* Add the missing extends property to the Xapian cache (Matthias Klumpp)
|
|
* validator: Don't fail validation for description-less addons. (Matthias Klumpp)
|
|
* Make reading empty cache values more robust (Matthias Klumpp)
|
|
* Check if GIR scanner & compiler are really installed (Matthias Klumpp)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 5 11:53:13 UTC 2016 - tittiatcoke@gmail.com
|
|
|
|
- Update to version 0.9.1
|
|
* Improved Qt5 usage
|
|
* Implement date property on release tags
|
|
* Ship ITS files from KDE upstream
|
|
- From version 0.9.0
|
|
* Refactor icon handling
|
|
* Modernize AppStream classes
|
|
* Update translations
|
|
* Drop AsSearchQuery
|
|
* Improve error handling for database queries
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 31 19:30:03 UTC 2015 - hrvoje.senjan@gmail.com
|
|
|
|
- Activate appstream-qt5 package
|
|
|