Changelog for
mono-addins-1.3.3-bp154.2.1.noarch.rpm :
* Mon Sep 07 2020 Callum Farmer
- Fixes for %_libexecdir changing to /usr/libexec (bsc#1174075)
* Tue Mar 03 2020 Marguerite Su - update version 1.3.3
* bump nuget version
* Tue May 02 2017 fwdsbs.to.11dfAATTxoxy.net- add fix-delay-sign.patch: check that dll installed to GAC is delay-signed and perform full-sign if so.- fix build with upcoming mono 5.0: sign delay-signed dlls before adding it to GAC, mono 5.0 is not allowing to install delay-signed dlls into GAC
* Mon Jan 02 2017 t.grunerAATTkatodev.de- update version 1.3
* Thu Apr 30 2015 fwdsbs.to.11dfAATTxoxy.net- update version 1.2
* Fixed bug that caused add-ins to be disabled when being updated.
* Fixed several issues when scanning assemblies.
* When evaluating a condition, ensure that the add-in that implements that condition is loaded. This change requires some new information to be stored in the add-in database, so the db version number has been bumped.
* Fixed assembly resolution bug when running in MS.NET.
* Added GTK3 implementation of the add-in manager.
* Registered repositories are now automatically updated the first time the add-in manager is shown.
* Thu Oct 30 2014 iAATTmarguerite.su- update version 1.1
* When disabling an add-in, disabled all versions of the add-in
* Allow embedding .addin files into submodule assemblies
* Fixed some issue when scanning dlls
* Added new assembly attributes for defining add-in properties
* Fixed deadlock when loading add-in roots
* Fixed GAC assembly directory search for .net 4.0
* Added support for variables in add-in manifests
* Updated Cecil from upstream
* Fri Jul 05 2013 mailaenderAATTopensuse.org- Update to 1.0
* Fixed crash in ExtensionContext finalizer
* Minor optimizations
* Tue Jan 29 2013 dimstarAATTopensuse.org- Add mono-addins-donet4.patch: Build for .Net 4.0 target.
* Tue Oct 04 2011 nmarquesAATTopensuse.org- Update to 0.6.2 + Added option to support non-interactive installations when using mautil; + Avoid entering in an infinite loop when finding corrupted file; + Fixed crash when clicking for add-in info in dynamic assembles; + Fix bug in Repair command
* Wed Apr 27 2011 ajorgensenAATTnovell.com- Update to 0.6.1
* The 0.6 release of Mono.Addins includes many improvements, bug fixes and new features: Add-in engine:
* Add-in name and description can now be localized. There are new custom attributes for defining them, and can also be specified as xml elements in an add-in manifest instead of attributes.
* Support for custom add-in properties. It is now possible to specify arbitrary properties in add-ins, which can be queried at install time (using the Mono.Addins.Setup API) or at run-time.
* Custom extension attributes now allow specifying an extension path. In this way it is now possible to use a single custom attribute to define extensions for different extension points.
* The default add-in directory and the add-in database directory can now be customized. In previous releases, those directories were always created as a subdirectory of the main registry directory. In this release, the location can be set to any directory.
* Improved error reporting when a dependency is missing.
* Added support for specifying the type of the content of string node attributes. This information is used for documentation purposes only.
* The Cecil based reflector now uses the new Cecil/Light, which is smaller and faster Add-in management:
* Added support for enabling/disabling registered repositories.
* Added support for downloable support files, to be used for package icons, screenshots, etc.
* New and improved add-in manager for GTK#. The user interface has been completely redesigned to make it more usable. Add-in updates are more visible and easy to install. The add-in gallery is integrated in the main window, and can show custom add-in icons and preview images.
* Added new API for accessing custom add-in properties, even before installing them.
* Included information about download size. Bug fixes:
* Allow overwriting files when installing.
* Fixed add-in unloading issues.
* Fixed crash when running in .NET 4.0
* AddinRepository.LastModified is always 01.01.1900 00:00:00
* Addin registry access/creation errors when accessed via UNC path
* Addin discovery/loading fails when running Visual Studio unit tests
* ImportAddinAssemblyAttribute can\'t be used multiple times
* Fix bug in GetAvailableAddin.
* Fix add-in database issue when the last add-in of a folder is deleted or upgraded
* Don\'t allow inheriting CustomExtension attributes. The attribute must be explicitly applied to classes to be marked as extensions.