~ubuntu-branches/ubuntu/oneiric/dvgrab/oneiric

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Erik Schanze
  • Date: 2009-11-07 13:47:21 UTC
  • mfrom: (1.2.7 upstream) (3.2.3 sid)
  • Revision ID: james.westby@ubuntu.com-20091107134721-8xbeg0o7qz97k7yu
Tags: 3.5-1
* New upstream release
  + Removed 30_add_gcc44_includes.dpatch, was included Upstream
  + debian/control: increased dependency version libavc1394-dev
* Increased Standards-Version to 3.8.3:
  + debian/rules: Adapted for parallel build
  + Added README.source pointing to dpatch
  + debian/compat, debian/control: increased dephelper version to 5
* debian/control: changed "Architecture" to any (Closes: #551397)

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
SEE the NEWS file for RELEASE NOTES!
6
6
 
 
7
----- v3.5 released -----
 
8
 
 
9
2009-09-07  Dan Dennedy <dan@dennegy.org>
 
10
        - iec13818-1.{h,cc}, iec13818-2.{h,cc}: apply patch from Arren to remove
 
11
          compiler warnings (2804114).
 
12
        - filehandler.cc: apply fix to undefined return value in
 
13
          QtHandler::GetFileSize() from Arren (2813664).
 
14
        - dvgrab.cc: remove (H)DV timeout and replace with "Waiting" message per
 
15
          Carl Karsten's suggestion.
 
16
        - filehandler.cc: apply patch from Marcel Mol to allow both -timecode
 
17
          and -timestamp or -timesys (2706278).
 
18
        - ieee1394io.cc: fix deadlock on SIGINT/SIGTERM with -stdin
 
19
          or -input(2460025).
 
20
 
 
21
2009-04-10  Dan Dennedy <dan@dennegy.org>
 
22
        - main.cc: apply patch from Jarod Wilson to set retval to 1 if we get
 
23
          an error, to make life easier for folks who wrap dvgrab to tell if
 
24
          something went wrong (rhbz #486061).
 
25
        - error.cc, smiltime.cc: apply patch from Jarod Wilson to fix build
 
26
          on gcc 4.4.
 
27
        - ieee1394io.{h,cc}: added AVC:isHDV().
 
28
        - dvgrab.cc: try to automatically detect HDV devices and set file format.
 
29
 
7
30
----- v3.4 released -----
8
31
 
9
32
2009-02-14  Dan Dennedy <dan@dennegy.org>