summaryrefslogtreecommitdiff
path: root/recordmydesktop
diff options
context:
space:
mode:
authoriovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a>2006-11-09 09:51:55 +0000
committeriovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a>2006-11-09 09:51:55 +0000
commit7eaf09aa2eb9d4a4aba31a192d38476ea578b00d (patch)
treef1a105d72c5e32a03ba5e27c09302107653474c4 /recordmydesktop
parent4b45455c830daeb06b38cb91747ce4fb4eac1065 (diff)
rearranged changelog entries.
New ones go on the top now git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@158 f606c939-3180-4ac9-a4b8-4b8779d57d0a
Diffstat (limited to 'recordmydesktop')
-rw-r--r--recordmydesktop/ChangeLog124
1 files changed, 64 insertions, 60 deletions
diff --git a/recordmydesktop/ChangeLog b/recordmydesktop/ChangeLog
index bdd5f6f..96aed43 100644
--- a/recordmydesktop/ChangeLog
+++ b/recordmydesktop/ChangeLog
@@ -1,51 +1,15 @@
-/*VERSION 0.2.1*/
-*Unupdated lines bug fixed.
-*Fuzzy cursor at border bug fixed.
-*Incorrect display of windows that
-extended beyond recording height fixed.
-*Size adjustement that resulted in extra
-or missing pixels at borders has been corrected.
-New adjustment is 8 pixels max,split evenly if possible.
-*The option to drop frames has been added.
-*The option to do better subsampling has been added.
-*Default behavior now is to use shared memory when
-size of image gets over 75% of total (or a user set threshold).
-*Many other minor bugfixes.
-
-
-/*VERSION 0.2.2*/
-*Changes to the configure script.
-*BGR to YUV convertion corrected.
-
-/*VERSION 0.2.3*/
-*Problems on big-endian architectures, corrected
-(thanks to Marcel Unbehaun for bringing up the problem
-and providing the neccessary feedback to resolve it).
-*Failure to respect change in channels number, while
-opening soundcard, which resulted in crashes, segfaults
-and repeated error-messages has been fixed.
-*other minor bugfixes
-
-/*VERSION 0.2.4*/
-*Behavior on lack of $DISPLAY evironment
-variable has been corrected.
-*Size adjustment is now quantized at 16 pixels,
-in order to avoid complete image distortion,
-present at certain resolutions, when using shared memory
-(conditional or not).
-*Some other minor bugfixes, related mostly to default
-values of options.
-
-/*VERSION 0.2.5*/
-*Drawing of the correct cursor is now supported through
-the Xfixes extension.
-*Change of behavior on lack of any Xserver extension and
-failure to open sound device. The program now exits and informs
-instead of continuing with a different configuration.
-*Exit status also indicates the nature of any error that occured.
-*Documentation has been updated with exit status explanations.
-*Subsampling of the chroma planes is made by averaging, while
-pixel discarding is an option(used to be otherwise).
+/*VERSION 0.3.0*/
+*Implemented cache functionality
+(Encoding by default happens right after the recording)
+*Corrected damage event handling.
+*Saving under the same file-name,no longer deletes the previous one,
+instead it saves under a number postfixed file.
+*Opening the sound device doesn't block anymore.
+*A few new options were added related to caching.
+*Program now checks if it is run uder a known 3d compositing window manager
+and set behavior accordingly, to reduce the need for extra options at launch.
+*Updated documentation.
+*Removed uneeded bitmap screenshot function.
/*VERSION 0.2.6*/
@@ -64,17 +28,57 @@ found and is now fixed. Reason was lack of thread safety over
libogg calls.
-/*VERSION 0.3.0*/
-*Implemented cache functionality
-(Encoding by default happens right after the recording)
-*Corrected damage event handling.
-*Saving under the same file-name,no longer deletes the previous one,
-instead it saves under a number postfixed file.
-*Opening the sound device doesn't block anymore.
-*A few new options were added related to caching.
-*Program now checks if it is run uder a known 3d compositing window manager
-and set behavior accordingly, to reduce the need for extra options at launch.
-*Updated documentation.
-*Removed uneeded bitmap screenshot function.
+/*VERSION 0.2.5*/
+*Drawing of the correct cursor is now supported through
+the Xfixes extension.
+*Change of behavior on lack of any Xserver extension and
+failure to open sound device. The program now exits and informs
+instead of continuing with a different configuration.
+*Exit status also indicates the nature of any error that occured.
+*Documentation has been updated with exit status explanations.
+*Subsampling of the chroma planes is made by averaging, while
+pixel discarding is an option(used to be otherwise).
+
+
+/*VERSION 0.2.4*/
+*Behavior on lack of $DISPLAY evironment
+variable has been corrected.
+*Size adjustment is now quantized at 16 pixels,
+in order to avoid complete image distortion,
+present at certain resolutions, when using shared memory
+(conditional or not).
+*Some other minor bugfixes, related mostly to default
+values of options.
+
+
+/*VERSION 0.2.3*/
+*Problems on big-endian architectures, corrected
+(thanks to Marcel Unbehaun for bringing up the problem
+and providing the neccessary feedback to resolve it).
+*Failure to respect change in channels number, while
+opening soundcard, which resulted in crashes, segfaults
+and repeated error-messages has been fixed.
+*other minor bugfixes
+
+
+/*VERSION 0.2.2*/
+*Changes to the configure script.
+*BGR to YUV convertion corrected.
+
+
+/*VERSION 0.2.1*/
+*Unupdated lines bug fixed.
+*Fuzzy cursor at border bug fixed.
+*Incorrect display of windows that
+extended beyond recording height fixed.
+*Size adjustement that resulted in extra
+or missing pixels at borders has been corrected.
+New adjustment is 8 pixels max,split evenly if possible.
+*The option to drop frames has been added.
+*The option to do better subsampling has been added.
+*Default behavior now is to use shared memory when
+size of image gets over 75% of total (or a user set threshold).
+*Many other minor bugfixes.
+
© All Rights Reserved