summaryrefslogtreecommitdiff
path: root/sysutils/nautilus
AgeCommit message (Collapse)AuthorFilesLines
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-07-05Sweep pkgsrc and convert packages that included intltool/buildlink3.mkjlam1-3/+2
to use instead "USE_TOOLS+=intltool". Remove now unused intltool/buildlink3.mk
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz2-3/+4
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam1-80/+80
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2006-04-13BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace withjlam1-5/+2
USE_TOOLS+=msgfmt.
2006-04-12update to 2.14.1drochner3-8/+8
changes: * Translation updates * Code cleanups * Use --no-desktop option for all desktop files * Startup performance improvements * Make files copied from read-only source writeable * Don't allow bookmarking x-desktop:/// * Add help buttons to several dialogs * Fix SVG file identification * Properly break down URIs for connect to server ui * Don't reposition icons on reload * Show unmounted but user-visible drives in the places sidebar * Display more info in the progress dialog when preparing * Smarter DnD target selection * Smaller close icon in the sidebar title * GnomeGoals: Use po/LINGUAS
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-06Over 1200 files touched but no revisions bumped :)reed2-8/+8
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-03-30Update to 2.14.0:jmmv3-12/+16
Major changes in 2.14.0 are: * Fix deadlock when dragging over list view in some conditions * Fix keynav details in text beside icon mode * Don't show folder count for smb shares * Fix crash on middle click of file * Fix a crash when leaving a directory * Close window when folder moves to trash * Fix deep count in properties dialog in some cases * Avoid calculating mime lists for activation * Fix text drawing in RTL mode when using text besides icons * Remove blank error dialog on mount when using gnome-mount Major changes in 2.13.92 are: * Better filename linebreaking at punctuation marks. * List view: If a rename moves the file in the view, scroll to the new position * Better handling of broken filename encoding for link targets * Some desktop icon positioning fixes * Browser mode: don't close window on up if current directory has been removed * Pass original files, not target files to property page providers. This allows property page extensions to look at desktop files and symlinks. * Various small optimizations * Leak fixes * Build fixes Major changes in 2.13.91 are: * Fix a desktop icon positioning bug * Fix opening saved searches file from outside nautilus Major changes in 2.13.90 are: * Add option to always use the location bar to the preferences dialog * Enable the icons in the places sidebar as drop targets * Fix for desktop volume icon positioning * Show detailed file size in the properties dialog * HIG fix for the delete from trash dialog * Fix icon scaling for images with extreme ratios * Fix leaks & crashes Major changes in 2.13.4 are: * Open modules with BIND_LOCAL * Disable network icon on desktop by default * Add Network to places menu * Fix sort by atime * Some HIG fixes * Add support for searching for custom mime type * store custom icons for folders as relative patch if in folder * Much better activation of multiple files * Bumped the default image size thumbnailing limit * Handle new background image zooming mode * Add optional support for Tracker indexer * Fix leaks & crashes Major changes in 2.13.3 are: * Added initial support for search * Fixed memleaks * Don't frame thumbnails with alpha channel * Better handling of opening multiple files * New resize knob icon * View update optimizations * No titles for alert dialogs * Add network desktop icon * Use access() to determine permissions Major changes in 2.13.2 are: * Fix mime list problem introduced with sort change * Build fixes * Keyboard support for icon stretching * Finally fix tree sidebar crash * ctrl-shift-g goes backwards in typeahead * Add Skip all button in copy/move conflict dialog * Position new files/folders correctly in manual layout mode * Nicer UI for setting custom file icons * Fix CD icon positioning on desktop * Fix desktop redraw issues on non-100% zoom levels * Use the same home icon always Major changes in 2.13.1 are: * Adds volume/drive api for modules * Better sizes of stock icons in many places * GtkTreeView style typeahead * '/' opens location dialog/entry * middle click in browser mode opens new window * Handle cancellation of authentication better * Add format menu item for floppy drives
2006-03-21Bump PKGREVISION for all packages that had broken INSTALL/DEINSTALLjlam1-2/+2
scripts prior to revision 1.43 of bsd.pkginstall.mk.
2006-03-06Belatedly bump PKGREVISION for all libtasn1 dependencies, sincewiz1-2/+2
libtasn1 had a shlib major bump. Also update dependencies in bl3.mk files. Addresses PR 32998 by Robert Elz.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-4/+4
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz2-3/+4
of the shlib major bump. PKGREVISION++ for the dependencies.
2006-01-06Update to 2.12.2:wiz5-29/+15
Major changes in 2.12.2 are: * Skip non-existant bookmarks in menu/sidebar * Sort applications in open dialogs and menus * Deletion confirmation dialog fixes * Fix leaks * Fix crashes
2006-01-01Require gnome-vfs2>=2.12.1.1nb2 to fix the generation of image previews.jmmv1-2/+2
Bump PKGREVISION to 2.
2005-12-31Recursive PKGREVISION bump for gnutls shlib major bump.wiz2-3/+4
Bump BUILDLINK_RECOMMENDED.
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-2/+2
CONFIGURE_ARGS.
2005-11-25Bump PKGREVISION for libgsf dependencies, and BUILDLINK_DEPENDS becausewiz2-3/+4
of the libgsf shlib major bump and associated BUILDLINK_DEPENDS bump.
2005-10-13This needs msgfmt and plurals support. Patch provided by Leonard Schmidtjmmv1-1/+4
in PR pkg/31582.
2005-10-12Update to 2.12.1:jmmv4-36/+26
Major changes in 2.12.1 are: * Pass all selected files to menu extensions, not only one per mimetype * Use much fewer file monitors * Fix text size on startup with non-standard default zoom size * Some fixes to trash handling and unmount * Fix some desktop icon positioning details * Copy thumbnails when copying files * Autofill connect to server dialog when possible * Always show deep counts in properties page * Fix leaks and crashes * Correctly escape filenames for display in progress dialog Major changes in 2.12.0 are: * Fix icon layout in text-beside-icons mode in some cases * Fix template creation on volumes other than the same as /tmp * Expand file uris correctly on desktop when passing to scripts * Workaround crash on audio preview in burn: * Fix handling of global show hidden files preference * Fix crash caused by earlier memleak fix * Don't redraw windows/desktop on focus in/out Major changes in 2.11.92 are: * Enable emblem dropping to the list view * Disallow deleting special locations from the location button popup * Don't show "Open Folder" as application option in context menus * Disallow custom icons for the trash * Cleanups & Leak fixed Major changes in 2.11.91 are: * Don't allow renaming of the desktop folder * Make moves within burn:// possible * Fixes to property browser drag and drop code * Add Explorer-style keybindings * Add timestamps to metafiles * Make ESC switch back to the pathbar * Use saner check for mime mismatching * Make progress dialog minimizable * UI fixes Major changes in 2.11.90 are: * Handle dnd more efficently * Use file-manager icon for browser windows * Use hover underline and cursor for single click mode * Make labels selectable in the sidebar * Improve sound preview process handling * UI fixes to path- and sidebar Major changes in 2.11.4 are: * Allow dnd of text on view to create a new file * show hostname in progress dialogs * use pathbar in location toolbar * busy curson when loading folder in browser mode too Major changes in 2.11.3 are: * Turn the list view into a tree * No dnd drop rect on the desktop * Use gtk bookmars as bookmark source * Add bookmarks to spatial mode * New places sidebar * better sort order for filenames with numbers in them (needs glib 2.7.x) * Better handling of font sizes wrt zoom in icon view * Fix leaks Major changes in 2.11.2 are: * Fix sort order for size/count/time * ctrl+scrollwheel changes zoom, ctrl-= zooms in * better handling of cut and paste in notes text view * Add smb domain field in connect to server dialog * nicer handling of drops from mozilla * no properties menu item for desktop context menu * shift-f2 renames with the whole name initially selected * sort by emblem only looks at user-set emblems * scroll to icon when selected and partially visible Major changes in 2.11.1 are: * Use authentication in external connect to server app * UI polish * Allow DnD of location button icon. * Context menus on location button and location label in browser * Fix memory leaks * Fix crashes * Speed up delete in list view * Fix rename in list view breaking when there was a file change * Removed "new terminal" from desktop context menu If you want this, install the nautilus-open-terminal extension, its much better than this feature ever was. * Don't thumbnail files constantly if they're changing * Fixed a loop that could happen on remote locations when removing a directory. * Add properties of the current folder menu item to background context menu * Use --no-desktop in default folder handler to avoid taking over the desktop if you don't run gnome.
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam1-3/+2
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz1-2/+2
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-06-04This needs startup-notification>=0.8. Found by pancake at phreaker.net.jmmv1-1/+2
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam1-2/+1
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-05-18This needs eel2>=2.10.1.jmmv1-1/+2
2005-04-19update to 2.10.1drochner3-7/+9
changes: * Lock the drive when requesting media * Unlock the drive after it is used * Fix compilation on non-Linux systems * Fix compilation warnings on Solaris * Avoid symbolic link loops in mapping-daemon
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-22Update to 2.10.0:jmmv8-147/+39
Major changes in 2.10.0 are: * Some fixes for startup notification to avoid focus-stealing * Center the file management prefs dialog Major changes in 2.9.92 are: * Avoid doing i/o to tree root nodes before they are used. This means we don't get authentication callbacks. * Correct handling of startup notification * Fix crashers in desktop icon context menus when unmounting volumes * Make property page for home icon on desktop show the right size * Prevent the progress dialog from displaying strange ETAs * Make backspace key open parent folder in list view Major changes in 2.9.91 are: * Fix some crashes * Don't pop up mozilla dnd ask dialog under windows * Change the look of the path button to make it easier to find * Some changes to the look/text of the progress dialog * Fix panel size detection on 64bit machines * Allow open with menu on folders Major changes in 2.9.90 are: * Better window titles for browser windows * Better icons for burn: & computer: in the ui * Allow eject of unmounted devices * Better handling of DnD from mozilla * Make connect to server dialog availible as separate app * Use GtkAboutDialog Major changes in 2.9.2 are: * Use the new mime API * Fixed bug in finding empty spots on the desktop * Handle drags to special desktop icons (trash...) * Fix crash in clipboard code * Fix crash with non-unique volume filenames * Better handling of sizes for image-file-as-icon * Fill in ctrl-l dialog correctly for desktop * Fix crash in bookmark dialog if parent window goes away
2005-02-24Add RMD160 digests.agc1-1/+2
2004-12-28Update to 2.8.2:jmmv2-6/+7
Major changes since 2.8.1 are: * On mime mismatch, allow open with default app as open with * On dnd of mozilla link, create desktop file with .desktop ending * Delay activation when keyboard navigating in tree sidebar * Add open new window menu item in browser mode * Fix race condition that made up not alway select the folder * Better error message when there is no handler for a file * Fix throbber right-alignment with latest bonoboui * Alt-up selects the directory you came from * Display a frame on DnD hover if accepting * Fix off-by-one bug in icon positioning on DnD * Make creating new files in list view auto-rename * Add the icon text to the DnD icon * Add eject to volumes in free sidebar * Don't close browser window when the showed path is unmounted * Save browser window geometry * Handle the new env vars for filesystem charset
2004-11-03Remove a C99ism introduced by a local patch (hi drochner@!). Should fixjmmv2-7/+14
the build with GCC 2.95. While here, fix indentation of the lines modified by the patch.
2004-10-30Remove redundant BUILDLINK_DEPENDS.libexif setting.minskim1-3/+1
2004-10-30Bump BUILDLINK_DEPENDS.libexif in libexif/buildlink3.mk andminskim1-1/+2
PKGREVISIONs of packages including it, because the recent update of libexif changed the major version number of libexif. Noted by dieter and Jeremy C. Reed on tech-pkg@.
2004-10-27add a patch for a libexif 0.6.x API change and depend on libexif-0.6.xdrochner3-2/+19
explicitely (refrain from bumping PKGREVISION - the pkg was just updated so ride on it)
2004-10-26Update to 2.8.1:jmmv2-6/+5
* Update to latest egg-recent * Fix memory leaks * Clear clipboard after a cut file is pasted * Properly escape uris created by connect to server dialog * Better alignment of icon labels * Allow move (not copy) of a file to another filesystem * Fix reordering of selection when a listview is resorted * Allow keynav on desktop * Fix crash in sort-by-emblems mode * Performance fixes when selecting files * Performance increase in folder load * Allow pasting files as text * Fix nautilus extensions such as file-roller menus * Made select by pattern work in trash * Fixed cut/paste of text when renaming in listview * Always use homedir icon for homedir
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-2/+4
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-25/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-21Update to 2.8.0. This version corresponds to GNOME 2.8.0.jmmv6-63/+21
Major changes since 2.7.92 are: * Destroy metadata hashtable in right way, fixes crash * Fix crash in list view when changing views * Translation updates Major changes since 2.7.4 are: * Fix crash when transfer rate near zero * Fix crash when renaming in list view and changing directory * Fix double call of eel_preferences_remove_callback on shutdown * Use default folder view from gconf instead of now broken gnome-vfs mime setting * Some fixes to the handling of open with * Faster way to get the group list for a user * Don't make progress dialog on copy to desktop appear on all workspaces * Fix sort by size in computer view Major changes since 2.7.2 are: * Fix remaining time reporting in progress dialog * Nicer connect to server dialog * Various bugfixes and memleak fixes Major changes since 2.7.1 are: * Added spatial/browser pref to the prefs dialog * Use ctrl+q to add all windows * On shift-double-click on a non-folder, close the window after. * Bug fixes * Show estimated time remaining in the progress dialog. * per-window show hidden files setting * Don't warn about mime-type mismatches if the handler is the same for both mime-types. * Date formatting improvements * Killed start-here * Changed to use the new mime spec and UI Major changes since 2.6.2 are: * Desktop file editior property page * Display server name in window title for remote URIs * Add setting to not show volumes on desktop * Prevents read-only emblem from being shown on desktop icons when user is in root group * Fix dnd start coordinates when zoomed * Start apps in the directory they are launched from * Add close all windows to spatial window menu
2004-06-28Update to 2.6.3:jmmv4-24/+7
Major changes since 2.6.2 are: * Improved drag and drop responsiveness * Set working directory of launched processes to current view directory * Zooming fix * Crash fixes Major changes since 2.6.1 are: * Accessibility/keynav/theming fixes * Leak fixes * .desktop file updates * Fixed help buttons in the preferences dialog * Portability fix * Use initial click position to anchor icon dnd * Crash fix in the file properties dialog * Don't overlap the close icon and text label when the sidepane is very small.
2004-05-15Print comments for lib/nautilus and lib/nautilus/extensions-1.0 directoriesjmmv1-1/+6
(during print-PLIST in packages using this one).
2004-05-11fixes for darwindanw3-7/+28
2004-05-05Bump PKGREVISION due to libgsf update to 1.9.0 (soname of shared libraryjmmv1-1/+2
changed).
2004-05-03Update to 2.6.1:jmmv3-10/+10
* Fix various crashes and leaks. * Use correct icon for filesystem in treeview. * Place unplaced windows over the parent window. * Fix non-ascii typeahead. * Faster property dialog for operations on many files. * Faster list view. * Fill open location dialog with initial path. * Add down arrow to location button. * Make shift close window behind in more places. * Allow smaller spatial windows. * Allow svg backgrounds. * Fix ignore kde trash directory hack. * By default set per-folder background in spatial mode.
2004-04-19Bump PKGREVISION due to libcroco's update (major version bump in library name).jmmv1-1/+2
2004-04-14Make use of the new USE_DIRS variable, instead of directly depending on thejmmv1-2/+2
*-dirs packages.
2004-04-01Update to 2.6.0. Changes since previous stable branch (2.4.x):jmmv9-407/+95
Major changes since 2.5.91 are: * Translation updates Major changes since 2.5.90 are: * Handle failures when opening new window better (don't loop) * visiting and accept modifiers were reversed in list view * Build fixes Major changes since 2.5.8 are: * Beter typeahead in list view * "browse" context menu item in more places * Added go -> cd burner in browser mode * Fallback to normal icon view if there is a problem launching another view * Close windows on unmounted directories * Fix crashes * Longer delay until cancel open dialog opens Major changes since 2.5.7 are: * Fix crash * Nicer names for toplevel uris * Browse folder works in more places * Added preference to always use browser windows * Warn when sniffed/extension-matched mime type disagrees * Show applications for both sniffed and extension-matched mimetype in the open with menu Major changes since 2.5.6 are: * Fix icon lookup crash * Fix property page crash * Some a11y fixes * Use new background capplet name * Fix rename keyfocus issue * Scroll to icon after rename * Fix ogg previewing * Some HIG rephrasing of strings * Fix crash on rename of empty selection * Update help userguide links * Paste menu sensitivity fix * Rename selection keynav now behaves better from the start Major changes since 2.5.5 are: * hig/ui tweaks * ngettext support * distribute nautilus-list-view-ui.xml * New mimetype detection approach * performance fixes * non-modal open with other dialog * Don't show small svgs as themseleves (always thumbnail) * update egg-recent Major changes since 2.5.4 are: * Extension system for emblem, property page, menu item, and list view column plugins. * Editable list view columns * Don't expand symlinks when following them. * Busy cursor in loading spatial windows * Icon-view style typeahead in the list view. * Emblems in the list view * Added a location button to spatial windows * Removed tab icon nav from the icon view * Add a context menu to the tree side pane. * Pop up folder menu in list view background * Turn on home icon on the desktop by default * Added status bar info when no files are selected * Got rid of unnecessary EelGenerousBin/EelInputEventBox usage * HIG fixes * Bugfixes Major changes since 2.5.3 are: * Use GtkIconTheme instead of GnomeIconTheme * Show visited folders differently * Better mouse/keynav in icon and list view * Save window geometry on window close * HIG message dialogs * File templates support Major changes since 2.5.2 are: * Accessibility fixes * Better initial size of navigation window * Close all parents closes all parents * Focus the next item after delete in list view Major changes since 2.5.1.1 are: * Don't do unnecessary i/o on remote locations * handle broken symlinks that go unbroken * various bug fixes * some accessibility fixes Major changes since 2.5.1 are: * Fixed a NautilusFile leak * DISABLE_DEPRECATED fixes. Major changes since 2.5.0 are: * Start of new volume handling system * deprecaton clean * fixed leaks * performance fixes
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz2-3/+4
Buildlink files: RECOMMENDED version changed to current version.