Hugin 2010.2beta2

Milestone information

Project:
Hugin
Series:
2010.2
Version:
2010.2beta2
Released:
 
Registrant:
Yuv
Release registered:
Active:
No. Drivers cannot target bugs and blueprints to this milestone.  

Download RDF metadata

Activities

Assigned to you:
No blueprints or bugs assigned to you.
Assignees:
No users assigned to blueprints and bugs.
Blueprints:
No blueprints are targeted to this milestone.
Bugs:
No bugs are targeted to this milestone.

Download files for this release

File Description Downloads

Release notes 

Hugin is a Panorama stitcher and more. A powerful software package
for creating and processing panoramic images.

A hugin-2010.2.0_beta2 (beta 2) tarball is available here:
https://sourceforge.net/projects/hugin/files/hugin-2010.2_beta/

This is a beta release for testing, i.e. The final release is likely to have
further bugfixes, help/manual and translation updates.

More information about this release can be found in the full ChangeLog below
and the unfinished release notes:
http://hugin.sourceforge.net/releases/2010.2.0/

Summary of changes since 2010.2.0_beta1:

* Updated Japanese, Italian translations.

* Manual/help updates.

* Fix for 'mosaic mode' angle-of-view calculation and photometric optimisation.

* Fix for slow .pto.mk file generation with large projects.

* Several improvements for autocrop: Better memory management, make autocrop
aware of crops and masks, works now also with bigger dimensions, do autocrop
to active images only.

* Faster mask calculation for bigger projects

* Ignore empty input fields in Images tab

* Fix crash when trying to draw control points on the fast preview that are
not in the projectable region.

libpano13-2.7.17 is required, note that this is still in beta itself.

See README, ChangeLog and INSTALL_cmake for more information.

SHA1SUM:
42bc884fb2ad5726fff4cc489c4076f9db2d68b0 hugin-2010.2.0_beta2.tar.gz

This release is equivalent to hg branch 2010.2 -r 4273:3bd31edd2dca

A detailed ChangeLog of every commit since 2010.2.0_beta1 follows:

Changelog 

View the full changelog

2010-08-30 James Legg <email address hidden>

        * merge
        [a264d29891ac]

        * src/hugin1/hugin/GreatCircles.cpp:
        Fix crash when trying to draw control points on the fast preview
        that are not in the projectable region.
        [cc8d0c234ceb]

2010-08-29 Bruno Postle <email address hidden>

        * src/hugin1/hugin/xrc/data/help_en_EN/Fulla.html,
        src/hugin1/hugin/xrc/data/help_en_EN/Hugin.html,
        src/hugin1/hugin/xrc/data/help_en_EN/Hugin_FAQ.html,
        src/hugin1/hugin/xrc/data/help_en_EN/Hugin_Preferences.html,
        src/hugin1/hugin/xrc/data/help_en_EN/Hugin_Reset_Values_window.html,
        src/hugin1/hugin/xrc/data/help_en_EN/Pano_modify.html,
        src/hugin1/hugin/xrc/data/help_en_EN/Panorama_tools.html,
        src/hugin1/hugin/xrc/data/help_en_EN/Panotools.html,
        src/hugin1/hugin/xrc/data/help_en_EN/Pto_merge.html:
        Update manual from wiki
        [e9e2baafa23d]

        * ChangeLog:
        Update ChangeLog for 2010.2 branch
        [da9ae058ed68]

2010-08-28 Bruno Postle <email address hidden>

        * src/translations/ja.po:
        Remove some \n from Japanese translation that caused fatal error
        [ef60981f8611]

2010-08-28 Masahiro Kitagawa <email address hidden>

        * src/translations/ja.po:
        updated Japanese translation
        [aef3f8fcc1b8]

2010-08-25 tmodes <tmodes>

        * src/hugin1/hugin/ImagesPanel.cpp:
        Ignore empty input fields in Images tab
        [c4ded35d3f73]

2010-08-23 Bruno Postle <email address hidden>

        * src/translations/it.po:
        Updated Italian translation (Cristian Marchi)
        [6eb12d5d8e54]

2010-08-07 tmodes <tmodes>

        * src/hugin_base/algorithms/basic/CalculateOverlap.cpp,
        src/hugin_base/algorithms/basic/CalculateOverlap.h,
        src/hugin_base/panodata/Panorama.cpp,
        src/hugin_base/panodata/SrcPanoImage.cpp,
        src/hugin_base/panodata/SrcPanoImage.h:
        Faster mask calculation for bigger projects (transplanted from
        7865fdc9169504f143305883541c9516b2b0359a)
        [ad5544e0c303]

2010-08-04 tmodes <tmodes>

        * src/hugin_base/algorithms/basic/CalculateOptimalROI.cpp,
        src/hugin_base/algorithms/basic/CalculateOptimalROI.h:
        Several improvements for autocrop
        * Better memory management
        * Make autocrop aware of crops and masks
        * Works now also with bigger dimensions (transplanted from
        090323ed8e655255f2eeaa09f13ac7c98392b9e1)
        [4484cb5832a4]

