Age | Commit message (Collapse) | Author | Files | Lines |
|
Changes since the 1.38.8 release:
- Added code to strip backslashes from Windows filenames during
a restore.
- Corrected Win32 License to use the correct LICENSE file.
- Corrected the buffer count and bytes reported in the heap
statistics.
- Implement an NT_() macro to indicate that text should NOT
be translated.
- Fix a number of incorrect strings marked for translation, when
they should not be (e.g. commands).
- Fix StartTime bug reported for ClientRunBeforeJob and RunBeforeJob
Patches supplied by user in bugs #608 and #599.
- Use most recent of st_ctime and st_mtime in restore tree DIR
listing. This fixes some problems with Win32 printing incorrect
values.
- Correct the clock shift comm time calculation between the DIR
and the FD. It was added rather than subtracted.
- Strip all backslashes in filenames to be restored on Win32
machines -- the names should all be in Unix format, and if
there are any backslashes it is most likely due to an improper
FileSet definition, and the files will not otherwise be
restorable.
- Remove lib/regex.c (replaced by bregex.c).
- Delete src/win32/License.txt
- Modify installer to install LICENSE
- Add back ua_label barcode fix from Rufolf Cejka.
- Add 'Dir Status' button to the gnome console.
- Display heap stats in Storage daemon without debug level.
- Integrate most of the MinGW changes -- more to do.
- Implement using pg_config for finding PostgreSQL files.
Fixes bug #600. Patch supplied by user.
- Remove -t option from mktemp in mtx_changer.in and use
working directory. Fixes bug #578.
- Update job start time after the any run before job so that
files created by the script are only backed up once. Fixes
bug #599.
- Strip trailing newline only from filenames entered in
the restore command when reading a file. This permits
the user to enter filenames with trailing spaces. Fixes
bug #549. The user supplied a patch that I modified slightly.
- Use the most recent time (st_mtime, st_ctime) in the dir
command in restore. This gives the user a better idea of what
the newest file really is. This fixes bug #574. The fix
was suggested by the user.
- Remove the -f option from the chown in Makefile.in for more
portability.
- Change setting the group in Makefile.in to use chgrp for
more portability.
- Implement a Bacula read/write lock for Python rather
than using the Python lock to avoid recursive problems.
- Correct the uninstall directory names in filed/Makefile.in
as reported by a user.
|
|
|
|
============
Version 0.11
============
o Validate desktop file categories (Emmet Hikory, Vincent Untz)
o Use GKeyFile instead of the old egg code in update-desktop-database (Vincent)
o Use GOption instead of popt (Vincent)
o Fix grammar problem in one of the strings (Moritz Barsnick)
o NULL terminate search patch in update-desktop-database (Mike Hearn)
o Fix language to encoding mapping to match spec (Ville Skyttä)
|
|
* Write more metadata tags in the default setup of the external encoder
plugin.
* Fixed on-the-fly Video DVD creation.
* Fixed data project verification in case filenames had to be shortened
due to Joliet limitations.
* Use -dvd-compat parameter to close DVDs in on-the-fly mode.
* Fixed libdvdcss handling (again), no crashes anymore.
* Fixed the "invalid url" bug.
* Use SG IO for scsi commands with newer linux kernels. This should fix
problems with scsi device detection.
* Warn about shortened filenames due to Joliet restrictions before
starting the burning process.
|
|
changes:
* Some performance fixes for sftp
* Mark CD volumes as readonly (HAL)
* Portability and build fixes
|
|
> 2006-03-27 Balazs Scheidler <bazsi (at) bzorp.balabit>
>
> * configure.in: bumped to 0.3.18
>
> 2006-03-13 Balazs Scheidler <bazsi (at) bzorp.balabit>
>
> * src/io.c: removed fd counting loop, cache maximum number of fds
> and allocate the fds array dynamically
>
> 2006-01-23 Balazs Scheidler <bazsi (at) bzorp.balabit>
>
> * src/io.c (do_write): added support for platforms without an
> MSG_DONTWAIT flag
|
|
exist. The code only checked for HAVE_UTMP_H, not for HAVE_LOGIN_TTY.
|
|
syntax as specified in pkgsrc/mk/install/bsd.pkginstall.mk:1.47.
|
|
need them, for example RESTRICTED and SUBST_MESSAGE.*.
|
|
these any more.
|
|
|
|
|
|
with the previous version). Noted by Rhialto in private mail.
|
|
and been grabbed.
|
|
Fixes a double-free by incorrect use of dirname(3).
|
|
force a read-only bind of the image file to a vnd(4) device. Bump
the PKGREVISION.
|
|
firmware.
|
|
patch provided by Daniel Neri in PR 32777
New in v1.0.4 (2006/01/15)
--------------------------
Files with ACLs will not be unnecessarily marked as changed (bug
report by Carsten Lorenz).
Another fix for long-filenames crash, this time when a long-named
directory with files in it gets deleted
Selection fix: empty directories could sometimes be improperly
excluded if certain include expressions involving a non-trailing '**'
were used. Bug reported by Toni Price.
Bug #15436 reported by Remy Blank: rdiff-backup would sometimes crash
on ACLs if the owning uname did not exist on destination.
New in v1.0.3 (2005/11/25)
--------------------------
Applied Alec Berryman's patch to update the no-compression regexp.
Alec Berryman's fs_abilities patch is supposed to help with AFS.
Fixed (version of) filename-too-long crash when quoting.
Due to very detailed error report from Yoav, fixed a "Directory not
empty" error that can arise on emulated filesystems like NFS and
EncFS.
Cleaned up remove older than report, and also stopped it from deleting
current data files if you specify a time later than the current
mirror.
--compare fix, now you don't need to specify the exact time of a
session to avoid a "no metadata" error.
New in v1.0.2 (2005/10/24)
--------------------------
Fix for spurious security violation from --create-full-path (reported
by Mike Bydalek).
Fix for bug 14545 which was introduced in version 1.0.1: Quoting
caused a spurious security violation. (Important for Mac OS X)
An error reading carbonfile data on Mac OS X should no longer cause a
crash. (Thanks to Kevin Horton for testing.)
Carbonfile support now defaults to off, even if the system appears to
support it. It can be manually enabled with the --carbonfile switch.
If you know something about Mac OS X and want to look at the
carbonfile code so it can be re-enabled by default, please do so :)
(help available from list)
Fix for bug #14799 reported by Bob McKay: Crash when backing up files
with high permissions (like suid) to some FAT systems.
|
|
|
|
|
|
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.
|
|
NOT_FOR_PLATFORM added, I'll leave this to a Darwin guru to fix...
|
|
==============
Version 2.14.0
==============
Features
* Start inotify support (not compiled by default) (Mark McLoughlin)
Fixes
* Small fix for the python bindings (Mark McLoughlin)
* Fix infinite loop (Mark McLoughlin)
Translators
* Ales Nyakhaychyk (be)
* Jérémy Le Floc'h (br)
* Petr Tomeš (cs)
* Rhys Jones (cy)
* Ole Laursen (da)
* Hendrik Richter (de)
* Pema Geyleg (dz)
* Kostas Papadimas (el)
* Reuven Gonen (he)
* Rajesh Ranjan (hi)
* Takeshi AIHANA (ja)
* Vladimer Sichinava (ka)
* Erdal Ronahi (ku)
* Žygimantas Beručka (lt)
* Raivis Dejus (lv)
* Thierry Randrianiriana (mg)
* Wouter Bolsterlee (nl)
* Kjartan Maraas (nn)
* GNOME PL Team (pl)
* Evandro Fernandes Giovanini (pt_BR)
* Duarte Loreto (pt)
* Sebastian Ivan (ro)
* Leonid Kanter (ru)
* Elian Myftiu (sq)
* Слободан Д. Средојевић (sr)
* Maxim Dziumanenko (uk)
* Funda Wang (zh_CN)
* Woodman Tuen (zh_HK)
* Woodman Tuen (zh_TW)
|
|
Release 1.38.8 (14Apr06)
14Apr06
- Correct Makefile for Solaris /bin/sh
- Correct mtx-changer.in for Solaris /bin/sh
- Abort if a conf resource does not have a Name =
12Apr06
- Change the name of the regex program to bregex.
- Add the bwild program to the tools directory. It is similar to the bregex
program.
- Implement create bregex.h and bregex.c in src/lib from the Python regexp
program.
- Use the new bregex.c to implement Regex expressions on Win32.
11Apr06
- Modify Makefile to change the permissions on Working Directory to 770 if the
directory is created.
- Do not fail the Makefile if changing the permissions or owner/group on
WorkingDir fails.
- Correct the old recycling algorithm so that Scratch Volumes are selected when
looking for a Volume in the changer.
- Correct a typo in the Verify SQL reported by Joe Park.
10Apr06
- Remove automatic case folding on Windows FDs. You must explictly use the
'Ignore Case = yes' option.
- Remove the code added to 1.38.6 and 1.38.7 that pulls a scratch volume in an
Autochanger early in the 'recycling' algorithm.
08Apr06
- Tweak license to include Microsoft restrictions.
- Move mysql.reconnect to after real_connect(). Thanks to Frank Sweetser for
the patch.
- Disallow a backslash in a File = directive (Windows junk) unless the string
is quoted.
- Apply Eric's patch to ua_label.c so that daemon protocol is not translated.
|
|
pkgsrc changes:
- introduce various patches to fix compilation problems (gkrellm is a
complete mess).
- activate sensors-common.c on NetBSD.
2.2.9 - Fri Mar 31, 2006
------------------------
* Bugfixes
o Segfault if select config Builtins->Battery with no batteries present.
2.2.8 - Thu Mar 30, 2006
------------------------
* Add battery monitor option to use percent capacity remaining for alerts.
* Filippo Giunchedi linux.c patch: make sensor code able to read
apple/pmu's sysfs based sensors.
* Jindrich Makovicka linux.c patch: subtract the memory allocated to
slabs from the used memory and add it to the cached value instead.
* Put multiple instances lock files in /var/lock.
* Bugfixes:
o Fix gkrellm_125_sequence() off by a bit here and there.
o Invalidate chart text runs when chart height changed.
o mbmon sensors decimal point char can be different from current locale.
o Read linux cpu stats from /proc/stat as 64 bits.
o Segfault on editing disk chart format string after disabling a disk.
o gkrellmd -plog segfaulted if no plugins are installed.
o Don't NULL serve_name prior to each gkrellmd plugin serve_data call.
o Use a per client input_func in gkrellmd_client_read().
* Translation updates
o bg.po new Bulgarian translation by Vasko Vasilev.
o es.po from Cristian Othon Martinez Vera
o ru.po from Vitaly Lipatov
|
|
Bump PKGREVISION to 2.
|
|
|
|
|
|
USE_TOOLS+=msgfmt.
|
|
instead of share/doc/html. Bumped PKGREVISION.
|
|
|
|
changes:
* Strip unsafe characters from filenames
* Make the estimated time to finish less erratic
* More accurately estimate the total size of disc to write
* Unref drive instead of freeing
-translation updates
|
|
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
|
|
that they look nicer.
|
|
- decimal values now accepted for rate and size, eg "-L 1.23M"
- on the final update, blank out the now-zero ETA
- use lockfiles if terminal locking fails
- code cleanup & bug fixes
|
|
|
|
From DESCR:
DFUI curses frontend. Allows a DFUI backend (such as a system
installer) to communicate with the user with an addressable text
screen-oriented ('curses') user interface.
|
|
|
|
From DESCR:
DFUI CGI frontend. Allows a DFUI backend (such as a system
installer) to communicate with the user via a web browser.
|
|
From DESCR:
BSD Installer backend. Uses DFUI, so one of the available
DFUI frontends must also be installed for this to be useful.
|
|
|
|
|
|
|
|
Release 1.38.7 (06Apr06) released 07Apr06
- Remove timed wait for VSS on Win2K3 as it is not yet implemented.
- Correct bacula.in script to reference bacula-ctl-xx in the sysconfig
directory rather than the bin directory.
|
|
I missed this in my commit earlier.
|
|
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).
|
|
sure that we preserve any other MAKE_FLAGS when setting INSTALL_MAKE_FLAGS.
|
|
|
|
|
|
-static).
|