Hugin-2011.2.0_rc4 released

120 views
Skip to first unread message

Yuval Levy

unread,
Aug 16, 2011, 9:45:35 PM8/16/11
to hugi...@googlegroups.com
Hugin-2011.2.0_rc4 RELEASE NOTES

ABOUT

Hugin is more than just a panorama stitcher. A new version is available.
This is a release candidate and may be declared a final release in a few days.
This release candidate is the same as rc3 with two exception: a new Danish
translation has been added and the Dutch translation has been updated.

Hugin can be found at
* SourceForge: http://hugin.sourceforge.net/
* Launchpad: https://launchpad.net/hugin


DOWNLOAD

The 2011.2.0_rc4 source tarball can be downloaded

* from SourceForge at
http://sourceforge.net/projects/hugin/files/hugin/hugin-2011.2_beta/hugin-2011.2.0_rc4.tar.bz2/download

* from Launchpad at
http://launchpad.net/hugin/2011.2/2011.2rc4/+download/hugin-2011.2.0_rc4.tar.bz2

This is a source code release. For executables see below.

This tarball is equivalent to rev/changeset 5504:38785809a4b2 in our Mercurial
repository, where it is also tagged 2011.2.0_rc4

Verify its SHA1SUM
4da599f69ff4f0a53cdf8275048c87221cf6edb1 hugin-2011.2.0_rc4.tar.bz2

EXECUTABLES

Users communities produce executables for their respective platforms.

These executables are then added to the download section on SourceForge at
http://sourceforge.net/projects/hugin/files/hugin/

A number of users have built recent snapshots and executables are likely to be
announced within a few days of this tarball release.

Watch http://groups.google.com/group/hugin-ptx for the announcements of binary
releases. If you don't see a binary for your platform it has most likely not
been produced yet. Consider stepping up to the task. Instructions at

http://wiki.panotools.org/Development_of_Open_Source_tools#Supported_Platforms

Announce your build on http://groups.google.com/group/hugin-ptx


SPLASH SCREEN

To promote artists using Hugin the project has adopted a user-contributed
artwork to enrich the splash screen of this release.

Read more about the Fafleralp panorama and author/contributor David Haberthür
at
http://hugin.sourceforge.net/releases/2011.2.0/


CHANGES SINCE 2011.0.0

Little time has passed since our last release and yet there is new major
functionality. Hugin has received a Python scripting interface and new
lens calibration tool. A critical bug affecting a significant number of
Mac users has been fixed and many general improvements have been made.


_Lens Calibration Tool_

Lenses are designed to follow a perfect geometric model. For rectilinear
lenses, a straight line in the depicted scene should be straight in the
picture. This is not always the case: most lenses have an inherent
deviation from the perfect model, resulting in imperfections such as
pincushion or barrel distortion in rectilinear lenses.

Adherence to the perfect geometric model is desirable for aesthetic purposes
and indespensible to achieve proper alignment when stitching images.
Hugin can calculate lens distortion parameters on the fly when optimizing
a project, however this requires more control points and more computational
effort than a project starting with a calibrated lens, and is prone to more
errors.

The new lens calibration tool calculates the distortion parameters of a
lens based on an input image. The input image must contain straight
lines, ideally many of them at different distances from the center of the
lens, covering at least one quadrant of the image. The calculated
parameters are valid for a given combination of focal distance,
aperture (F-stop), and sensor.

The values, saved into a lens profile, can be used in Hugin to achieve
a better stitch, or on single images taken with this lens / settings
combination to achieve a more aesthetically pleasing outcome.


_Python Scripting Interface_

Hugin now exposes some of its data structure and functionalities through
a Python module. To get started with scripting, start your Python
interpreter and type:

>>> import hsi
>>> help (hsi)

Standalone Python programs can access a panorama object with Hugin's
functionality. It is possible to develop complete command line and
even GUI tools based on this module.

The Python Scripting Interface does not work on Mac OSX yet.


_Python Plugin Interface_

Hugin can now run Python scripts inside the application. In an enabled
Hugin binary, a new "Actions" menu gives access to system-wide plugins
distributed with Hugin. Moreover, plugins can be written, modified,
customized in the user's own directory.

