Accepting request 229553 from home:AndreasStieger:branches:devel:tools:building

SCons 2.3.1

OBS-URL: https://build.opensuse.org/request/show/229553
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/scons?expand=0&rev=22
This commit is contained in:
Ismail Dönmez
2014-04-10 09:08:28 +00:00
committed by Git OBS Bridge
parent 052ae0b35a
commit 5a8d171954
7 changed files with 68 additions and 17 deletions

View File

@@ -1,3 +1,44 @@
-------------------------------------------------------------------
Wed Apr 9 21:01:45 UTC 2014 - andreas.stieger@gmx.de
- SCons 2.3.1
This release adds several new features and fixes many issues,
including a serious regression in linking (failure to re-link if
linker options are changed).
- new functionality:
- Add Pseudo command to mark targets which should not exist after
they are built.
- Add support for a readonly cache (--cache-readonly)
- Added optional ZIPROOT to Zip tool.
- enhancements:
- DocBook tool can now output EPUB format
- Allow multiple options to be specified with --debug=a,b,c
- Update bootstrap.py so it can be used from any dir, to run
SCons from a source (non-installed) dir.
- Added release_target_info() to File nodes, which helps to
reduce memory consumption in clean builds and update runs
of large projects.
- Print full stack on certain errors, for debugging.
- Improve documentation for Textfile builder.
- bug fixes:
- Stop leaking file handles to subprocesses by switching to using
subprocess always.
- Generally try harder to print out a message on build errors
- Added a switch to warn on missing targets
- Always print stats if requested
- Make sure SharedLibrary depends on all dependent libs (by
depending on SHLINKCOM)
- Allow Subst.Literal string objects to be compared with each other,
so they work better in AddUnique() and Remove().
- Fixed the handling of long options in the command-line
parsing
- Fixed misspelled variable in intelc.py (#2928).
- Fixed spelling errors in MAN pages (#2897).
- Fixed description of ignore_case for EnumVariable in the MAN
page
- adjust scons-1.2.0-fix-install.patch for context changes
- remove versioned binaries from /usr/bin
-------------------------------------------------------------------
Sun Jul 21 09:19:19 UTC 2013 - andreas.stieger@gmx.de