Difference between revisions of "Release notes"

From ElphelWiki
Jump to: navigation, search
(elphel353-7.1.5.1)
(elphel353-7.1.5.1)
Line 13: Line 13:
 
# added [[reflash.php]] script that allows initiating camera firmware update from the NFS server.
 
# added [[reflash.php]] script that allows initiating camera firmware update from the NFS server.
 
# bug fix in the streamer (multicast addresses)
 
# bug fix in the streamer (multicast addresses)
# fixed build problems on the systems where 'dash' used as shell(like Ubuntu and derivatives) - the shell scripts/Makefiles used to build Elphel now specify '#!/bin/bash' instead of just '#!/bin/sh', so you do not need to change links in your Ubuntu system.
+
# fixed build problems on the systems where 'dash' is used as shell (i.e. Ubuntu and derivatives) - the shell scripts/Makefiles used to build Elphel software now specify '#!/bin/bash' instead of just '#!/bin/sh', so you do not need to change links in your Ubuntu system.
  
 
== elphel353-7.1.5 ==
 
== elphel353-7.1.5 ==

Revision as of 13:11, 10 November 2007

Release numbering

The Elphel software is released in several forms:

  1. - Live DVD including firmware released at the time LiveDVD was created and software to update the camera firmware to the later release using downloaded firmware image.
  2. - Source tarball on SourceForge
  3. - Binary images + installation scripots
  4. - Source code in CVS.

The software releases on SourceForge (source tarballs, binary images) have 3 dot-separated release numbers, like elphel353-7.1.5.tar.gz for the source code or image353-2.10-7.1.5.tar.gz for binary images to be copied to the camera flash memory

The most recent (and definitely "unstable") software is available on CVS at Sourceforge. The software available only from the CVS has 4 dot-separated numbers, the thirst three matching the last version released as a tarball distribution on SourceForge.

elphel353-7.1.5.1

  1. added reflash.php script that allows initiating camera firmware update from the NFS server.
  2. bug fix in the streamer (multicast addresses)
  3. fixed build problems on the systems where 'dash' is used as shell (i.e. Ubuntu and derivatives) - the shell scripts/Makefiles used to build Elphel software now specify '#!/bin/bash' instead of just '#!/bin/sh', so you do not need to change links in your Ubuntu system.

elphel353-7.1.5

  1. Bug fixes, including Known_bugs that lead to the 1x1 pixel ("no image available") images being returned instead of the real ones.
  2. Initial Support for Elphel Model 354-11 camera and precise synchronization ("locking") of multiple Model 353 cameras making them useful for the stereo imaging

elphel353-7.1.3

Changed power control in 363 cameras, reduced peak power to 12.5W so cameras work with standard PoE switches (15.4W)

elphel353-7.1.2

Release dedicated to support model 363 cameras as described in http://wiki.elphel.com/index.php?title=Programming_363 on Elpphel wiki. several minor bug fixes in other code.

It also starts a new repository in the CVS - http://elphel.cvs.sourceforge.net/elphel/elphel353-7.1/

New features:

  • camera synchronization over the dedicated cabling
  • alternating shutter sequences
  • additional driver interface to be called from PHP scripts
  • new straightforward interface (small PHP scripts) to control camera acquisition modes and triggering - triggering modes and triggering itself.