update current version 2.0.6:

2013-04-09  Gregory Soyez  <soyez@fastjet.fr>

	* Release of SISCone 2.0.6

 	* NEWS, doc/html/index.html
	  set the release date to April 9th

2013-04-08  Gregory Soyez  <soyez@fastjet.fr>

	* doc/html/*.html:
	* configure.ac:
	  switched version number to 2.0.6

	* NEWS:
	  preparing for SISCone 2.0.6

	* setversion.sh: minor fix (used bash instead of sh)

	* CHECKLIST:   *** ADDED ***
	  helper checklist for the release process

2013-04-06  Gavin Salam  <gavin.salam@cern.ch>

	* configure.ac:
	  updated minimal required autotools version to 2.63

2013-02-05  Gavin Salam  <gavin.salam@cern.ch>

	* autogen.sh: tried to be more tolerant of different libtool
	  versions (some take --version, others -V). Still have problems
	  on OS X 10.8 with macports , but autoreconf works fine.

	* configure.ac:
	  replaced AM_CONFIG_HEADER with with AC_CONFIG_HEADERS, following
	  error with autoconf 2.69 on OS X 10.8 with macports.

2013-02-04  Gregory Soyez  <soyez@fastjet.fr>

	* siscone/Makefile.am:
	  do not install config.h

	* siscone/spherical/Makefile.am:
	  fixed directory for headers installation for the spherical
	  version of SISCone

2012-01-17  Gregory Soyez  <soyez@fastjet.fr>

	* NEWS:
	  SISCone 2.0.5

	* NEWS:
	* configure.ac:
	* Doxyfile:
	  prepared for the release of SISCone 2.0.5

	* siscone/spherical/Makefile.qm:
	  used $(includedir) instead of $(prefix)/include

2012-01-13  Gregory Soyez  <soyez@fastjet.fr>

	* siscone/Makefile.am:
	  used $(includedir) instead of $(prefix)/include

2011-11-25  Gregory Soyez  <soyez@fastjet.fr>

	* NEWS:
	  SISCone 2.0.4

	* NEWS:
	  updated in preparation for the 2.0.4 release

	* doc/html/home.png:             *** ADDED ***
	* doc/html/usage.html:
	* siscone/siscone_error.h:
	* doc/html/index.html:
	  fixed typos; updated html links.

	* configure.ac:
	* Doxyfile:
	* doc/html/*.html:
	  updated the version number to 2.0.4 and the release information

	* siscone/spherical/siscone.cpp:
	* siscone/spherical/siscone.h:
	* siscone/siscone.cpp:
	* siscone/siscone.h:
	  allowed to redirect the banner to a different stream than cout

2011-11-16  Gregory Soyez  <soyez@fastjet.fr>

	* examples/test.cpp:
	  cast a vector size (of type size_t) onto unsigned int to avoid a
	  compiler warning (on either 32 or 64-bit machines)

2011-11-15  Gavin Salam  <salam@lpthe.jussieu.fr>

	* AUTHORS:
	  updated my address.

2011-11-15  Gregory Soyez  <soyez@fastjet.fr>

	* siscone/protocones.cpp (is_inside, proceed_with_stability):
	* siscone/spherical/split_merge.cpp (init):
	* siscone/split_merge.cpp (init):
	* siscone/siscone_error.h:
	* siscone/area.cpp (compute*_areas):
	  renamed or commented out a few local variables and method
	  arguments to avoid shadowing class members (gcc -Wshadow)

	* examples/spherical.cpp:
	* examples/sample.cpp:
	  removed unused argc, argv parameters

	* examples/spherical.cpp:
	* examples/sample.cpp:
	* examples/times.cpp:
	* examples/test.cpp:
	* examples/area.cpp:
	* examples/main.cpp:
	* siscone/spherical/split_merge.cpp (save_contents, show):
	* siscone/split_merge.cpp (save_contents, show):
	* siscone/quadtree.cpp (save, save_leaves):
	  got rid of a few format warnings by replacing %le and %lf by %e
	  and %f (the l prefix applying to int and unsigned int) + a couple
	  of signed/unsigned mismatches (%d -> %u)

	* configure.ac:
	  switched version number to 2.0.4-devel

2011-10-05  Gregory Soyez  <soyez@fastjet.fr>

	* NEWS:
	  SISCone 2.0.3

	* AUTHORS:
	  updated addresses and phone numbers

	* configure.ac:
	* Doxyfile:
	* doc/html/*.html:
	  updated the version number and the release information

	* Doxyfile:
	  removed the treeview

	* siscone/reference.cpp:
	  removed redundant operator + (following a gcc warning)
	  Checked with FastJet's regression check that it was indeed not
	  used

	* siscone/spherical/protocones.cpp:
	  removed an unused variable

2011-08-09  Gregory Soyez  <soyez@fastjet.fr>

	* siscone/spherical/split_merge.h:
	  fixed the description of E_tilde. It was
             sum of E_i [ 1 + sin^2(theta_iJ) ]
	  but in practice we used
             sum of E_i [ 1 +|p_i x p_J|^2/(|p_i|^2 E_J^2)]
  	  as mentioned further down in the ChangeLog (that avoids
	  potential issues when a protojet has a zero 3-momentum)

2011-05-17  Gregory Soyez  <soyez@fastjet.fr>

	* configure.ac, Doxyfile & NEWS:
	  SISCone 2.0.2

2010-10-27  Gregory Soyez  <soyez@cern.ch>

	* siscone/makefile.static:
	  recursed make clean in the spherical dir

	* siscone/spherical/makefile.static:
	  included main siscone header directory

	* siscone/siscone.cpp, siscone/spherical/siscone.cpp:
	  The config.h header should be present from autoheader in the
	  autotools build and from the sed command in the main
	  makefile.static for build using the static makefiles.
This commit is contained in:
Kamel Ibn Aziz Derouiche 2013-12-03 18:56:37 +00:00 committed by Thomas Klausner
parent 041b1c85a7
commit 7e8a2a0913
3 changed files with 10 additions and 11 deletions

View file

@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.3 2012/11/14 00:16:17 othyro Exp $
#
# $NetBSD: Makefile,v 1.4 2013/12/03 18:56:37 jihbed Exp $
DISTNAME= siscone-2.0.1
CATEGORIES= devel
DISTNAME= siscone-2.0.6
CATEGORIES= math
MASTER_SITES= http://www.hepforge.org/archive/siscone/
MAINTAINER= jihbed.research@gmail.com
@ -10,6 +9,8 @@ HOMEPAGE= http://projects.hepforge.org/siscone/
COMMENT= C++ code for a Seedless Infrared-Safe Cone jet finder
LICENSE= gnu-gpl-v2
CHECK_PORTABILITY_SKIP= configure
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_LANGUAGES= c c++

View file

@ -1,7 +1,6 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2011/10/28 20:18:17 jihbed Exp $
@comment $NetBSD: PLIST,v 1.2 2013/12/03 18:56:37 jihbed Exp $
include/siscone/area.h
include/siscone/circulator.h
include/siscone/config.h
include/siscone/defines.h
include/siscone/geom_2d.h
include/siscone/hash.h

View file

@ -1,6 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2011/10/28 20:18:17 jihbed Exp $
$NetBSD: distinfo,v 1.2 2013/12/03 18:56:37 jihbed Exp $
SHA1 (siscone-2.0.1.tar.gz) = ea60f57fe3857d6bf4cb68a996989d54d8068d73
RMD160 (siscone-2.0.1.tar.gz) = 6249f9a4d189dbe5ee2722a22210a68890f3afac
Size (siscone-2.0.1.tar.gz) = 453830 bytes
SHA1 (patch-configure) = c3a9edc036921f046c7134df32ff1315de7171e0
SHA1 (siscone-2.0.6.tar.gz) = 5f555c91791fd4596631b1e41b7a53c241a5f7e5
RMD160 (siscone-2.0.6.tar.gz) = 63db60ff76ec731547db42506c2418966bea0e21
Size (siscone-2.0.6.tar.gz) = 473370 bytes