summaryrefslogtreecommitdiff
path: root/RELEASE.txt
blob: 2f231ca0c3974d689658a138e0e2ae88057a04c5 (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
96
97
98
99
  A new SCons release, 2.3.2, is now available
  on the SCons download page:

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

  This is a maintenance release, focusing on bug fixes.

  Here is a summary of the changes since 2.3.1:

  NEW FUNCTIONALITY

    - Support for Visual Studio 12.0Exp and 2013 (12.0).

  DEPRECATED FUNCTIONALITY

    - RPM and m4 are no longer in the default toolset on Windows.
    - BitKeeper, CVS, Perforce, RCS, SCCS are deprecated from the
      default toolset and will be removed from the default toolset
      in future SCons versions.
    - D language, version 1, is now deprecated.  Version 2 is
      supported.

  CHANGED/ENHANCED EXISTING FUNCTIONALITY

    - Revamp of D language support.
      Tools for DMD, GDC and LDC are provided, and integrated
      with the C and C++ linking.
    - TeX builder now supports -synctex=1
    - TeX builder cleans auxiliary files correctly with biblatex.

  FIXES

    - Fixed handling of nested ifs in CPP scanner PreProcessor class.
    - Respect user's CC/CXX values; don't always overwrite in generate()
    - Delegate linker Tool.exists() to CC/CXX Tool.exists().
    - Fixed NoClean() for multi-target builders (#2353).
    - Fix SConf tests that write output
    - get default RPM architecture more robustly when building RPMs
    - Allow varlist to be specified as list of strings for Actions (#2754)
    - Fixes to Docbook tool

  PACKAGING

    - Update XML doc editor configuration

  DEVELOPMENT

    - Improvements to running scons.py from the source tree

Thanks to:
  Dirk Baechle,
  Vincent Beffar,
  Thomas Berg,
  Antonio Cavallo,
  Jean-François Colson,
  Bauke Conijn,
  Bill Deegan,
  Ken Deeter,
  dubcanada on Bitbucket,
  Luca Falavigna,
  Andrew Featherstone,
  Alexandre Feblot,
  Shane Gannon,
  Alexander Goomenyuk,
  Justin Gullingsrud,
  Michael Haubenwallner,
  Joshua Hughes,
  Alexey Klimkin,
  Steven Knight,
  Arve Knudsen,
  Philipp Kraus,
  Jean-Baptiste Lab,
  Juan Lang,
  Rob Managan,
  Michael McDougall,
  Mortoray,
  Manuel Francisco Naranjo,
  Gary Oberbrunner,
  Alexey Petruchik,
  Evgeny Podjachev,
  David Rothenberger,
  smallbub on Bitbucket,
  Sohail Somani,
  Stefan Sperling,
  Amir Szekely,
  Tom Tanner,
  Anatoly Techtonik,
  Bogdan Tenea,
  Paweł Tomulik,
  Sye van der Veen,
  veon on bitbucket,
  Greg Ward,
  Allen Weeks,
  Russel Winder,
  Joe Zuntz
  for their contributions to this and prior releases.

Copyright (c) 2001 - 2014 The SCons Foundation
src/RELEASE.txt  2014/07/05 09:42:21 garyo