Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
customary place.
|
|
in PR#26614.
|
|
Addresses one of the issues in PR#26614.
|
|
- A mismatched rconfig_probe version should be handled without reporting
it as an error as such
|
|
which solves this differently.
|
|
the BIND 9 resolver headers and libraries to for building.
|
|
in private mail.
|
|
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".
|
|
2.8.0:
Fix a small HIG mistake
2.7.6:
Fix getting size of DVD-R and DVD-RW
2.7.5:
Add API to get the media size (and minutes/seconds equivalent) to our library
Respect the HIG for all the error dialogs
Implement burning with "Burnproof" mode, for newer cdrecord versions
Fix translations of the "Write to Disc" menu in nautilus
2.7.4:
Overburn support in GConf
Easier to use user interface, including removal of the "Erase CD" checkbox
Simplify the HAL specific code
Remove the eel dependency in nautilus-cd-burner itself
Fix a crash when selecting the File Image target
Fix the "dummy" option appearing when not in debug mode
Some memory leak fixes
2.7.3:
Remove the libstdc++ dependency on FreeBSD 5.x
Fix the HAL requirements
Fix possible crashes in BaconCdSelection
2.7.2:
Make translations work again
2.7.1:
Basic discovery, via cdrecord, on unsupported platforms
Add mnemonics to the main window
Make debug run-time configurable
Integration of the BaconCdSelection widget, and the cd_drive_scan utility
Fix a possible conflict with udev on Linux 2.6 kernels
|
|
2004-07-19 Kevin Vandersloot <kfv101 psu edu>
* configure.in: release 2.7.0
2004-04-10 Guntupalli Karunakar <karunakar@freedomink.org>
* configure.in: Added "gu" (Gujarati) to ALL_LINGUAS.
2004-03-24 Guntupalli Karunakar <karunakar@freedomink.org>
* configure.in: Added "pa" (Punjabi) to ALL_LINGUAS.
2004-03-21 Gareth Owen <gowen72@yahoo.com>
* configure.in: Added en_GB to ALL_LINGUAS
|
|
|
|
desktop-file-utils contains a couple of command line utilities for working
with desktop entries and the applications database. More specifically,
it contains the update-desktop-database utility, used to rebuild the database
that connects MIME types to applications.
|
|
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
|
|
August 13, 2004: Overview of Changes from 2.7.92 to 2.8.0
=========================================================
* No changes
August 30, 2004:
===============
* Applied some *BSD patches.
* Removed old files.
August 15, 2004:
===============
* Fixed compilation with C89-only compilers and old libc.
August 3, 2004:
==============
* Some cleanups.
* Fixed the behaviour of some linux proc_*() functions.
* Updated the documentation.
July 19, 2004: Overview of Changes from 2.6.1 to 2.7.4
======================================================
* Plenty of code cleanups. Uninlined a lot of functions. ~5-10KB object size
reduction.
* Glibify a bit more.
* API changes:
- glibtop_fsusage provides total read and writes since boot_time.
- glibtop_netload provides hardware address. IPv6 enable.
- Added glibtop_get_proc_argv.
Work in progress :
* Finish glibtop_fsusage implementation for Linux.
* Some fuctions don't conform to the documentation, e.g. proctime.
|
|
corresponds to GNOME 2.8.0.
gnome-vfs 2.8.0
* Bugs fixed:
+ Fixed GnuTLS support
+ Recognize fstab names written by HAL
+ Fix crashers in webdav caused by redirect
+ Various build fixes
+ Fixed leak in eggdesktopentries
+ Don't use short list when selecting component
for mimetype
+ Prioritize exact matches when generating
component shortlist for mimetype
+ Fix crashers in defaults.list parsing
+ Fix symlink support in ftp method
+ Set right type for smb share directories
+ Added workaround for IceCast/ShoutCast in neon http method
+ Fix crasher when using proxy in the neon http method
+ Implement gnome_vfs_mime_type_is_known and gnome_vfs_mime_get_value
+ Re-fixed unique names for moving and linking files in gnome_vfs_xfer
+ Added hack to make descriptions for folders right
+ distribute both http methods in tarball
gnome-vfs 2.7.92
Note: The HAL support (which is disabled by default) has some
known issues where it doesn't detecte volumes for all
mounted filesystems. This is known to cause some
problems with for instance trash handling.
* Bugs fixed:
+ mime data change is emitted in an idle, fixing some hangs
+ fixes to mime desktop parser
+ update HAL code to work with dbus 0.22
+ Added a workaround for --bind mounts in mtab
+ Fix some issues in the detection of unix mounts
+ Fix windows domain name parsing from smb uris
+ Don't check cdrom disk status if there is no disk in
+ Fix hang with dav directories with redirects
+ Fix scheme handling for default app selection
+ Prefer extensions to sniffing for xml files
+ Add back GnuTLS support
+ Try to get rid of unused items in thrash cache
+ code cleanups
gnome-vfs 2.7.91
* Bugs fixed:
+ Various build fixes and leak fixes
+ really add support for ssh.com ssh servers
+ fix deadlock in sftp support
+ update howl usage to the API in howl 0.9.6
+ fix mime type inheritance usage when listing all
applications for a mimetype
+ change type of default application list
you need to upgrade eel to handle this change
+ Remove extfs module. It had security issues and
never worked well.
+ docs cleanup
+ added missing libgobject dependency to link line
gnome-vfs 2.7.90
* Bugs fixed:
+ Support for ssh.com ssh servers (William Jon McCann)
+ Properly reinitialize DNS resolver when needed
(Christian Kellner)
+ Renamed gnome_vfs_next_address to
gnome_vfs_resolve_next_address (Christian Kellner)
+ Various compilation fixes for gcc 3.4, Solaris, x86-64
(Christophe Fergeau)
* Translation updates:
+ sq (Laurent Dhima), lt (Žygimantas Beručka),
bg (Alexander Shopov), da (Martin Willemoes Hansen),
no (Kjartan Maraas), eu (Iñaki Larrañaga),
en_CA (Adam Weinberger), es (Francisco Javier F. Serrador)
gnome-vfs 2.7.5
* Bugs fixed:
+ Put back symbols inadvertantly removed.
+ desktop file parser cleanups.
+ http method cleanups
+ search vfs methods case insensitively
gnome-vfs 2.7.4
* Bugs fixed:
+ Make move/copy merge directories instead of overwriting
them when doing an xfer.
+ register GnomeVFSFileInfo in the glib GType system
+ 64 bit fixes from Josselin Mouette
+ misc doc fixes
+ misc bug fixes in backends, including:
- fix crasher in tar:/// method
- crasher in sftp method
- smb fixes
* Features
+ Use HAL for volumes, if enabled.
+ Implement kerberos/gssapi support for the ftp and smb methods.
+ Introduce davs for ssl dav.
+ Move daemon-only code over to a helper library for the daemon.
+ Implemented a simple resolver API.
+ entirely new http backend that uses neon
+ implement new MIME spec. This involves a total rewrite
of the MIME backend, and involves desktop file parsers
being installed.
gnome-vfs 2.7.3
* Bugs fixed:
+ FreeBSD portability fixes
+ DragonFly portability fixes
+ translate strings in daemon
+ made ngettext translations work
* Features
+ New function to list dns-sd browse domains
+ authentication in ftp backend
+ better performance in ftp backend
gnome-vfs 2.7.2
* Bugs fixed:
+ solaris umount fixes
+ bonobo-storage fix
+ computer method volume name handling crash fixed
+ fix problem with buffer_write that caused ftp problems
* Features
+ DNS-SD api
+ mDNS and DNS-SD support in network://
gnome-vfs 2.7.1
* Bugs fixed:
+ fixed some mime issues (sync w/ upstream)
+ keyring support for sftp:
+ deprecate ssh: and alias it to sftp:
+ handle cdrom/floppy mountpoints outside /mnt
+ fix multiple file copies with ftp:
+ fix some sftp bugs
+ freebsd build fix
+ new ask callback, used to implement ssh host key
questions
+ Work on making sockets cancellable
|
|
|
|
The news utility prints news items stored in /var/news. When invoked
without any arguments, news prints the name and timestamp of each current
item followed by its contents, most recent first. An item is considered
``current'' if it has a modification time newer than the file
~/.news_time, a file that news creates if it does not exist. If that
file does exist, news will update the timestamp on that file each time it
is run.
This version of the System V news utility was written by Jan Schaumann
<jschauma@NetBSD.org> following the manual page from an IRIX system.
|
|
|
|
|
|
Fixes build on netbsd-1-6.
|
|
Install all manpages.
From Michael Santos via PR pkg/26903.
|
|
|
|
|
|
NetBSD Version. Fixes problem in last bulk-build. (How did this ever work?
AFAICT, it's always been __NetBSD_Version__.)
|
|
the interface change of libwnck between 2.6.2 and 2.6.2.1.
Bump PKGREVISION.
|
|
substitute with bbtools.windsofstorm.net.
Pointed out by Georg Schwarz in private mail.
|
|
-make memtester's exit code meaningful. See the manpage for its meaning.
Thanks to Wurzel Parsons-Keir, who sent a patch for the code, so I only had
to document it.
|
|
|
|
intended transformation: use "rm" to remove an option, "rmdir" to remove
all options containing a path starting with a given directory name, and
"rename" to rename options to something else.
|
|
which are the full option names used to set rpath directives for the
linker and the compiler, respectively. In places were we are invoking
the linker, use "${LINKER_RPATH_FLAG} <path>", where the space is
inserted in case the flag is a word, e.g. -rpath. The default values
of *_RPATH_FLAG are set by the compiler/*.mk files, depending on the
compiler that you use. They may be overridden on a ${OPSYS}-specific
basis by setting _OPSYS_LINKER_RPATH_FLAG and _OPSYS_COMPILER_RPATH_FLAG,
respectively. Garbage-collect _OPSYS_RPATH_NAME and _COMPILER_LD_FLAG.
|
|
|
|
Original archive is available from Intel at:
http://ipw2100.sourceforge.net/firmware.php?fid=3
|
|
|
|
backup utility
|
|
Original archive is available from Intel at:
http://ipw2100.sourceforge.net/firmware.php?fid=3
|
|
Original archive is available from Intel at:
http://ipw2100.sourceforge.net/firmware.php?fid=3
|
|
correctly identify svscanboot(8) as a shell script on IRIX.
Committed for schmonz.
|
|
-small changes to enable building with dietlibc and a few other environments
that don't even attempt to provide the various Posix definitions.
-cosmetic fixes to output.
-restore the reduce-and-retry loop of memory locking from version 2.
|
|
|
|
Notable changes include:
Persistent class protection added to returned remote vrpc calls to
prevent meaningless multiple replies.
Change added to IPRange to avoid possible bootstrap problem with
unconfigured resolver. IP address setting was contingent on having DNS.
Misplaced } fixed in nameinfo
EmptyResolvConf removed only nameserver entries. Now removes everything.
Due to an error in constructing 2.1.9 some of the advertised
changes below were not included. They are included in this version.
Workaround error message for parser bug with nested variables.
WORKDIR/state/allclasses file caches all class date during cfagent
execution, just like the $(allclasses) variable, but the file can grow
much larger without overflow.
.cfengine -> .cfagent in non-root public keys (some missing conversions)
Expand buffer incorrectly zeroed out public name key causing empty
keyname in RSA dialogue
Old style bind reverse lookup added to Hostname2IPAddress
|
|
|
|
Wipe is a secure file wiping utility.
There are some low level issues that must be taken into consideration.
One of these is that there must be some sort of write barrier between
passes. Wipe uses fdatasync(2) (or fsync(2)) as a write barrier, or
if fsync(2) isn't available, the file is opened with the O_DSYNC or
O_SYNC flag. For wipe to be effective, each pass must be completely
written. To ensure this, the drive must support some form of a write
barrier, write cache flush, or write cache disabling. SCSI supports
ordered command tags, has a force media access bit for commands, and
write cache can be disable on mode page 8. IDE/ATA drives support
write cache flushes and write cache disabling.
Unfortunately, not all drives actually disable write cache when asked
to. Those drives are broken. Write caching should always be
disabled, unless your system is battery backed and always powers down
cleanly.
|
|
|
|
|
|
checkpassword-pam is an implementation of checkpassword-compatible
authentication program.
checkpassword-pam was written from scratch. There are several older
packages called checkpassword-pam, derived from DJB's checkpassword
code. This checkpassword-pam is more modern and administrator-friendly.
|
|
diff: "stress text" was changed to "stress test" in the man page.
Noticed by kre in pkg/26619.
|
|
|
|
|
|
|