Changeset 3077 for branches/mcstas-1.x
- Timestamp:
- 05/16/11 14:29:03 (12 months ago)
- Location:
- branches/mcstas-1.x
- Files:
-
- 2 modified
-
CHANGES (modified) (2 diffs)
-
configure.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/mcstas-1.x/CHANGES
r2908 r3077 12 12 * Date: 1997 13 13 * Origin: Risoe DTU, ILL, Uni Copenhagen, PSI 14 * Release: McStas 1.12 b14 * Release: McStas 1.12c 15 15 * Version: $Revision: 1.49 $ 16 16 * Modified by: KN, October 26, 1998 : initial release 1.0 … … 30 30 * Modified by: PW, EF, EK April 2nd 2009: version 1.12a 31 31 * Modified by: PW, EF, EK June/July 2010: version 1.12b 32 * Modified by: PW May 2011: version 1.12c 32 33 * 33 * This file is part of McStas version 1.12 b, released June 15th, 2010.34 * This file is part of McStas version 1.12c, released May 17th, 2011. 34 35 * It gives a 'changes' list from the beginning of the project 35 36 * 36 37 *******************************************************************************/ 38 Changes in McStas v1.12c, May 17th, 2011 39 40 McStas 1.12c is bugfix release. 41 42 Bugfixes include: 43 44 Runtime 45 - Fix of a bug in the rectangular focusing routine, reported to mcstas-users by Markos Skoulatos, HZB 46 (see http://mailman.mcstas.org/pipermail/mcstas-users/2010q4/000845.html) 47 48 49 37 50 Changes in McStas v1.12b, July 15th, 2010 38 51 -
branches/mcstas-1.x/configure.in
r2909 r3077 20 20 dnl Process this file with autoconf to produce a configure script. 21 21 22 AC_INIT(McStas, 1.12 b, www.mcstas.org)22 AC_INIT(McStas, 1.12c, www.mcstas.org) 23 23 AC_REVISION($Revision: 1.58 $) 24 AC_COPYRIGHT([Copyright (C) 1997-20 08 Copyright (C) 1997-2008, All rights reserved24 AC_COPYRIGHT([Copyright (C) 1997-2011 Copyright (C) 1997-2011, All rights reserved 25 25 Risoe National Laborartory, Roskilde, Denmark 26 26 Institut Laue Langevin, Grenoble, France
