Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory sc8-pr-cvs17:/tmp/cvs-serv15748/main/finkinfo/devel

Modified Files:
      Tag: pangocairo-branch
        aegis.info findbugs.info libtool14.info openmpi.info 
        pkgconfig.info pkgconfig.patch scons.info 
Added Files:
      Tag: pangocairo-branch
        binutils.info binutils.patch yasm.info 
Removed Files:
      Tag: pangocairo-branch
        openmpi.patch 
Log Message:
missing stuff from HEAD

--- openmpi.patch DELETED ---

Index: aegis.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/aegis.info,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -u -d -r1.2 -r1.2.2.1
--- aegis.info  23 Mar 2006 05:22:06 -0000      1.2
+++ aegis.info  19 Jul 2007 22:23:26 -0000      1.2.2.1
@@ -1,16 +1,21 @@
 Package: aegis
 Version: 4.2
-Revision: 13
+Revision: 14
 Source: http://aegis.sourceforge.net/aegis-%v.tar.gz
 #TODO: need CustomMirror for retrieving old versions
-Depends: fhist
-BuildDepends: gettext-dev, gettext-bin, gettext-tools
+Depends: fhist, libgettext3-shlibs
+BuildDepends: libgettext3-dev, gettext-bin, gettext-tools
 Suggests: cook
 #
 ConfigureParams: --mandir=%p/share/man --sharedstatedir=%p/var/aegis
 Patch: %n.patch
 PatchScript: <<
   perl -ni -e 'print unless /^msgid\t""/ .. /^$/' lib/*/LC_MESSAGES/libaegis.po
+  perl -pi -e 's/(\$\(CFLAGS\)) (-I\S+ -I\S+ -I\S+)/\2 \1/' Makefile.in
+<<
+CompileScript: <<
+  ac_cv_prog_GROFF= ./configure %c
+  make
 <<
 InstallScript: <<
  make RPM_BUILD_ROOT=%d install
@@ -55,6 +60,9 @@
 system function is included because libm.dylib is a link to the OS X
 libSystem.dylib. The conflict causes a link warning, but ld makes the
 correct choice in resolution.
+
+dmacks--Miles of grodvi and other groff errors, so disable it.
+dmacks--make sure global -I goes after local ones.
 <<
 DescPackaging: <<
   Remove duplicate message from catalogs that blocks msgfmt.

Index: pkgconfig.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/pkgconfig.info,v
retrieving revision 1.5.2.1
retrieving revision 1.5.2.2
diff -u -d -r1.5.2.1 -r1.5.2.2
--- pkgconfig.info      16 Jan 2007 16:02:14 -0000      1.5.2.1
+++ pkgconfig.info      19 Jul 2007 22:23:26 -0000      1.5.2.2
@@ -1,24 +1,21 @@
 Package: pkgconfig
-Version: 0.21
+Version: 0.22
 Revision: 1
 #Source: mirror:gnome:sources/%n/0.18/%n-%v.tar.bz2
 Source: http://pkgconfig.freedesktop.org/releases/pkg-config-%v.tar.gz
-Source-MD5: 476f45fab1504aac6697aa7785f0ab91
+Source-MD5: fd5c547e9d66ba49bc735ccb8c791f2a
 SourceDirectory: pkg-config-%v
 Depends: glib-shlibs (>= 1.2.8)
 BuildDepends: glib (>= 1.2.8)
 Patch: %n.patch
-PatchScript: <<
-  mv glib-1.2.8 glib-1.2.8_UNUSED
-<<
-SetCFLAGS: -O3 -fstrict-aliasing -funroll-loops
-ConfigureParams: --mandir=%p/share/man 
--with-pc-path=/usr/X11R6/lib/pkgconfig:%p/lib/pkgconfig:%p/share/pkgconfig 
--disable-dependency-tracking
+SetCFLAGS: -Os
+ConfigureParams: --mandir=%p/share/man 
--with-pc-path=/usr/X11R6/lib/pkgconfig:%p/lib/pkgconfig:%p/share/pkgconfig 
--disable-dependency-tracking --with-installed-glib=glib1
 # --enable-indirect-deps
 CompileScript: <<
   ./configure %c
   make
-  make check
 <<
+InfoTest: TestScript: make check || exit 2
 InstallScript: make install DESTDIR=%d
 DocFiles: AUTHORS COPYING ChangeLog NEWS README
 Description: Manager for library compile/link flags
@@ -43,8 +40,7 @@
 
   Starting with 0.17.2, Link to Fink's glib pkg instead of static-link
   to included glib-1.2.8 since we have newer and better-OSX-tweaked
-  glib than that now. But still enable running of the tests. See:
-  https://bugs.freedesktop.org/show_bug.cgi?id=8228
+  glib than that now.
 
   Omitting --enable-indirect-deps gives a binary that gives identical
   results for --libs and --cflags for the fink-supplied pkgconfig/*.pc
@@ -61,4 +57,4 @@
 DescPackaging: <<
   Originally packaged by Masanori Sekino (until 0.15.0).
 <<
-Homepage: http://pkgconfig.freedesktop.org/wiki
+Homepage: http://pkgconfig.freedesktop.org

--- NEW FILE: binutils.patch ---
diff -urN binutils-2.17/configure binutils-2.17.new/configure
--- binutils-2.17/configure     2006-04-06 16:49:25.000000000 -0500
+++ binutils-2.17.new/configure 2007-05-19 00:35:04.000000000 -0500
@@ -1190,7 +1190,7 @@
     noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
     ;;
   powerpc-*-darwin*)
-    noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes gdb gprof"
+    noconfigdirs="$noconfigdirs ld gas gdb gprof"
     noconfigdirs="$noconfigdirs sim target-rda"
     ;;
   *-*-darwin*)

Index: libtool14.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/libtool14.info,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -u -d -r1.2 -r1.2.2.1
--- libtool14.info      10 Jun 2006 13:59:24 -0000      1.2
+++ libtool14.info      19 Jul 2007 22:23:26 -0000      1.2.2.1
@@ -1,13 +1,13 @@
 Package: libtool14
-Version: 1.5.22
-Revision: 1000
+Version: 1.5.24
+Revision: 20 
 Maintainer: Peter O'Gorman <[EMAIL PROTECTED]>
 Depends: %N-shlibs (= %v-%r)
 BuildDependsOnly: true
 Conflicts: libtool, libstroke (<= 0.5.1-2), libstroke-m4
 Replaces: libtool
 Source: mirror:gnu:libtool/libtool-%v.tar.gz
-Source-MD5: 8e0ac9797b62ba4dcc8a2fb7936412b0 
+Source-MD5: d0071c890101fcf4f2be8934a37841b0 
 ConfigureParams: --program-transform-name=s/libtool/glibtool/ 
--infodir=%p/share/info
 CompileScript: <<
 F77=no ./configure %c
@@ -20,7 +20,7 @@
 SplitOff: <<
   Package: %N-shlibs
   Replaces: libtool14 (<= 1.4.2-4)
-  Files: lib/libltdl.3.1.4.dylib lib/libltdl.3.dylib
+  Files: lib/libltdl.3.1.5.dylib lib/libltdl.3.dylib
   Shlibs: %p/lib/libltdl.3.dylib 5.0.0 %n (>= 1.4.2-6)
   Description: Shared libraries for libtool, v1.5
   DocFiles: <<

--- NEW FILE: binutils.info ---
Package: binutils
Version: 2.17
Revision: 2
Source: mirror:gnu:%n/%n-%v.tar.bz2
Source-MD5: e26e2e06b6e4bf3acf1dc8688a94c0d1
ConfigureParams: --infodir=%i/share/info --mandir=%i/share/man 
--program-prefix=g
BuildDependsOnly: True
BuildConflicts: dejagnu
Depends: binutils-dev
Patch: binutils.patch
InfoDocs: bfd.info  binutils.info  configure.info
CompileScript: <<
  #!/bin/sh -ev
  mkdir ../darwin_objdir
  cd ../darwin_objdir
  export CC="cc -no-cpp-precomp"
  %b/configure %c
  make
  make check
<<
InstallScript: <<
  #!/bin/sh -ev
  cd ../darwin_objdir
  make install prefix=%i
  rm %i/share/info/standards.info
  mv %i/%m-apple-darwin`uname -r` %i/share
<<
SplitOff: <<
  Package: binutils-dev
  Files: lib/libbfd.a lib/libbfd.la lib/libiberty.a lib/libopcodes.a 
lib/libopcodes.la include/ansidecl.h  include/bfd.h  include/bfdlink.h  
include/dis-asm.h  include/symcat.h
  DocFiles: COPYING
<<
DocFiles: COPYING README
Description: Collection of binary tools
DescDetail: <<
  The GNU Binutils are a collection of binary tools. The main ones are:
  ld - the GNU linker.
  as - the GNU assembler.
  
  But they also include:
  addr2line - Converts addresses into filenames and line numbers.
  ar - A utility for creating, modifying and extracting from archives.
  c++filt - Filter to demangle encoded C++ symbols.
  gprof - Displays profiling information.
  nlmconv - Converts object code into an NLM.
  nm - Lists symbols from object files.
  objcopy - Copys and translates object files.
  objdump - Displays information from object files.
  ranlib - Generates an index to the contents of an archive.
  readelf - Displays information from any ELF format object file.
  size - Lists the section sizes of an object or archive file.
  strings - Lists printable strings from files.
  strip - Discards symbols.
  windres - A compiler for Windows resource files.
<<
DescPackaging: <<
  Based on the installation procedure used in Darwinports:
  http://binutils.darwinports.com/dports/devel/binutils/Portfile
<<
License: GPL
Maintainer: Pepe Barbe <[EMAIL PROTECTED]>
Homepage: http://www.gnu.org/software/binutils/

Index: scons.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/scons.info,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -d -r1.1 -r1.1.2.1
--- scons.info  20 Jan 2006 20:23:13 -0000      1.1
+++ scons.info  19 Jul 2007 22:23:26 -0000      1.1.2.1
@@ -1,18 +1,17 @@
 Package: scons
-Version: 0.96.1
-Revision: 3
+Version: 0.97
+Revision: 1
 BuildDependsOnly: true
-Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
+Maintainer: Vincent Beffara <[EMAIL PROTECTED]>
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: 45b1c346edd8a0970210aeb1e82557c9
+Source-MD5: de530fa29e83f3b6efb618873398fa31
 CompileScript: <<
   /usr/bin/python setup.py build
 <<
 InstallScript: <<
-  /usr/bin/python setup.py install --verbose --prefix=%p --root "%d"
-<<
-RuntimeVars: <<
-  SCONS_LIB_DIR: %p/lib/scons
+  /usr/bin/python setup.py install --verbose --prefix=%p --root=%d
+  mkdir -p %i/share
+  mv %i/man %i/share
 <<
 DocFiles: CHANGES.txt LICENSE.txt MANIFEST README.txt RELEASE.txt
 Description: Python-based build tool

Index: pkgconfig.patch
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/pkgconfig.patch,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -u -d -r1.3 -r1.3.2.1
--- pkgconfig.patch     12 Sep 2006 02:13:20 -0000      1.3
+++ pkgconfig.patch     19 Jul 2007 22:23:26 -0000      1.3.2.1
@@ -1,18 +1,7 @@
-diff -Nurd -x'*~' pkg-config-0.21.orig/Makefile.in pkg-config-0.21/Makefile.in
---- pkg-config-0.21.orig/Makefile.in   2006-08-16 15:10:17.000000000 -0400
-+++ pkg-config-0.21/Makefile.in        2006-09-11 21:55:45.000000000 -0400
-@@ -145,6 +145,7 @@
- @[EMAIL PROTECTED] = glib-1.2.8/libglib.la
- @[EMAIL PROTECTED] = @GLIB_LIBS@
- @[EMAIL PROTECTED] = glib-1.2.8 check
[EMAIL PROTECTED]@SUBDIRS = check
- 
- m4dir = $(datadir)/aclocal
- m4_DATA = pkg.m4
-diff -Nurd -x'*~' pkg-config-0.21.orig/check/Makefile.in 
pkg-config-0.21/check/Makefile.in
---- pkg-config-0.21.orig/check/Makefile.in     2006-08-16 15:10:30.000000000 
-0400
-+++ pkg-config-0.21/check/Makefile.in  2006-09-11 21:56:07.000000000 -0400
-@@ -142,7 +142,7 @@
+diff -Nurd -x'*~' pkg-config-0.22.orig/check/Makefile.in 
pkg-config-0.22/check/Makefile.in
+--- pkg-config-0.22.orig/check/Makefile.in     2007-06-18 17:36:04.000000000 
-0400
++++ pkg-config-0.22/check/Makefile.in  2007-06-19 18:12:24.000000000 -0400
+@@ -148,7 +148,7 @@
  target_alias = @target_alias@
  
  TESTS = check-cflags check-libs check-define-variable \
@@ -21,43 +10,19 @@
  
  
  EXTRA_DIST = $(TESTS) common simple.pc requires-test.pc public-dep.pc \
-diff -Nurd -x'*~' pkg-config-0.21.orig/configure pkg-config-0.21/configure
---- pkg-config-0.21.orig/configure     2006-08-16 15:10:18.000000000 -0400
-+++ pkg-config-0.21/configure  2006-09-11 21:59:34.000000000 -0400
-@@ -463,7 +463,6 @@
- # include <unistd.h>
- #endif"
- 
--ac_subdirs_all="$ac_subdirs_all glib-1.2.8"
- ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME 
PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix 
program_transform_name bindir sbindir libexecdir datadir sysconfdir 
sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir 
build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS 
INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL 
AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP 
INSTALL_STRIP_PROGRAM AWK SET_MAKE am__leading_dot MAINTAINER_MODE_TRUE 
MAINTAINER_MODE_FALSE MAINT build build_cpu build_vendor build_os host host_cpu 
host_vendor host_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR 
am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE 
am__fastdepCC_TRUE am__fastdepCC_FALSE EGREP LN_S ECHO AR ac_ct_AR RANLIB 
ac_ct_RANLIB CPP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE 
am__fastdepCXX_FALSE CXXCPP F77 FFLAGS ac_ct_F77 
 LIBTOOL pc_path WARN_CFLAGS USE_INSTALLED_GLIB_TRUE USE_INSTALLED_GLIB_FALSE 
GLIB_LIBS GLIB_CFLAGS subdirs ALLOCA LIBOBJS LTLIBOBJS'
- ac_subst_files=''
- 
-@@ -19453,13 +19452,13 @@
- 
- 
- 
--if test x$native_win32 = xyes; then
-+echo "$as_me:$LINENO: forcing use of installed glib" >&5
-+echo "forcing use of installed glib" >&6
-+cat >>confdefs.h <<\_ACEOF
-+#define USE_INSTALLED_GLIB 1
-+_ACEOF
-   USE_INSTALLED_GLIB_TRUE=
-   USE_INSTALLED_GLIB_FALSE='#'
--else
--  USE_INSTALLED_GLIB_TRUE='#'
--  USE_INSTALLED_GLIB_FALSE=
--fi
- 
- 
- case "$libdir" in
-@@ -19513,7 +19512,8 @@
- else
- 
- 
--subdirs="$subdirs glib-1.2.8"
-+GLIB_CFLAGS='`${bindir}/glib-config --cflags`'
-+GLIB_LIBS='`${bindir}/glib-config --libs`'
- 
- fi # !native_win32
- 
+diff -Nurd -x'*~' pkg-config-0.22.orig/configure pkg-config-0.22/configure
+--- pkg-config-0.22.orig/configure     2007-06-18 17:36:04.000000000 -0400
++++ pkg-config-0.22/configure  2007-06-19 17:54:10.000000000 -0400
+@@ -19965,7 +19965,11 @@
+ # Check whether --with-installed-glib was given.
+ if test "${with_installed_glib+set}" = set; then
+   withval=$with_installed_glib;
+-    if test x$withval = xyes; then
++    if test x$withval = xglib1; then
++      GLIB_CFLAGS='`${bindir}/glib-config --cflags`'
++      GLIB_LIBS='`${bindir}/glib-config --libs`'
++      use_installed_glib=yes
++    elif test x$withval = xglib2; then
+       # Not on Win32, but the user requested to use the installed Glib-2.x,
+       # therefore we may assume that (some older version of) pkg-config can
+       # be found in the users PATH (otherwise we simply ignore the request).

--- NEW FILE: yasm.info ---
Package: yasm
Version: 0.6.0
Revision: 1
Source: http://www.tortall.net/projects/%n/releases/%n-%v.tar.gz
Source-MD5: 3246a73ee7e1d523ca1be8587cebac8b
Maintainer: Pierre-Henri Lavigne <[EMAIL PROTECTED]>
Homepage: http://www.tortall.net/projects/yasm/
License: BSD
Description: Modular Assembler Project 
DescDetail: <<
YASM is a complete rewrite of the NASM assembler under the "new" BSD License
(some portions are currently under the GNU Lesser General Public License
(LGPL)). Yasm currently supports the x86 and AMD64 instruction sets, accepts
NASM and GAS assembler syntaxes, outputs binary, ELF32, ELF64, COFF, Win32,
and Win64 object formats, and generates source debugging information in
STABS, DWARF 2, and CodeView 8 formats.
<<
DocFiles: ABOUT-NLS AUTHORS Artistic.txt BSD.txt COPYING ChangeLog GNU_GPL-2.0 
GNU_LGPL-2.0 NEWS README
BuildDepends: libgettext3-dev, libiconv-dev, gettext-tools, xmlto
Depends: libgettext3-shlibs, libiconv
ConfigureParams: --mandir=%i/share/man --with-extra-includes=%p/include 
--with-extra-libs=%p/lib --disable-dependency-tracking 
CompileScript: <<
#! /bin/sh -ev
./configure %c
make
<<
SplitOff: <<
  Package: %n-dev
  BuildDependsOnly: True
  Files: include lib/libyasm.a
  Description: Development libraries for %n
  DocFiles: ABOUT-NLS AUTHORS Artistic.txt BSD.txt COPYING ChangeLog 
GNU_GPL-2.0 GNU_LGPL-2.0 NEWS README
<<

Index: openmpi.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/openmpi.info,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -d -r1.1.2.3 -r1.1.2.4
--- openmpi.info        19 Jun 2007 21:16:52 -0000      1.1.2.3
+++ openmpi.info        19 Jul 2007 22:23:26 -0000      1.1.2.4
@@ -1,5 +1,5 @@
 Package: openmpi
-Version: 1.2.2
+Version: 1.2.3
 Revision: 1000
 GCC: 4.0
 Description: MPI implementation for parallel computing
@@ -10,18 +10,10 @@
 BuildConflicts: lammpi (<< 7.1.2-1000), lammpi-shlibs (<< 7.1.2-1000), 
lammpi-dev
 Conflicts: lammpi (<< 7.1.2-1000), lammpi-shlibs (<< 7.1.2-1000), lammpi-dev  
(<< 7.1.2-1000)
 Source: http://www.open-mpi.org/software/ompi/v1.2/downloads/openmpi-%v.tar.bz2
-Source-MD5: 7f553317e388c4efe479e908b66f910d
+Source-MD5: ae980bb00f9686934a1143701cc041e4
 ConfigureParams: --prefix=%p --libexecdir=%p/lib/%n --datadir=%p/share/doc/%n 
--sysconfdir=%p/etc/%n --sharedstatedir=%p/var/%n/shared 
--localstatedir=%p/var/%n/local --libdir=%p/lib/%n --includedir=%p/include 
--infodir=%p/share/info --mandir=%p/share/man/%n --enable-shared 
--enable-static --disable-dependency-tracking
-Patch: %n.patch
 InstallScript: <<
 #!/bin/sh -ev
-cd ompi/include
-mv mpi.h mpi.h.org
-sed "s|ompi/mpi/cxx/mpicxx.h|openmpi/ompi/mpi/cxx/mpicxx.h|g" < mpi.h.org > 
mpi.h
-cd ../mpi/cxx
-mv mpicxx.h mpicxx.h.org
-sed "s|ompi/mpi/cxx|openmpi/ompi/mpi/cxx|g" < mpicxx.h.org > mpicxx.h
-cd ../../..
 make install DESTDIR=%d
 mv %i/bin/mpic++ %i/bin/om-mpic++
 mv %i/bin/mpicc %i/bin/om-mpicc
@@ -52,6 +44,7 @@
     %p/lib/%N/libopen-rte.0.dylib 1.0.0 %n (>= 1.2.2-1000)
     %p/lib/%N/libmpi_cxx.0.dylib 1.0.0 %n (>= 1.2.2-1000)
     %p/lib/%N/libmpi_f77.0.dylib 1.0.0 %n (>= 1.2.2-1000)
+    %p/lib/%N/libmpi_f90.0.dylib 1.0.0 %n (>= 1.2.3-1000)
  <<
  DocFiles: AUTHORS INSTALL LICENSE README VERSION
  Description: Shared libraries for openmpi package
@@ -71,6 +64,7 @@
      lib/%N/liborte.dylib
      lib/%N/libmpi_cxx.dylib
      lib/%N/libmpi_f77.dylib
+     lib/%N/libmpi_f90.dylib
      lib/%N/lib*.a
      lib/%N/lib*.la
      bin/mpic++

Index: findbugs.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/findbugs.info,v
retrieving revision 1.4.2.2
retrieving revision 1.4.2.3
diff -u -d -r1.4.2.2 -r1.4.2.3
--- findbugs.info       30 Apr 2007 02:48:24 -0000      1.4.2.2
+++ findbugs.info       19 Jul 2007 22:23:26 -0000      1.4.2.3
@@ -1,12 +1,12 @@
 Package: findbugs
-Version: 1.2.0
+Version: 1.2.1
 Revision: 1
 Description: Bug pattern detector for java
 License: OSI-Approved
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
 Depends: system-java14 | system-java15
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: 11dfb42384236ccdf95440dc7b79e721
+Source-MD5: d53ee62ec3f2667c4464d243acb878ab
 PatchScript:   /usr/bin/true
 CompileScript: /usr/bin/true
 InstallScript: <<
@@ -36,25 +36,37 @@
 instances of "bug patterns" --- code instances that are likely to be
 errors.
 
-Changes since version 1.1.3
+Changes since version 1.2.0
 
- * In null pointer analysis, try to be better about always showing two
-   locations: where it is known null and where it is dereferenced.
- * Interprocedural analysis of which methods return nonnull values
- * Use method calls to select order in which classes are analyzed, and
-   order in which methods are analyzed, to improve interprocedural
-   analysis results.
- * Significant improvements in memory footprint, memory allocation and
-   CPU utilization (20-30% reduction in all three)
- * Added a project name, to provide better descriptions in the HTML
-   output.
- * Stopped reporting transient fields of classes not marked as
-   serializable. Transient is used by other persistence frameworks.
- * Improvements to detector for SQL injection (Thanks to Matt Hargett
-   for his contributions
- * Changed open/save options in GUI2 to not distinguish between
-   FindBugs projects and saved FindBugs analysis results.
- * Improvements to detection of serious non-short-circuit evaluation.
+ * Bug fixes:
+   - Fix bugs in incremental analysis within Eclipse plugin
+   - Fix some analysis errors
+   - Fix some threading bugs in GUI2
+   - Report version as version when it was compiled, not when it was run
+   - Copy analysis time stamp when filtering or transforming analysis files.
+
+ * Enabled StaticCalendarDetector
+
+ * Reworked GUI2 to use standard FindBugs filters
+
+ * Allow a suppression filter to be stored in a project and persisted
+   to the XML representation of a project.
+
+ * Move away from old GUI2 save format (a directory containing an xml
+   file and another file containing serialized filters).
+
+ * Supprt/recommend use of two new file extensions/formats:
+
+    .fba - FindBugs Analysis File
+           Exactly the same as an existing bug collection file stored
+           in XML format, but using a distinct file extension to make
+           it easier to figure out which xml files contain FindBugs
+           results.
+
+    .fbp - FindBugs Project File
+           Contains just the information needed to run FindBugs and
+           display the results (e.g., the files to be analyzed, the
+           auxilary class path and the location of source files)
 <<
 DescPackaging: <<
 Findbugs itself is release under the LGPL, however the shell scripts that


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to