Update the documentation files

Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
This commit is contained in:
Davide Madrisan 2014-08-13 22:43:22 +02:00
parent d4e5b9a752
commit bcb23e7e45
2 changed files with 73 additions and 0 deletions

View File

@ -1,3 +1,42 @@
Changes in version 1.16.5
Fri Aug 15 2014 Madrisan <davide.madrisan(a)gmail.com>
+ improvement
* templates/ghc - Silvan Calarco
New template for ghc modules.
+ bugfix
* templates/python - Silvan Calarco
Remove unexisting option '--single-version-externally-managed'.
* pck-update - Davide Madrisan
Fix the way 'package.generate_name()' return the package path when the
option '-p' has not been specified.
Bug reported by Silvan Calarco.
+ improvement
* pck-update - Silvan Calarco
Specify target_cpu when installing build requirements for x86_64 multiarch
support.
+ bugfix
* lib/libnetwork.lib - Silvan Calarco
.git suffix is not optional when cloning from http/https urls.
* conf/04-rpmbuild-format-unpackaged-filelist.conf - Davide Madrisan
Split the translation rules for the unpackaged files into a common block
('format_unpackaged_file_list_common') and an architecture-specific file
per supported architecture (currently 'i586' and 'x86_64').
This solves the problem of some wrongly filenames reported by autospec
when running on the x86_64 architecture.
Issue pointed out by Silvan Calarco.
* conf/04-rpmbuild-format-unpackaged-filelist.conf - Davide Madrisan
The translation rules for Python 2.7 and Python 3 have been updated
to reflect the current support for Python in openmamba.
-------------------------------------------------------------------------------
Changes in version 1.16.4 - "Korbielow" release Changes in version 1.16.4 - "Korbielow" release
Fri Nov 08 2013 Madrisan <davide.madrisan(a)gmail.com> Fri Nov 08 2013 Madrisan <davide.madrisan(a)gmail.com>

34
NEWS
View File

@ -1,3 +1,37 @@
List of user visible changes in the release 1.16.5
-- Improvement
* templates/ghc - Silvan Calarco
New template for ghc modules.
* pck-update - Silvan Calarco
Specify target_cpu when installing build requirements for x86_64
multiarch support.
-- Bugfix
* templates/python - Silvan Calarco
Remove unexisting option '--single-version-externally-managed'.
* lib/libnetwork.lib - Silvan Calarco
.git suffix is not optional when cloning from http/https urls.
* pck-update - Davide Madrisan
Fix the way 'package.generate_name()' return the package path when called
without the option '-p'.
Bug reported by Silvan Calarco.
* conf/04-rpmbuild-format-unpackaged-filelist.conf - Davide Madrisan
The translation rules for the unpackaged files has been reworked for
supporting the x86_64 architecture.
Issue pointed out by Silvan Calarco.
* conf/04-rpmbuild-format-unpackaged-filelist.conf - Davide Madrisan
The translation rules for Python 2.7 and Python 3 have been updated.
-------------------------------------------------------------------------------
List of user visible changes in the release 1.16.4 - "Korbielow" release List of user visible changes in the release 1.16.4 - "Korbielow" release
-- Improvement -- Improvement