summaryrefslogtreecommitdiff
path: root/RELEASE.txt
blob: d55d1681112b24147aac69ac66f21a7043123514 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
  A new SCons release, 2.3.0, is now available
  on the SCons download page:

          http://www.scons.org/download.php

  This release adds several new features and fixes many issues.

  Here is a summary of the changes since 2.2:

  NEW FUNCTIONALITY

    - Versioned shared library support for Linux and Mac:
      Add SHLIBVERSION as an option that tells SharedLibrary to build
      a versioned shared library and create the required symlinks.
      Add builder InstallVersionedLib to create the required symlinks
      installing a versioned shared library.

  DEPRECATED FUNCTIONALITY

    - Removed a lot of Python 2.3 and older support code
    - Hide deprecated --debug={dtree,stree,tree} from --help output

  CHANGED/ENHANCED EXISTING FUNCTIONALITY

    - No changes

  FIXES

    - Fix subprocess spawning on Windows.  Work around a Windows
      bug that can crash python occasionally when using -jN. (#2449)
    - Fix nested LIBPATH expansion by flattening sequences in subst_path.
    - Fix WiX Tool to use .wixobj rather than .wxiobj for compiler output
    - Add MSVC10 and MSVC11 support to get_output low-level bat script runner.
    - Fix MSVS solution generation for VS11, and fixed tests.

  IMPROVEMENTS

    - Error messages from option parser now include hints about valid choices
    - Support building with WiX releases after 2.0
    - Print target name with command execution time with --debug=time
    - Updated the TeX builder to support the \newglossary command
      in LaTeX's glossaries package and the files it creates.
    - Improve support for new versions of biblatex in the TeX builder
      so biber is called automatically if biblatex requires it.

  PACKAGING

    - No changes

  DEVELOPMENT

    - Updated test framework to support dir and file fixtures and
      added ability to test external (out-of-tree) tools.
      See doc in QMTest/test-framework.rst.
    - Added ability to run scripts/scons.py directly from source checkout
    - Several fixes for runtest.py
    - Fixed several errors in the test suite.
    - Add -jN support to runtest.py to run tests in parallel


Thanks to:
  Dirk Baechle,
  Vincent Beffar,
  Thomas Berg,
  Jean-François Colson,
  Bauke Conijn,
  Bill Deegan,
  Ken Deeter,
  dubcanada on Bitbucket,
  Luca Falavigna,
  Alexander Goomenyuk,
  Justin Gullingsrud,
  Joshua Hughes,
  Alexey Klimkin,
  Steven Knight,
  Arve Knudsen,
  Jean-Baptiste Lab,
  Juan Lang,
  Rob Managan,
  Mortoray,
  Gary Oberbrunner,
  Alexey Petruchik,
  Evgeny Podjachev,
  smallbub on Bitbucket,
  Sohail Somani,
  Anatoly Techtonik,
  Paweł Tomulik,
  Greg Ward,
  Allen Weeks,
  Russel Winder,
  Joe Zuntz
  for their contributions to this release.

Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 The SCons Foundation
src/RELEASE.txt  2013/03/03 09:48:35 garyo