I created a windows build for 2010.2.0 beta2 available here: http://www.box.net/shared/zbomqanoqk
In addition using thePanz's new installer script I created an installer as well: http://www.box.net/shared/b4m1h96g5h I made a few changes to the script, creating an icon for the installer and adding the hugin logo to the header and the language selector. These changes are available here: http://www.box.net/shared/s88u62pxkx On Aug 30, 7:13 pm, Bruno Postle <[email protected]> wrote: > 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: > > 2010-08-30 James Legg <[email protected]> > > * 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 protected]> > > * 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 protected]> > > * src/translations/ja.po: > Remove some \n from Japanese translation that caused fatal error > [ef60981f8611] > > 2010-08-28 Masahiro Kitagawa <[email protected]> > > * 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 protected]> > > * 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 protected]> > > * 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 protected]> > > * 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 protected]> > > * doc/pano_trafo.1: > Regenerate pano_trafo man page (Andreas Metzler) > [fba464a0344b] > > 2010-07-16 Bruno Postle <[email protected]> > > * doc/releases/hugin-2010.2.0_beta1.txt: > finish off beta1 release notes > [90fbabef61e9] > > * ChangeLog: > Update ChangeLog file > [69545ba63586] > > application_pgp-signature_part > < 1KViewDownload -- You received this message because you are subscribed to the Google Groups "Hugin and other free panoramic software" group. A list of frequently asked questions is available at: http://wiki.panotools.org/Hugin_FAQ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/hugin-ptx