Currently there are only a few plugins available, but we expect the
body of available plugins and functionality to grow organically as
the interface is being made available to the general public.

The Python Plugin Interface does not work on Mac OSX yet.


_Other Improvements_

* PTBatcherGUI has matured to become the default processor for
stitching projects.
* ICC profiles saved in output.
* Support for newer Olympus camera.
* Improved auto cropping.
* New mask type: exclude region from all images shot with the same lens
* Copy&paste of masks in Mask Tab
* Show extent of active masks and crop in Mask Editor
* Fix for critical issue affecting stitching on Mac OS X Leopard.
* Many more improvements and bug fixes.


_Libraries and Build_

The Python interface introduces new dependencies:
* SWIG >2.0
* Python


UPGRADING

Upgrading from previous versions of Hugin should be seamless. If you do have
problems with old settings, these can be reset in the Preferences by clicking
'Load defaults'.

It is strongly recommeded to set the default control point detector to
Hugin's CPFind. It is the only control point generator endorsed by Hugin.
Third-party generators may be compatible with the plug-in architecture.


COMPILING

Users compiling from source refer to the dependencies listed at
http://wiki.panotools.org/Development_of_Open_Source_tools#Dependencies

and the build processes listed at
http://wiki.panotools.org/Development_of_Open_Source_tools#Build_your_Own_Test_Builds

More information in the README and INSTALL_cmake files in the tarball.


KNOWN ISSUES AND WORKAROUNDS

Fast Preview is affected by a threading issue.
href="https://bugs.launchpad.net/hugin/+bug/792896

Plane overview is wrong if opening fast preview window the first time
https://bugs.launchpad.net/hugin/+bug/726183


Panosphere Overview window seperated from the content
https://bugs.launchpad.net/hugin/+bug/726997


There is a known problem building Hugin with CMake 2.8.5rc2.
Workaround: Upgrade to a newer CMake version.


Mac OS X 10.7 Lion has been recently introduced by Apple.
Initial reports indicate that it is not compatible with Hugin.
Support will start as soon as possible.


An updated list of issues deemed to be critical, including discussions
and workarounds is in the issue tracker.
https://bugs.launchpad.net/hugin/+bugs?search=Search&field.importance=Critical


RELEASE MANAGEMENT

Hugin is looking for a new release manager.

The process is documented in detail at

http://wiki.panotools.org/Development_of_Open_Source_tools#Release

I will keep hanging out on Hugin-PTX and will gladly help the next
release manager transition into the role.


THANKS

Thanks to all the contributors to this release and members of the hugin-ptx
mailing list, too many to mention here.

Hugin can be found at http://hugin.sourceforge.net/ and at
https://launchpad.net/hugin


A DETAILED CHANGELOG SINCE THE LAST RELEASE FOLLOWS

2011-08-13 23:08 +0200 Vaclav Cerny <va...@seznam.cz> (5974676dfce0) tip

updated czech translation

> src/translations/cs_CZ.po

2011-08-07 11:08 +0200 harryvanderwolf <hvd...@gmail.com> (1841017f2572)

[OSX] things forgotten when correcting the lens_calibrate_gui to
correct calibrate_lens_gui

+ mac/calibrate_lens_gui-Info copy.plist
+ mac/calibrate_lens_gui-xrc.sh
- mac/lens_calibrate_gui-Info copy.plist
- mac/lens_calibrate_gui-xrc.sh

2011-08-06 17:59 +0200 harryvanderwolf <hvd...@gmail.com> (0a0f61e687e2)

[OSX] Complete rework of PTBatcherGui call based on patch by Charlie
Reiman dd. 18-06-2011

> mac/Hugin.xcodeproj/project.pbxproj
> src/hugin1/base_wx/platform.cpp
> src/hugin1/base_wx/platform.h
> src/hugin1/hugin/AssistantPanel.cpp
> src/hugin1/hugin/PanoPanel.cpp

2011-08-04 19:46 +0200 harryvanderwolf <hvd...@gmail.com> (f0d4c3e891ad)

[OSX] Also update the installer to use the correct
calibrate_lens_gui.app name and so on

> mac/HuginCompleteInstaller.pmproj

