~ubuntu-branches/ubuntu/oneiric/toonloop/oneiric

« back to all changes in this revision

Viewing changes to RELEASE

  • Committer: Bazaar Package Importer
  • Author(s): Jean-Louis Dupond
  • Date: 2011-05-03 10:30:43 UTC
  • mfrom: (2.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20110503103043-4kwpbs1a9o2d7wu0
Tags: 2.0.6-1ubuntu1
* Merge toonloop (2.0.6-1) from Debian unstable (LP: #775588).
* Remaining changes:
  - debian/patches/fix-depend.patch: replace libclutter-gst-0.10-dev with
    libclutter-gst-dev
  - debian/rules: add CPPFLAGS to build correctly

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
2010-10-08: Toonloop 2.0.0
 
1
2011-01-16: Toonloop 2.0.6
2
2
--------------------------
3
3
 
4
 
This release is the first release of the 2.0 series! After eight months of development, Toonloop 2.0 is finally ready be released. A stable release means that the command-line options and the interactive keyboard controls should not change much for all tags with 2.0 as major-minor numbers. Some new features might be developped in that branch, but each release should be backward-compatible with their ancestor. The next unstable development branch is 2.1. The next stable series is 2.2. 
5
 
 
6
 
This version contains new features and bug fixes. 
7
 
 
8
 
New features:
9
 
    * Added the --max-images-per-clip option. Default is 0. (infinity)
10
 
    * Added the --intervalometer-rate option
11
 
    * Added the --enable-intervalometer option
12
 
    * Added the --layout option
13
 
    * Using a messaging queue for the OSC callbacks
14
 
    * Added the --remove-deleted-images option
15
 
    * Improved the man page
16
 
 
 
4
This release is a maintenance version in the 2.0 stable series. 
 
5
 
 
6
This version contains bug fixes. These were backported from the 2.1 development branch.
17
7
 
18
8
Bug fixes: 
19
 
    * Fixed a crash when the OSC interface was enabled.
20
 
    * Then, fixed another crash when the OSC interface was not enabled.
 
9
    * Avoid redefinition of PACKAGE_URL in configure.ac
 
10
    * Link with libboost-system
 
11
    * Put -lSTK in LIBS, not LDFLAGS
21
12