2010-08-01 tmodes <tmodes>

        * src/hugin_base/algorithms/basic/CalculateOptimalROI.cpp,
        src/hugin_base/algorithms/basic/CalculateOptimalROI.h:
        Do autocrop to active images only and not all images Clean up code
        (removed unused lines) (transplanted from
        729147f7db0c026027c32160cbeedd709f822440)
        [315e05f56567]

        * src/hugin_base/algorithms/basic/CalculateOverlap.cpp,
        src/hugin_base/algorithms/point_sampler/PointSampler.h,
        src/hugin_base/nona/RemappedPanoImage.h,
        src/hugin_base/panotools/PanoToolsInterface.cpp:
        Check, if transformImgCoord was successfull This should fix the bug,
        that the fov was calculated wrong for projects with non-zero
        translations parameters. Now also the photometric optimisation
        should work for these projects. (transplanted from
        ebece9c9319dcc9b2750c037d08352edceb3fa07)
        [bdaf6c92c6a5]

2010-07-30 harryvanderwolf <email address hidden>

        * CMakeLists.txt:
        [OSX] correct CMakeLists.txt file. This will build correctly on OSX
        [b5bddb03391a]

2010-07-24 Andreas <Andreas Metzler>

        * CMakeLists.txt, CMakeModules/FindPANO13.cmake:
        Added version checking for libpano13
        [6e072258d951]

2010-07-23 tmodes <tmodes>

        * src/hugin_base/algorithms/panorama_makefile/PanoramaMakefileExport.c
        pp:
        Reduce resolution for overlap detection in makefile generation (This
        should speed up of writing of makefile) (transplanted from
        8cbe07845ccff07982bcf5981d5a26a08e4e4999)
        [3143279c500b]

2010-07-22 Bruno Postle <email address hidden>

        * src/hugin1/hugin/xrc/data/help_en_EN/197px-Field-of-view.svg.png,
        src/hugin1/hugin/xrc/data/help_en_EN/360px-Pantheon-150x100-rect-
        panini.jpg, src/hugin1/hugin/xrc/data/help_en_EN/Autooptimiser.html,
        src/hugin1/hugin/xrc/data/help_en_EN/Autopano-sift-C.html,
        src/hugin1/hugin/xrc/data/help_en_EN/Chromatic_aberration.html,
        src/hugin1/hugin/xrc/data/help_en_EN/DSLR_spherical_resolution.html,
        src/hugin1/hugin/xrc/data/help_en_EN/Enfuse.html,
        src/hugin1/hugin/xrc/data/help_en_EN/Field_of_View.html,
        src/hugin1/hugin/xrc/data/help_en_EN/HDR_workflow_with_hugin.html,
        src/hugin1/hugin/xrc/data/help_en_EN/Horizontal_control_points.html,
        src/hugin1/hugin/xrc/data/help_en_EN/Hugin.html,
        src/hugin1/hugin/xrc/data/help_en_EN/Hugin_Camera_and_Lens_tab.html,
        src/hugin1/hugin/xrc/data/help_en_EN/Hugin_Control_Points_tab.html,
        src/hugin1/hugin/xrc/data/help_en_EN/Hugin_FAQ.html,
        src/hugin1/hugin/xrc/data/help_en_EN/Hugin_Fast_Preview_window.html,
        src/hugin1/hugin/xrc/data/help_en_EN/Hugin_Images_tab.html,
        src/hugin1/hugin/xrc/data/help_en_EN/Hugin_Mask_tab.html,
        src/hugin1/hugin/xrc/data/help_en_EN/Hugin_Optimizer_tab.html, src/h
        ugin1/hugin/xrc/data/help_en_EN/Hugin_Parameters_for_Control_Point_D
        etectors_dialog.html,
        src/hugin1/hugin/xrc/data/help_en_EN/Hugin_Preferences.html,
        src/hugin1/hugin/xrc/data/help_en_EN/Hugin_Reset_Values_window.html,
        src/hugin1/hugin/xrc/data/help_en_EN/Hugin_translation_guide.html,
        src/hugin1/hugin/xrc/data/help_en_EN/Pano_modify.html, src/hugin1/hu
        gin/xrc/data/help_en_EN/Panorama_scripting_in_a_nutshell.html,
        src/hugin1/hugin/xrc/data/help_en_EN/Pitch.html,
        src/hugin1/hugin/xrc/data/help_en_EN/Projections.html,
        src/hugin1/hugin/xrc/data/help_en_EN/Pto_merge.html,
        src/hugin1/hugin/xrc/data/help_en_EN/SmartBlend.html, src/hugin1/hug
        in/xrc/data/help_en_EN/Straight_line_control_points.html,
        src/hugin1/hugin/xrc/data/help_en_EN/Swing_rod.html, src/hugin1/hugi
        n/xrc/data/help_en_EN/The_General_Panini_Projection.html,
        src/hugin1/hugin/xrc/data/help_en_EN/Vertical_control_points.html,
        src/hugin1/hugin/xrc/data/help_en_EN/Wavy_distortion.html,
        src/hugin1/hugin/xrc/data/help_en_EN/Yaw.html:
        Update manual from wiki
        [36d225248e33]

        * src/hugin1/hugin/xrc/data/help_en_EN/pages.txt:
        New pages from wiki
        [ac59be554ab8]

2010-07-18 Bruno Postle <email address hidden>

        * doc/pano_trafo.1:
        Regenerate pano_trafo man page (Andreas Metzler)
        [fba464a0344b]

2010-07-16 Bruno Postle <email address hidden>

        * doc/releases/hugin-2010.2.0_beta1.txt:
        finish off beta1 release notes
        [90fbabef61e9]

        * ChangeLog:
        Update ChangeLog file
        [69545ba63586]

0 blueprints and 0 bugs targeted

There are no feature specifications or bug tasks targeted to this milestone. The project's maintainer, driver, or bug supervisor can target specifications and bug tasks to this milestone to track the things that are expected to be completed for the release.

This milestone contains Public information
Everyone can see this information.