2011-08-04 19:23 +0200 harryvanderwolf <hvd...@gmail.com> (59b1575b9d6c)

[OSX] rename incorrect lens_calibrate_gui.app to correct
calibrate_lens_gui.app including all references and usages

> mac/Hugin.xcodeproj/project.pbxproj
> mac/create_stripped_apps_for_installer.sh
> mac/lens_calibrate_gui-Info copy.plist
> mac/lens_calibrate_gui-xrc.sh

2011-07-27 23:18 +0200 Vaclav Cerny <va...@seznam.cz> (6973435c5a20)

Updated Czech translation

> src/translations/cs_CZ.po

2011-07-27 10:45 -0400 Yuval Levy <y...@users.sourceforge.net> (43f8cb0a32ae)

Updated Brazilian Portuguese translation (Luís Henrique Camargo
Quiroz)

> src/translations/pt_BR.po

2011-07-27 10:44 -0400 Yuval Levy <y...@users.sourceforge.net> (219a244726f4)

Updated French translation (Jean-Luc Coulon)

> src/translations/fr.po

2011-07-27 10:43 -0400 Yuval Levy <y...@users.sourceforge.net> (5d4c1c40fbb6)

Updated Hungarian translation (Lajos Höss)

> src/translations/hu.po

2011-07-27 10:42 -0400 Yuval Levy <y...@users.sourceforge.net> (fcf10f92e9ef)

Updated German translation (Carl von Einem)

> src/translations/de.po

2011-07-23 18:09 -0400 Yuval Levy <y...@users.sourceforge.net> (e53925281c8d)

plain forgot to set the center for img0 (KFJ)

> src/hugin_script_interface/plugins/woa.py

signature.asc

Terry Duell

unread,
Aug 16, 2011, 10:09:12 PM8/16/11
to hugi...@googlegroups.com
Hullo Yuval,

On Wed, 17 Aug 2011 11:45:35 +1000, Yuval Levy <goo...@levy.ch> wrote:

> Hugin-2011.2.0_rc4 RELEASE NOTES
[snip]


>
> The 2011.2.0_rc4 source tarball can be downloaded

Builds here OK on Fedora 15 x86_64.
I realise that the change from rc3 is minor, but still worth checking.

Cheers,
--
Regards,
Terry Duell

Yuval Levy

unread,
Aug 16, 2011, 10:31:52 PM8/16/11
to hugi...@googlegroups.com
Hi Terry,

On August 16, 2011 10:09:12 PM Terry Duell wrote:
> Builds here OK on Fedora 15 x86_64.
> I realise that the change from rc3 is minor, but still worth checking.

thanks. yes. I appreciate your support.
Yuv

signature.asc

Harry van der Wolf

unread,
Aug 18, 2011, 1:22:26 PM8/18/11
to hugi...@googlegroups.com
The issue on OSX Lion has been identified and there is a work-around, but no fix yet.
The openmp version of enblend that woks on Leopard and SnowLeopard no longer works on Lion. 
The "old" Tiger version of enblend, which is simply a "non openmp" version works. This Tiger enblend version is also packaged in the dmg together with a Readme how to use it. I will expand the Readme that Lion needs to use the non-openmp version as well for the time being.

I will also modify the "root folder" "Read Me First (Mac).pdf"  inside the dmg with this info.

hoi,
Harry

Carl von Einem

unread,
Aug 18, 2011, 3:54:46 PM8/18/11
to hugi...@googlegroups.com
Hi Harry,

I just notice an error with the latest installer for
hugin-mac-2011.2.0-RC3 on Mac OS X 10.6: It doesn't ask me for a
password (I almost always use a non-admin account) and so the
installation fails.

Carl

Harry van der Wolf schrieb am 18.08.11 19:22:

Harry van der Wolf

unread,
Aug 22, 2011, 8:24:35 AM8/22/11
to hugi...@googlegroups.com
Hi OSX users,

And an RC4 build. 

Changes compared to RC3:
- In the bundle as such: nothing.
- Updated the "Read Me First (Mac).pdf". I added the Lion workaround for the stitching errors with enblend: Use the "non openmp"  Tiger enblend.
- Changed installer to use administrator authorization again (issue described by Carl, see below. No idea why that has suddenly changed. Not even a hg diff change)


