OSDN Git Service

Preparing 0.7.1
authortiter <titer@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Fri, 24 Feb 2006 00:01:59 +0000 (00:01 +0000)
committertiter <titer@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Fri, 24 Feb 2006 00:01:59 +0000 (00:01 +0000)
git-svn-id: svn://localhost/HandBrake/trunk@31 b64f7644-9d1e-0410-96f1-a4d463321fa5

Jamrules
NEWS
libhb/muxmp4.c
macosx/HandBrake.plist
macosx/HandBrake.xcodeproj/project.pbxproj

index dcbcf4a..c44b6ca 100644 (file)
--- a/Jamrules
+++ b/Jamrules
@@ -11,8 +11,8 @@ if ! $(DEFINES)
     Exit "Please run ./configure first." ;
 }
 
-HB_VERSION  = 0.7.1-cvs ;
-HB_BUILD    = 2005110400 ;
+HB_VERSION  = 0.7.1 ;
+HB_BUILD    = 2006022400 ;
 DEFINES    += HB_VERSION=\\\"$(HB_VERSION)\\\" HB_BUILD=$(HB_BUILD) ;
 LANGUAGES   = fr de it pl ru nl es pt ja ;
 RM          = rm -rf ;
diff --git a/NEWS b/NEWS
index 9f06cfe..a678c7f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,14 +2,18 @@ $Id: NEWS,v 1.28 2005/11/04 16:01:19 titer Exp $
 
 NEWS file for HandBrake <http://handbrake.m0k.org/>
 
-Changed between 0.7.0-beta3 and 0.7.0
+Changes between 0.7.0 and 0.7.1
+ + Universal Binary for PPC and Intel
+ + Bugfixes
+
+Changes between 0.7.0-beta3 and 0.7.0
  + Multithreaded H.264 encoding with x264
  + Added option for H.264 Baseline (suitable for iPods)
  + (Very) experimental queue support
  + Fixes for some DVD titles HandBrake would not recognize
  + Fixes audio gliches when encoding from LPCM tracks
 
-Changed between 0.6.2 and 0.7.0-beta3
+Changes between 0.6.2 and 0.7.0-beta3
  + Chapters selection
  + Custom framerate
  + Subtitle support
index a02a052..646a254 100644 (file)
@@ -132,7 +132,9 @@ static int MP4Mux( hb_mux_object_t * m, hb_mux_data_t * mux_data,
 
 static int MP4End( hb_mux_object_t * m )
 {
+#if 0
     hb_job_t * job = m->job;
+#endif
     char filename[1024]; memset( filename, 0, 1024 );
 
     MP4Close( m->file );
index 1293584..dd96953 100644 (file)
@@ -9,7 +9,7 @@
        <key>CFBundleExecutable</key>
        <string>HandBrake</string>
        <key>CFBundleGetInfoString</key>
-       <string>0.7.1-cvs</string>
+       <string>0.7.1</string>
        <key>CFBundleIconFile</key>
        <string>HandBrake.icns</string>
        <key>CFBundleIdentifier</key>
        <key>CFBundlePackageType</key>
        <string>APPL</string>
        <key>CFBundleShortVersionString</key>
-       <string>0.7.1-cvs</string>
+       <string>0.7.1</string>
        <key>CFBundleSignature</key>
        <string>HB##</string>
        <key>CFBundleVersion</key>
-       <string>2005110400</string>
+       <string>2006022400</string>
        <key>NSHumanReadableCopyright</key>
        <string>By Eric Petit &lt;titer@m0k.org&gt;</string>
        <key>NSMainNibFile</key>
index 41d13b4..240f922 100644 (file)
@@ -39,7 +39,7 @@
                        isa = PBXBuildStyle;
                        buildSettings = {
                                COPY_PHASE_STRIP = NO;
-                               CURRENT_PROJECT_VERSION = 0.7.0;
+                               CURRENT_PROJECT_VERSION = 0.7.1;
                                GCC_DYNAMIC_NO_PIC = YES;
                                GCC_ENABLE_FIX_AND_CONTINUE = NO;
                                GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
                        isa = XCBuildConfiguration;
                        buildSettings = {
                                COPY_PHASE_STRIP = NO;
-                               CURRENT_PROJECT_VERSION = 0.7.0;
+                               CURRENT_PROJECT_VERSION = 0.7.1;
                                FRAMEWORK_SEARCH_PATHS = "";
                                GCC_DYNAMIC_NO_PIC = YES;
                                GCC_ENABLE_FIX_AND_CONTINUE = NO;