Changeset f7ced6 in git


Ignore:
Timestamp:
Sep 24, 2014, 3:59:00 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
f1e2fb6e3a98add584ce677b4e7bb09d22d63818
Parents:
65a40710c408315804772d0a7ff078203be9d9bf
Message:
version 4-0-1
Files:
13 edited

Legend:

Unmodified
Added
Removed
  • COPYING

    r65a4071 rf7ced6  
    1                         SINGULAR version 4-0-0
     1                        SINGULAR version 4-0
    22                     University of Kaiserslautern
    33      Department of Mathematics and  Centre for Computer Algebra
    44     Authors: W. Decker, G.-M. Greuel, G. Pfister, H. Schoenemann
    55
    6                         Copyright (C) 1986-2013
     6                        Copyright (C) 1986-2014
    77
    88
  • Singular/COPYING

    r65a4071 rf7ced6  
    1                         SINGULAR version 3-1
     1                        SINGULAR version 4-0
    22
    33                     University of Kaiserslautern
     
    77           Authors: G.-M. Greuel, G. Pfister, H. Schoenemann
    88
    9                         Copyright (C) 1986-2011
     9                        Copyright (C) 1986-2014
    1010
    1111
  • configure.ac

    r65a4071 rf7ced6  
    1 AC_INIT([singular], [4.0.0], [singular@mathematik.uni-kl.de])
    2 AC_DEFINE([VERSION_DATE],["Dec 2013"],[release date])
     1AC_INIT([singular], [4.0.1], [singular@mathematik.uni-kl.de])
     2AC_DEFINE([VERSION_DATE],["Sep 2014"],[release date])
    33
    44_AC_SRCDIRS(["$ac_dir"])
  • doc/NEWS.texi

    r65a4071 rf7ced6  
    2121
    2222@heading News for version @value{VERSION}
     23
     24Version 4-0-1 is a bug fix release.
     25
     26@heading News for version 4-0-0
    2327
    2428Version 4-0-0 is a milestone relase of Singular.
  • emacs/COPYING

    r65a4071 rf7ced6  
    1                         SINGULAR version 3-1
     1                        SINGULAR version 4-0
    22                           Singular-ESingular
    33
     
    88           Authors: G.-M. Greuel, G. Pfister, H. Schoenemann
    99
    10                         Copyright (C) 1986-2010
     10                        Copyright (C) 1986-2014
    1111
    1212
  • factory/COPYING

    r65a4071 rf7ced6  
    88  Authors: G.-M. Greuel, R. Stobbe, J. Schmidt, M. Lee,
    99           G. Pfister, H. Schoenemann
    10                         Copyright (C) 1991-2013
     10                        Copyright (C) 1991-2014
    1111
    1212  Characteristic sets and factorization over algebraic function fields:
  • factory/configure.ac

    r65a4071 rf7ced6  
    1313# - initialisation.
    1414#
    15 AC_INIT([factory], [4.0.0])
     15AC_INIT([factory], [4.0.1])
    1616AC_CONFIG_SRCDIR(canonicalform.cc)
    1717AC_CONFIG_MACRO_DIR([../m4])
     
    384384#AC_SUBST(uninstalltargets)
    385385
    386 factory_version="4.0.0"
     386factory_version="4.0.1"
    387387factory_configuration="'$ac_configure_args' in `pwd`"
    388388AC_SUBST(factory_version)
  • kernel/COPYING

    r65a4071 rf7ced6  
    1                         SINGULAR version 3-1
     1                        SINGULAR version 4-0
    22
    33                     University of Kaiserslautern
     
    77           Authors: G.-M. Greuel, G. Pfister, H. Schoenemann
    88
    9                         Copyright (C) 1986-2011
     9                        Copyright (C) 1986-2014
    1010
    1111
     
    1616under the terms of the GNU General Public License as published by the
    1717Free Software Foundation ( version 2 or version 3 of the License ).
    18 
    19 Some single files have a copyright given within the file:
    20 Singular/ndbm.* (BSD), Singular/htmlhelp.h (LGPL 2.1+)
    2118
    2219This program is distributed in the hope that it will be useful, but
  • kernel/mod2.h

    r65a4071 rf7ced6  
    9999#define SINGULAR_VERSION 4100
    100100#else
    101 #define SINGULAR_PATCHLEVEL 4
     101#define SINGULAR_PATCHLEVEL 0
    102102#define SINGULAR_VERSION ((SINGULAR_MAJOR_VERSION*1000 + SINGULAR_MINOR_VERSION*100 + SINGULAR_SUB_VERSION*10)+SINGULAR_PATCHLEVEL)
    103103#endif
  • libpolys/COPYING

    r65a4071 rf7ced6  
    1                         SINGULAR version 3-1-2
     1                        SINGULAR version 4-0
    22
    33                     University of Kaiserslautern
     
    77           Authors: G.-M. Greuel, G. Pfister, H. Schoenemann
    88
    9                         Copyright (C) 1986-2010
     9                        Copyright (C) 1986-2014
    1010
    1111
  • libpolys/configure.ac

    r65a4071 rf7ced6  
    1 AC_INIT([libpolys], [4.0.0])
     1AC_INIT([libpolys], [4.0.1])
    22
    33AC_CONFIG_MACRO_DIR([../m4])
  • omalloc/COPYING

    r65a4071 rf7ced6  
    1                        SINGULAR version 3-1
     1                       SINGULAR version 4-0
    22                       Package name:   omalloc
    33
  • resources/configure.ac

    r65a4071 rf7ced6  
    1 AC_INIT([resources], [4.0.0])
     1AC_INIT([resources], [4.0.1])
    22
    33AC_CONFIG_MACRO_DIR([../m4])
Note: See TracChangeset for help on using the changeset viewer.