/[cln]/NEWS
ViewVC logotype

Log of /NEWS

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Links to cln_1-1-8: (view) (annotate)
Sticky Tag:

Revision 1.23 - (view) (annotate) - [select for diffs]
Thu Jul 1 20:18:12 2004 UTC (8 years, 10 months ago) by kreckel
Branch: MAIN
CVS Tags: cln_1-1-8
Changes since 1.22: +16 -0 lines
Diff to previous 1.22
	* Version 1.1.8 released.


Revision 1.22 - (view) (annotate) - [select for diffs]
Sun May 2 19:54:10 2004 UTC (9 years ago) by kreckel
Branch: MAIN
CVS Tags: cln_1-1-7
Changes since 1.21: +14 -0 lines
Diff to previous 1.21
* Version 1.1.7 released.


Revision 1.21 - (view) (annotate) - [select for diffs]
Thu Jan 1 16:14:30 2004 UTC (9 years, 4 months ago) by kreckel
Branch: MAIN
CVS Tags: cln_1-1-6
Changes since 1.20: +10 -3 lines
Diff to previous 1.20
* Finalize release 1.1.6.


Revision 1.20 - (view) (annotate) - [select for diffs]
Mon Dec 29 19:03:32 2003 UTC (9 years, 4 months ago) by kreckel
Branch: MAIN
Changes since 1.19: +18 -0 lines
Diff to previous 1.19
	Rework of autoconfiscation infrastructure
	* autoconf/config.{guess,sub}: Update to GNU version 2003-10-07.
	* autoconf/ltmain.sh: Update to GNU version 1.4.3.
	* autoconf/autoconf: Remove (from now on we assume autoconf is
	  installed properly on the sytem).
	* autoconf/autoconf.m4: Likewise.
	* autoconf/autoconf.m4f: Likewise.
	* autoconf/acgeneral.m4: Likewise.
	* autoconf/acspecific.m4: Likewise.
	* autoconf/aclocal.m4: Regenerate.
	* autoconf/acinclude.m4: Remove (while moving the macros...)
	* m4/gmp.m4: New file (...to here).
	* Makefile.devel: Update to new scheme.
	* configure.ac: Likewise.
	* include/cln/GV_integer.h: Assume template specializations work.
	* include/cln/GV_modinteger.h: Likewise.
	* include/cln/config.h.in: Likewise, and drop HAVE_BOOL.
	* src/base/cl_base_config.h.in: Drop support for obsolete ftime(3).
	* src/base/random/cl_random_from.cc: Likewise.
	* src/timing/cl_base_config.h.in: Likewise.
	* src/timing/cl_t_current.cc: Likewise.


Revision 1.19 - (view) (annotate) - [select for diffs]
Tue May 28 16:58:01 2002 UTC (10 years, 11 months ago) by kreckel
Branch: MAIN
CVS Tags: cln_1-1-5
Changes since 1.18: +9 -0 lines
Diff to previous 1.18
        * Last bits for release 1.1.5.


Revision 1.18 - (view) (annotate) - [select for diffs]
Fri Jan 4 17:57:08 2002 UTC (11 years, 4 months ago) by kreckel
Branch: MAIN
CVS Tags: cln_1-1-4
Changes since 1.17: +11 -0 lines
Diff to previous 1.17
        * Bump dates, version numbers, etc, for 1.1.4-release...


Revision 1.17 - (view) (annotate) - [select for diffs]
Mon Nov 5 18:59:54 2001 UTC (11 years, 6 months ago) by kreckel
Branch: MAIN
Changes since 1.16: +14 -0 lines
Diff to previous 1.16
        * autoconf/ltmain.sh: Upgrade to libtool-1.4.2.
        * autoconf/config.{guess,sub}: Update to GNU version 2001-09-07.
        * Version 1.1.3 released.


Revision 1.16 - (view) (annotate) - [select for diffs]
Wed Jul 25 15:54:34 2001 UTC (11 years, 10 months ago) by kreckel
Branch: MAIN
CVS Tags: cln_1-1-2, cln_1-1-3
Changes since 1.15: +1 -1 lines
Diff to previous 1.15
* Landing 1.1.2.


Revision 1.15 - (view) (annotate) - [select for diffs]
Tue Jul 24 13:09:34 2001 UTC (11 years, 10 months ago) by kreckel
Branch: MAIN
Changes since 1.14: +9 -0 lines
Diff to previous 1.14
        * prepare for release 1.1.2.