2011/8/18 Carl von Einem <ca...@einem.net>

Hi Harry,

I just notice an error with the latest installer for hugin-mac-2011.2.0-RC3 on Mac OS X 10.6: It doesn't ask me for a password (I almost always use a non-admin account) and so the installation fails.

Carl



Please test!

Special "call" to Lion users: please report your user experience, not only the negative ones but also positive ones.
Note: Lion users should use the Tiger enblend version included in the dmg.
If you find real bugs please report them in the Launchpad bug tracker [0].


Information and binaries via my website
<http://panorama.dyndns.org/index.php?lang=en&subject=Hugin&texttag=Hugin>.
(The binaries themselves are served from hugin.panotools.org who kindly provide the disk space and bandwidth).

Hoi,
Harry
 

Matt Craig

unread,
Aug 23, 2011, 11:12:50 PM8/23/11
to hugin and other free panoramic software
Hi Harry,

RC4 worked with the Tiger instructions.

I'm a little worried the instructions will be hard to follow for users
who aren't fairly comfortable with computers. If you would like I'll
put together more extensive instructions aimed at Lion users
(including, e.g. screen shots).

At a minimum I'd recommend these changes to the "Read Me First
(Mac).pdf" (my suggestions are set off by stars, happy to edit the
source doc if you would like):
--
Requirements
Mac OS X 10.4 or above, either on PPC or Intel.
Note: **Tiger and Lion:** this version of Hugin contains an openMP
enabled enblend and enfuse. These versions don't run on Tiger and
currently not on Lion either. Please use the Tiger compatible enblend
and enfuse from the **enblend-enfuse-4.0** folder in this dmg. You can
specify alternative "external" enblend and enfuse from the
**Programs** pane in the preferences.
--
I think that (on Lion at least) only enblend needs to be set to use
the no-openMP version.

Once the release is made I'll update the roaringapps page for hugin at
http://roaringapps.com/app:1887

Matt


On Aug 22, 7:24 am, Harry van der Wolf <hvdw...@gmail.com> wrote:
> Hi OSX users,
>
> And an RC4 build.
>
> Changes compared to RC3:
> - In the bundle as such: nothing.
> - Updated the "Read Me First (Mac).pdf". I added the Lion workaround for the
> stitching errors with enblend: Use the "non openmp"  Tiger enblend.
> - Changed installer to use administrator authorization again (issue
> described by Carl, see below. No idea why that has suddenly changed. Not
> even a hg diff change)
>
> 2011/8/18 Carl von Einem <c...@einem.net>
>
> > Hi Harry,
>
> > I just notice an error with the latest installer for hugin-mac-2011.2.0-RC3
> > on Mac OS X 10.6: It doesn't ask me for a password (I almost always use a
> > non-admin account) and so the installation fails.
>
> > Carl
>
> *Please test!*

Harry van der Wolf

unread,
Aug 24, 2011, 10:01:35 AM8/24/11
to hugi...@googlegroups.com


2011/8/24 Matt Craig <mattw...@gmail.com>

Hi Harry,

RC4 worked with the Tiger  instructions.

I'm a little worried the instructions will be hard to follow for users
who aren't fairly comfortable with computers. If you would like I'll
put together more extensive instructions aimed at Lion users
(including, e.g. screen shots).

At a minimum I'd recommend these changes to the "Read Me First
(Mac).pdf" (my suggestions are set off by stars, happy to edit the
source doc if you would like):

Be my Guest!
See attached document. It's in the odt format.

Harry
Read Me First (Mac).odt

Battle

unread,
Aug 25, 2011, 12:12:02 PM8/25/11
to hugin and other free panoramic software
Harry,
I'm running 2011.2.0 RC4 on intel quad 10.6.8 and the PTBatcher Gui
that is bundled with your build will not run. Crashes on open.
Apparently it is calling for a newer version of libiconv than is
installed. Not sure if this is a build issue, or if i need to update
my machine manually. I don't think we'd want to call a version of
libiconv that is not standard.

Crash log below.
Thanks
Battle

