of /tmp! If you have been using GNOME, you may want to 'rm -f /.fam*' to
clean them up.
The problem is caused by two different issues, related to a call to tempnam:
- The code uses a HAVE_UNSETENV define to check if the unsetenv function
is available; however, the configure script does not check for it, so
unsetenv is never used. Fix the configure script to check for unsetenv.
- If unsetenv is not available, it does putenv("TMPDIR=") before calling
tempnam. The code expects that this call *unsets* the variable from the
environment (which happens in Linux), but instead it is *set* to an empty
value, causing the creation of files in the root directory. Fix this by
explicitly setting TMPDIR to /tmp.
Bump PKGREVISION to 1.
The `same' utility looks for identical files and links them together
using either hard links or symbolic links, saving disk space.
Changes to the original version:
* the file ownership and permissions are checked. (The original
version checked only the file size)
* the messages in the "dry-run" mode were suggesting that anything on
the disk would be modified. They have been made clear.
This is a maintenance release, aimed at bug-fixing; no new features
are being added to the 4.0 branch.
The main purpose of this release is compatibility with the recent GTK+ 2.4.x
release along with other fixes.
Features of this release
* Parallel installability with 0.6.x series
* Internationalization
* New translations in this release: Swedish, Afrikaans, Azerbeaijani
* Translations: af az nl sr sv
* Updated to the new core 0.8 subsystems
* Reworked play and media-info libraries
* Updated osssink: now does probing of possible output properties
* Updated qtdemux: fixes for MACE audio
* New debug element: quasirandom byte changes
* New element: dvddemux
* New element: kiosrc, a KIO-slaves source
* Fixes to all other elements, including level, videodrop, gnomevfssrc,
speex, *law, mpeg2dec, adder, a52dec, oggdemux, matroska, mad, v4l2,
cacasink
* Portability fixes
* ChangeLog use
* Coding style consistency
* Various memleak and buffer overflow fixes
Bugs fixed in this release
* 120883 : osssink advertises more rates than it handles
* 125732 : v4l2src don't support all YUV formats
* 134301 : gst-plugins should depend on X
* 135919 : Mandrake 10
* 136477 : [PATCH] gst-launch-ext does not support .mov
* 136527 : gdk_pixbuf makefile tried to execute targets contrains in...
* 137348 : media-info .pc file lacks a 'Version:' line
* 137448 : mpegaudioparse: crash (bus error)
* 137504 : mpeg2dec fails on 422 encoded material
* 137556 : Ogg Vorbis playback has poor spatialization
* 137588 : ffmpegcolorspace gives critical when it should throw error
* 137722 : Quicktime audio parsing is broken
* 138105 : [mpeg1videoparse] Hangs while decoding everest.m1v
* 138168 : id3tag using gst_event_new_discontinuous incorrectly?
* 138169 : matroska-demux using gst_event_new_discontinuous without ...
* 138635 : two GLib-GObject-CRITICAL Messages when running gst-regis...
* 138846 : all of the ladspa-wrapped source-plugins fail to go to pl...
* 138914 : gstgdkanimation.h is missing from gst-plugins-0.8.0
* 139034 : Non-standard test(1) operator used in configure script
* 139035 : Non-standard regex used as libtool argument
* 139382 : mad decoder can resync wrongly after seek and does explic...
* 139532 : gstcolorspace crashes when after v4lsrc (ffmpegcolorspace...
* 139926 : id3tag's caps cause it to be plugged more than once by sp...
* 139958 : Leak in avidemux
* 140058 : [msmpeg4] file with broken qscale/header does not play
Bump PKGREVISION to 1 because of this.
While doing this, split the Makefile in two parts to aid with the addition
of packages providing modules (which are distributed inside the gnome-vfs2
distfile).
Also do some PRINT_PLIST_AWK tricks.
rely on how the compiler passes parameters to functions. This hopefully
solves several problems: in concrete, one exposed by gnome-system-monitor
when selecting the "My Processes" view (as the function returing the list
takes two arguments, and the second one was beeing passed incorrectly).
Bump PKGREVISION to 1.
* GWNet
new subproject
GWNet is a smb and ftp file viewer.
* GWorkspace/GWSplitView.m
-updateDiskSpaceInfo: rewritten.
* Viewers/IconsViewer/PathIcon.m
-mouseUp: implemented.
* GWorkspace/Inspectors/Tools.m
fixed a bug that crashed the app because a view created in Gorm
was not retained before releasing its window.
* applied patch by Matt Rice <ratmice@yahoo.com> that changes the usage of
setStringValue: on many NSButtons to setTitle.
* Viewers/IconsViewer/IconsPanel.m
Viewers/IconsViewer/IconsPath.m
Viewers/IconsViewer/IconsViewer.m
Viewers/SmallIconsViewer/SmallIcon.m
Viewers/SmallIconsViewer/SmallIconsPanel.m
Viewers/SmallIconsViewer/SmallIconsViewer.m
applied patch by S.J. Chun <chunsj@embian.com> to not access superviews
before they are set.
* added the "GWRemoteFilenamesPboardType" in all the classes
that implements the DraggingDestination protocol
* GWLib/FSWatcher.m
added a NSNotificationQueue.
* GWorkspace/Fiend/Fiend.m
GWorkspace/FiendLeaf/FiendLeaf.m
added DraggingDestination methods to the window.
* GWorkspace/Recycler/Recycler.m
the DraggingDestination is now the window.
* ContentViewers/PdfViewer/PdfViewer.m
applied a patch (by Charles Philip Chan <cpchan@sympatico.ca>)
to make the pdf Inspector work with Ghostscript 8.
* GWorkspace/main.m
the key equivalent for "Quit" is now "Q".
* Version 0.6.2
* GWorkspace/GWorkspace.m
check the defaults for "NoWarnOnQuit"
* ClipBook/ClipBookWindow.m
added the DraggingDestination methods and removed them from the subviews.
added support for the NSColorPboardType type.
* ContentViewers/PasteboardViewer/PasteboardViewer.m
added support for the NSColorPboardType pasteboard type.
* Version 0.6.1
* ClipBook
new subproject.
* GWorkspace/Resources
removed some duplicate files.
* GWorkspace/TShelf/TShelfIconsView.m
creates pasteboard icons also from dnd.
* GWorkspace/TShelf/TShelfView.m
reset the current selection when changing from a pasteboard tab
to a normal one.
* GWorkspace/FileOperations/FileOperation.m
in -doDuplicate changed the suffix "_copy" appended to the file name
to a prepended string, that is, "copy_of_".
* All the DraggingSources now consider also the offset in
-dragImage:at:offset:event:pasteboard:source:slideBack:
(on GNUstep this does nothing but I need it for osx)
* GWorkspace/Resources/Icons
Added some icons for Mac OS X.
* GWLib/externs.m
added icons names.
* GWorkspace/FileOperations/FileOperation.m
Now works on Mac OS X, too.
* GWorkspace/Resources/English.lproj
Modified some .nib files.
* A new Viewer opened on "/" now saves in the defaults its own shelf
content and doesn't use anymore the shelf content of the main viewer.
* Utilities/thumbnailer/thumbnailerInfo.plist
moved "Make thumbnail(s)" and "Remove thumbnail(s)" in a submenu.
they are now "Thumbnails/Make thumbnail(s)" and "Thumbnails/Remove
thumbnail(s)".
German translation by Martin Brecher <martin@mb-itconsulting.com>.
* GWorkspace/Resources/German.lproj
updated German Localized.strings (by Martin Brecher
<martin@mb-itconsulting.com>)
* ContentViewers/AppViewer/AppViewer.m
shows also the extensions.
* now the miniwindow icons reflect current directory icon
instead of view type.
* a new root viewer created has now the same shelf content of the first one.
* Info->Preferences->Hidden files
It is now possible to define directories as hidden.
* ContentViewers/PasteboardViewer/PasteboardViewer.m
Added a dummy implementation of
GormNSBrowser, GormNSTableView, GormNSOutlineView, GormNSMenu,
GormNSPopUpButtonCell and GormNSPopUpButton
Now the viewer seems to works with all the Gorm objects.
* ContentViewers/PasteboardViewer/PasteboardViewer.m
Enabled. Actually it works with many Gorm objects.
Problems with: NSBrowser, NSTableView, NSOutlineView and NSPopUpMenu.
* ContentViewers/PasteboardViewer
New contents viewer inspector.
* Added support for cut, copy and paste operation to the Tabbed Shelf.
* GWorkspace/TShelf/TShelfPBIcon.h GWorkspace/TShelf/TShelfPBIcon.m
New files.
* GWorkspace/Resources/Icons/
Added: Pboard.tiff, colorPboard.tiff, filecontsPboard.tiff Files,
gormPboard.tiff, rtfPboard.tiff, rtfdPboard.tiff, stringPboard.tiff,
tiffPboard.tiff.
* GWorkspace/GWorkspace.m
Added a "Do you really want to quit?" dialog
in -applicationShouldTerminate:.
Added some keyEquivalents to the tabbed shelf menues.
* GWorkspace/TShelf/TShelfWin.m
Reduced the height of the shelf by 6 pts.
* GWorkspace/Desktop/DesktopView.m
GWorkspace/Shelf/Shelf.m
in -fileSystemDidChange: fixed a bug that leaved a renamed icon locked.
* GWorkspace/FileOperations/FileOperation.m
-calculateNumFiles doesn't block anymore.
the stop button now works and the GWFileSystemDidChangeNotification is
sent only with the processed files.
* Viewers/SmallIconsViewer/SmallIconsPanel.m
in -selectIconWithPath: now the view scroll to show the icon.
* GWorkspace/Inspectors/Tools.m
after setting the default application, the applications icons
are now shown correctly.
* Version 0.6
* GWLib/GWProtocol.h and GWorkspace/GWorkspace.m
-sortedDirectoryContentsAtPath:
-checkHiddenFiles:atPath:
-setCachedMax:
-addWatcherForPath:
-removeWatcherForPath:
-lockFiles:inDirectoryAtPath:
-unLockFiles:inDirectoryAtPath:
-isLockedPath:
-existsAndIsDirectoryFileAtPath:
-typeOfFileAt:
-isPakageAtPath:
-sortTypeForDirectoryAtPath:
-setSortType:forDirectoryAtPath:
-setDefSortType:
-defSortType
-setHideSysFiles:
-hideSysFiles
-iconForFile:ofType:
-smallIconForFile:
-smallIconForFiles:
-smallHighlightIcon
-setUseThumbnails:
-imageExtensions
all these methods have been moved in GWLib
in -unselectNameEditor redraw the editor rect only if nameEditor
exists in the subviews.
-concludeRemoteFilesDragOperation: new method.
added a NSNotificationQueue.
added icons names.
-sortedDirectoryContentsAtPath:
-checkHiddenFiles:atPath:
-setCachedMax:
-addWatcherForPath:
-removeWatcherForPath:
-lockFiles:inDirectoryAtPath:
-unLockFiles:inDirectoryAtPath:
-isLockedPath:
-existsAndIsDirectoryFileAtPath:
-typeOfFileAt:
-isPakageAtPath:
-sortTypeForDirectoryAtPath:
-setSortType:forDirectoryAtPath:
-setDefSortType:
-defSortType
-setHideSysFiles:
-hideSysFiles
-iconForFile:ofType:
-smallIconForFile:
-smallIconForFiles:
-smallHighlightIcon
-setUseThumbnails:
-imageExtensions
all these methods have been moved in GWLib
+ (id)workspaceApp
new method.
in cutFileLabelText() new algo used.
* testing more than 2gb of memory
* support for some ECC error reporting chipsets
* serial console improvements
* netbooting is fixed
* LinuxBIOS support
* add new "bit fade" extended test
* use dynamic relocation information records to become PIC, instead of
requiring 2 copies of memtest86 in the binary
* many bugfixes
"""
Patch for fixing a long standing bug in xmbmon version 2.00-2.03
(April 7, 2004): here; this is for 2nd and 3rd temperatures in Winbond
chips with ISA access (no problem with SMBus access).
"""
Bump both mbmon's/xmbmon's PKGREVISIONs to 1.