Revision 1.14 - (view) (annotate) - [select for diffs]
Thu May 31 20:00:51 2001 UTC (11 years, 11 months ago) by kreckel
Branch: MAIN
CVS Tags: cln_1-1-1
Changes since 1.13: +1 -1 lines
Diff to previous 1.13
        * configure.in: adjust lt-versions, taking into account that a
          change in prototype breaks compatibility in C++.  :-(
        * INSTALL: sync compiler options with doc/cln.tex.
        * NEWS: adjust date.


Revision 1.13 - (view) (annotate) - [select for diffs]
Fri May 25 17:29:46 2001 UTC (12 years ago) by kreckel
Branch: MAIN
Changes since 1.12: +4 -2 lines
Diff to previous 1.12
        * Adjusted dates and final touches for 1.1.1.


Revision 1.12 - (view) (annotate) - [select for diffs]
Mon Jan 22 13:13:00 2001 UTC (12 years, 4 months ago) by kreckel
Branch: MAIN
Changes since 1.11: +9 -0 lines
Diff to previous 1.11
        * include/cln/*.h: Change signatures of all classes' methods
          cln::cl_foo::operator new(size_t, cl_foo*) to
          cln::cl_foo::operator new(size_t, void*) so one can declare
          std::vector<cln::cl_foo>, std::list<cln::cl_foo> etc. for
          certain STL implementations (like libstdc++-v3).


Revision 1.11 - (view) (annotate) - [select for diffs]
Thu Dec 14 16:52:59 2000 UTC (12 years, 5 months ago) by kreckel
Branch: MAIN
CVS Tags: cln_1-1-0
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
        * */*: cl_istream -> std::istream, cl_ostream -> std::ostream.


Revision 1.10 - (view) (annotate) - [select for diffs]
Tue Dec 5 15:41:41 2000 UTC (12 years, 5 months ago) by kreckel
Branch: MAIN
Changes since 1.9: +1 -1 lines
Diff to previous 1.9
* Squished a typo.


Revision 1.9 - (view) (annotate) - [select for diffs]
Mon Nov 20 16:42:46 2000 UTC (12 years, 6 months ago) by haible
Branch: MAIN
Changes since 1.8: +6 -5 lines
Diff to previous 1.8
Typos.


Revision 1.8 - (view) (annotate) - [select for diffs]
Sat Nov 18 13:23:21 2000 UTC (12 years, 6 months ago) by kreckel
Branch: MAIN
Changes since 1.7: +6 -0 lines
Diff to previous 1.7
        * cln.m4: New file.
        * doc/cln.tex: Document package tools cln-config and cln.m4.
        * Makefile.in: Care about cln.m4.


Revision 1.7 - (view) (annotate) - [select for diffs]
Thu Nov 16 18:39:55 2000 UTC (12 years, 6 months ago) by kreckel
Branch: MAIN
Changes since 1.6: +5 -2 lines
Diff to previous 1.6
        * autoconf/aclocal.m4 (CL_GMP_SET_UINTD): New macro...
        * configure.in: ...used here.
        * include/cln/config.h.in: Put in macros defined by CL_GMP_SET_UINTD...
        * include/cln/types.h: ...used here.
        * autoconf/acgeneral.m4, autoconf/aclocal.m4: Adhere to FHS.


Revision 1.6 - (view) (annotate) - [select for diffs]
Mon Aug 28 22:07:37 2000 UTC (12 years, 8 months ago) by kreckel
Branch: MAIN
Changes since 1.5: +14 -0 lines
Diff to previous 1.5
        * All Files have been modified for inclusion of namespace cln;
          I am too lazy for a detailed discussion of all the changes.
          Many identifiers got their `cl_' stripped off.  Ok, this is a
          clumpsy CVS log-entry.  Promise: more will soon go into the
          file ChangeLog.  I apologize for the inconvenience.   :-(


Revision 1.5 - (view) (annotate) - [select for diffs]
Mon Jun 5 08:01:30 2000 UTC (12 years, 11 months ago) by kreckel
Branch: MAIN
Changes since 1.4: +1 -1 lines
Diff to previous 1.4
- doc/*, INSTALL: Mention that both shared and static library are
  now build by default.


Revision 1.4 - (view) (annotate) - [select for diffs]
Tue May 30 19:02:39 2000 UTC (12 years, 11 months ago) by kreckel
Branch: MAIN
Changes since 1.3: +1 -1 lines
Diff to previous 1.3
- configure.in, autoconf/aclocal.m4 (CL_GMP_H_VERSION, CL_GMP_CHECK):
  New macros.
- configure.in, include/cl_config.h.in (CL_VERSION, CL_VERSION_MINOR,
  CL_VERSION_PATCHLEVEL): New definitions.
- autoconf/config.guess, autoconf/config.sub, autoconf/ltconfig,
  autoconf/ltmain.sh: updated from FSF (libtool 1.3.5, etc).
- src/Makefile.in, configure.in: release-variables renamed from
  CLN_* to CL_*.
- configure.in: default to build both shared and static library
  (i.e. default to the most common behaviour).


Revision 1.3 - (view) (annotate) - [select for diffs]
Wed May 24 17:00:25 2000 UTC (13 years ago) by kreckel
Branch: MAIN
Changes since 1.2: +3 -0 lines
Diff to previous 1.2
- autoconf/config.*: Updated to new version from FSF
  (the new libtool wants this).
- src/Makefile.in: added $(LDFLAGS) to link step.
- src/base/digitseq/cl_2DS_div.cc, cl_2DS_recip.cc: Adjusted
  break-even points.
- Changelog, NEWS: updated.


Revision 1.2 - (view) (annotate) - [select for diffs]
Tue May 9 16:33:40 2000 UTC (13 years ago) by kreckel
Branch: MAIN
Changes since 1.1: +10 -0 lines
Diff to previous 1.1
- Mention that we use inter-library dependencies now instead of an internal
  mpn-tree.


Revision 1.1 - (view) (annotate) - [select for diffs]
Fri Jan 28 11:37:18 2000 UTC (13 years, 3 months ago) by kreckel
Branch: MAIN
Branch point for: cln
Initial revision


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

Christian Bauer">Christian Bauer
ViewVC Help
Powered by ViewVC 1.1.15