Process: PTBatcherGUI [29471]
Path: /Applications/Hugin 2011.2.0 RC4/PTBatcherGUI.app/
Contents/MacOS/PTBatcherGUI
Identifier: net.sourceforge.hugin.PTBatcherGUI
Version: ??? (???)
Code Type: X86 (Native)
Parent Process: launchd [117]

Date/Time: 2011-08-25 11:38:44.458 -0400
OS Version: Mac OS X 10.6.8 (10K549)
Report Version: 6

Exception Type: EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000
Crashed Thread: 0

Dyld Error Message:
Library not loaded: @executable_path/../Libraries/libiconv.2.dylib
Referenced from: /Applications/Hugin 2011.2.0 RC4/PTBatcherGUI.app/
Contents/MacOS/PTBatcherGUI
Reason: Incompatible library version: PTBatcherGUI requires version
8.0.0 or later, but libiconv.2.dylib provides version 7.0.0

Binary Images:
0x8fe00000 - 0x8fe4162b dyld 132.1 (???) <A4F6ADCC-6448-37B4-ED6C-
ABB2CD06F448> /usr/lib/dyld



On Aug 23, 11:12 pm, Matt Craig <mattwcr...@gmail.com> wrote:
> Hi Harry,
>
> RC4 worked with the Tiger  instructions.
>
> I'm a little worried the instructions will be hard to follow for users
> who aren't fairly comfortable with computers. If you would like I'll
> put together more extensive instructions aimed at Lion users
> (including, e.g. screen shots).
>
> At a minimum I'd recommend these changes to the "Read Me First
> (Mac).pdf" (my suggestions are set off by stars, happy to edit the
> source doc if you would like):
> --
> Requirements
> Mac OS X 10.4 or above, either on PPC or Intel.
> Note: **Tiger and Lion:** this version of Hugin contains an openMP
> enabled enblend and enfuse. These versions don't run on Tiger and
> currently not on Lion either. Please use the Tiger compatible enblend
> and enfuse from the **enblend-enfuse-4.0** folder in this dmg. You can
> specify alternative "external" enblend and enfuse from the
> **Programs** pane in the preferences.
> --
> I think that (on Lion at least) only enblend needs to be set to use
> the no-openMP version.
>
> Once the release is made I'll update the roaringapps page for hugin athttp://roaringapps.com/app:1887

Matt Craig

unread,
Aug 27, 2011, 4:27:44 PM8/27/11
to hugi...@googlegroups.com
I've attached the Read Me First and the README from the enblend-enfuse-4.0 folder for Tiger, since both refered to an older version of the preferences pane.

Matt 
Read+Me+First+(Mac).odt
Readme-from-enblend-enfuse-4.0-for-tiger.txt

Harry van der Wolf

unread,
Aug 28, 2011, 4:57:30 AM8/28/11
to hugi...@googlegroups.com
Hi Matt,

2011/8/27 Matt Craig <mattw...@gmail.com>

I've attached the Read Me First and the README from the enblend-enfuse-4.0 folder for Tiger, since both refered to an older version of the preferences pane.

Matt 


Thanks a lot.

I added them to my packaging directory. I need to build a new RC4 anyway as something went wrong with the previous one (but I still have no idea why) as Battle depicted.
I can't find a reason either why the other 48 downloaders didn't mention anything.
Anyway: Somewhere today an "RC4-rebuild".

Harry

Harry van der Wolf

unread,
Aug 28, 2011, 7:33:40 AM8/28/11
to hugi...@googlegroups.com


2011/8/25 Battle <battl...@gmail.com>

Harry,
I'm running 2011.2.0 RC4 on intel quad 10.6.8 and the PTBatcher Gui
that is bundled with your build will not run.  Crashes on open.
Apparently it is calling for a newer version of libiconv than is
installed.  Not sure if this is a build issue, or if i need to update
my machine manually.  I don't think we'd want to call a version of
libiconv that is not standard.


I have no idea why this happened, but I made a complete fresh rebuild. Did you try the RC3 and did that one work correct?
You can now download an RC4-build2 from my website. 

Changes:
- Nothing to the bundle as such.
- New readme.txt and "Read me first(mac).pdf" thanks to Matt Graig.


