[med-svn] [imagej] branch master updated (c4d06f9 -> 481f59f)

Carnë Draug carandraug+dev at gmail.com
Tue Sep 26 14:32:09 UTC 2017


This is an automated email from the git hooks/post-receive script.

carandraug-guest pushed a change to branch master
in repository imagej.

      from  c4d06f9   d/control: declare imagej dependency on libij-java
       new  808af31   New upstream version 1.51q
       new  0d07fbd   Merge tag 'upstream/1.51q'
       new  a9c7510   d/copyright: drop no longer required Files-Excluded
       new  03cc2dc   d/changelog: new upstream release
       new  1597529   d/patches/*: drop patches for issues fixed on new upstream release
       new  ad3ce4f   d/patches/fix-javadocs-syntax.patch: fix new javadoc issues on new upstream release
       new  9f51bc6   d/control: declare break and replace for libij-java (bug #876129)
       new  481f59f   releasing package imagej version 1.51q-1

The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 IJ_Props.txt                                |    7 +-
 build.xml                                   |    7 +-
 debian/changelog                            |    9 +-
 debian/control                              |    4 +-
 debian/copyright                            |    4 -
 debian/patches/drop-mac-plugins.patch       |    2 +-
 debian/patches/exclude-quilt-from-ant.patch |   20 -
 debian/patches/fix-javadocs-syntax.patch    |   49 +-
 debian/patches/link-javadocs.patch          |    2 +-
 debian/patches/series                       |    4 +-
 debian/patches/specify-javac-encoding.patch |   28 -
 ij/IJ.java                                  |   32 +-
 ij/ImageJ.java                              |    2 +-
 ij/ImagePlus.java                           |   53 +-
 ij/Menus.java                               |    2 +-
 ij/Prefs.java                               |    2 +
 ij/gui/ImageCanvas.java                     |    4 +-
 ij/gui/ImageWindow.java                     |    2 +
 ij/gui/Plot.java                            | 1206 +++++++++++++++++----------
 ij/gui/PlotCanvas.java                      |   10 +-
 ij/gui/PlotDialog.java                      |   38 +-
 ij/gui/PlotWindow.java                      |  237 +++---
 ij/gui/PointRoi.java                        |   30 +-
 ij/gui/ProfilePlot.java                     |    4 +-
 ij/gui/Roi.java                             |   22 +-
 ij/gui/RotatedRectRoi.java                  |   18 +-
 ij/gui/ShapeRoi.java                        |    1 -
 ij/gui/StackWindow.java                     |    9 +-
 ij/gui/Toolbar.java                         |   74 +-
 ij/gui/Wand.java                            |   16 +-
 ij/io/FileInfo.java                         |    5 +-
 ij/io/FileOpener.java                       |    4 +
 ij/io/FileSaver.java                        |   12 +
 ij/io/RoiDecoder.java                       |    2 +-
 ij/io/TiffDecoder.java                      |   20 +-
 ij/io/TiffEncoder.java                      |   14 +
 ij/macro/Functions.java                     |  577 +++++++------
 ij/macro/Interpreter.java                   |    5 +-
 ij/macro/MacroConstants.java                |    6 +-
 ij/measure/ResultsTable.java                |    2 +-
 ij/plugin/BrowserLauncher.java              |   12 +-
 ij/plugin/CalibrationBar.java               |   22 +-
 ij/plugin/Duplicator.java                   |  125 ++-
 ij/plugin/FFT.java                          |   12 +-
 ij/plugin/GelAnalyzer.java                  |    7 +-
 ij/plugin/MacroInstaller.java               |    2 +-
 ij/plugin/NewPlugin.java                    |    4 +-
 ij/plugin/RGBStackConverter.java            |    2 +
 ij/plugin/ScaleBar.java                     |   26 +-
 ij/plugin/Selection.java                    |    2 +-
 ij/plugin/StackPlotter.java                 |   93 +++
 ij/plugin/Straightener.java                 |   14 +-
 ij/plugin/WandToolOptions.java              |   12 +-
 ij/plugin/ZProjector.java                   |  141 +++-
 ij/plugin/frame/ContrastAdjuster.java       |    5 -
 ij/plugin/frame/Editor.java                 |    9 +-
 ij/plugin/frame/LineWidthAdjuster.java      |   10 +-
 ij/plugin/frame/MemoryMonitor.java          |    2 +-
 ij/plugin/frame/PlugInDialog.java           |    4 +-
 ij/plugin/frame/Recorder.java               |    6 +-
 ij/process/AutoThresholder.java             |    1 -
 ij/process/FHT.java                         |    2 +-
 ij/process/FloatProcessor.java              |    7 +-
 ij/process/ImageProcessor.java              |   79 +-
 ij/util/FontUtil.java                       |   56 ++
 macros/SmoothWandTool.txt                   |  104 +++
 release-notes.html                          |   24 +-
 67 files changed, 2157 insertions(+), 1171 deletions(-)
 delete mode 100644 debian/patches/exclude-quilt-from-ant.patch
 delete mode 100644 debian/patches/specify-javac-encoding.patch
 create mode 100644 ij/plugin/StackPlotter.java
 create mode 100644 ij/util/FontUtil.java
 create mode 100644 macros/SmoothWandTool.txt

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/imagej.git



More information about the debian-med-commit mailing list