Please test!

Matthew Petroff

unread,
Aug 28, 2011, 5:11:15 PM8/28/11
to hugin and other free panoramic software
32-bit Windows builds of Hugin 2011.2.0-rc4 using the new SDK are now
available on SourceForge. I believe I have fixed the issue with
Enblend from rc2, but testing and feedback are appreciated.

Installer:
http://sourceforge.net/projects/hugin/files/hugin/hugin-2011.2_beta/HuginSetup_2011.2.0-rc4_32bit_Windows.exe/download

7z Archive:
http://sourceforge.net/projects/hugin/files/hugin/hugin-2011.2_beta/Hugin_2011.2.0-rc4_32bit_Windows.7z/download

Matthew

On Aug 16, 9:45 pm, Yuval Levy <goo...@levy.ch> wrote:
> Hugin-2011.2.0_rc4 RELEASE NOTES
>
> ABOUT
>
> Hugin is more than just a panorama stitcher.  A new version is available.
> This is a release candidate and may be declared a final release in a few days.
> This release candidate is the same as rc3 with two exception:  a new Danish
> translation has been added and the Dutch translation has been updated.
>
> Hugin can be found at
> * SourceForge:  http://hugin.sourceforge.net/
> * Launchpad:    https://launchpad.net/hugin
>
> DOWNLOAD
>
> The 2011.2.0_rc4 source tarball can be downloaded
>
> * from SourceForge athttp://sourceforge.net/projects/hugin/files/hugin/hugin-2011.2_beta/h...
>
> * from Launchpad athttp://launchpad.net/hugin/2011.2/2011.2rc4/+download/hugin-2011.2.0_...
>
> This is a source code release.  For executables see below.
>
> This tarball is equivalent to rev/changeset 5504:38785809a4b2 in our Mercurial
> repository, where it is also tagged 2011.2.0_rc4
>
> Verify its SHA1SUM
> 4da599f69ff4f0a53cdf8275048c87221cf6edb1  hugin-2011.2.0_rc4.tar.bz2
>
> EXECUTABLES
>
> Users communities produce executables for their respective platforms.
>
> These executables are then added to the download section on SourceForge athttp://sourceforge.net/projects/hugin/files/hugin/
>
> A number of users have built recent snapshots and executables are likely to be
> announced within a few days of this tarball release.
>
> Watchhttp://groups.google.com/group/hugin-ptxfor the announcements of binary
> releases.  If you don't see a binary for your platform it has most likely not
> been produced yet.  Consider stepping up to the task.  Instructions at
>
> http://wiki.panotools.org/Development_of_Open_Source_tools#Supported_...
>
> Announce your build onhttp://groups.google.com/group/hugin-ptx
>
> SPLASH SCREEN
>
> To promote artists using Hugin the project has adopted a user-contributed
> artwork to enrich the splash screen of this release.
>
> Read more about the Fafleralp panorama and author/contributor David Haberthür
> athttp://hugin.sourceforge.net/releases/2011.2.0/
> Users compiling from source refer to the dependencies listed athttp://wiki.panotools.org/Development_of_Open_Source_tools#Dependencies
>
> and the build processes listed athttp://wiki.panotools.org/Development_of_Open_Source_tools#Build_your...
>
> More information in the README and INSTALL_cmake files in the tarball.
>
> KNOWN ISSUES AND WORKAROUNDS
>
> Fast Preview is affected by a threading issue.
> href="https://bugs.launchpad.net/hugin/+bug/792896
>
> Plane overview is wrong if opening fast preview window the first timehttps://bugs.launchpad.net/hugin/+bug/726183
>
> Panosphere Overview window seperated from the contenthttps://bugs.launchpad.net/hugin/+bug/726997
>
> There is a known problem building Hugin with CMake 2.8.5rc2.
> Workaround: Upgrade to a newer CMake version.
>
> Mac OS X 10.7 Lion has been recently introduced by Apple.
> Initial reports indicate that it is not compatible with Hugin.
> Support will start as soon as possible.
>
> An updated list of issues deemed to be critical, including discussions
> and workarounds is in the issue tracker.https://bugs.launchpad.net/hugin/+bugs?search=Search&field.importance...
>
> RELEASE MANAGEMENT
>
> Hugin is looking for a new release manager.
>
> The process is documented in detail at
>
> http://wiki.panotools.org/Development_of_Open_Source_tools#Release
>
> I will keep hanging out on Hugin-PTX and will gladly help the next
> release manager transition into the role.
>
> THANKS
>
> Thanks to all the contributors to this release and members of the hugin-ptx
> mailing list, too many to mention here.
>
> Hugin can be found athttp://hugin.sourceforge.net/and athttps://launchpad.net/hugin
>
> A DETAILED CHANGELOG SINCE THE LAST RELEASE FOLLOWS
>
> 2011-08-13 23:08 +0200  Vaclav Cerny <va...@seznam.cz>  (5974676dfce0)  tip
>
>   updated czech translation
>
>   > src/translations/cs_CZ.po
>
> 2011-08-07 11:08 +0200  harryvanderwolf <hvdw...@gmail.com>  (1841017f2572)
>
>   [OSX] things forgotten when correcting the lens_calibrate_gui to
>   correct calibrate_lens_gui
>
>   + mac/calibrate_lens_gui-Info copy.plist
>   + mac/calibrate_lens_gui-xrc.sh
>   - mac/lens_calibrate_gui-Info copy.plist
>   - mac/lens_calibrate_gui-xrc.sh
>
> 2011-08-06 17:59 +0200  harryvanderwolf <hvdw...@gmail.com>  (0a0f61e687e2)
>
>   [OSX] Complete rework of PTBatcherGui call based on patch by Charlie
>   Reiman dd. 18-06-2011
>
>   > mac/Hugin.xcodeproj/project.pbxproj
>   > src/hugin1/base_wx/platform.cpp
>   > src/hugin1/base_wx/platform.h
>   > src/hugin1/hugin/AssistantPanel.cpp
>   > src/hugin1/hugin/PanoPanel.cpp
>
> 2011-08-04 19:46 +0200  harryvanderwolf <hvdw...@gmail.com>  (f0d4c3e891ad)
>
>   [OSX] Also update the installer to use the correct
>   calibrate_lens_gui.app name and so on
>
>   > mac/HuginCompleteInstaller.pmproj
>
> 2011-08-04 19:23 +0200  harryvanderwolf <hvdw...@gmail.com>  (59b1575b9d6c)
>  signature.asc
> < 1KViewDownload

Henk Tijdink

unread,
Aug 29, 2011, 3:02:52 PM8/29/11
to hugi...@googlegroups.com
Hello Matthew

The 32 bits Windows version of RC4 doesn't work. Enblend and enfuse gives an error.
As requested the error report is described in the buglist in Launchpad, as you requested.

Kind Regards,
Henk Tijdink

Frederic Da Vitoria

unread,
Aug 31, 2011, 5:10:20 AM8/31/11
to hugi...@googlegroups.com
2011/8/29, Henk Tijdink <h.ti...@gmail.com>:

> Hello Matthew
>
> The 32 bits Windows version of RC4 doesn't work. Enblend and enfuse gives an
> error.
> As requested the error report is described in the buglist in Launchpad, as
> you requested.

I could not find Henk's bug so I added a new one with the issues I
found https://bugs.launchpad.net/hugin/+bug/837901

--
Frederic Da Vitoria
(davitof)

Membre de l'April - « promouvoir et défendre le logiciel libre » -
http://www.april.org

Henk Tijdink

unread,
Aug 31, 2011, 6:20:04 AM8/31/11
to hugi...@googlegroups.com
Hello Frederic

It is bug nr.:817104 in Launchpad.
Matthew has yesterday uploaded version 2011.2.0 RC4-2, which runs allright on my computer.
Download it and try that version.

Henk Tijdink 

Frederic Da Vitoria

unread,
Aug 31, 2011, 6:48:43 AM8/31/11
to hugi...@googlegroups.com
2011/8/31, Henk Tijdink <h.ti...@gmail.com>:

Hello Henk

I just did so. I managed to make it work, but not immediately. See my
comment on launchpad.

Reply all
Reply to author
Forward
0 new messages