File dar.changes of Package dar
-------------------------------------------------------------------
Sat Feb 2 13:24:31 CET 2008 - aj@suse.de
- Do not build test programs statically.
-------------------------------------------------------------------
Thu Jan 31 21:15:21 CET 2008 - aj@suse.de
- Remove check for old distribution.
- Remove duplicate files.
- Do not package .la files.
- Do not build dar-static to workaround glibc pthread linkage
problem.
-------------------------------------------------------------------
Fri Jan 25 17:26:45 CET 2008 - adrian@suse.de
- fix open call with O_CREAT and without mode
-------------------------------------------------------------------
Fri Nov 9 13:56:36 CET 2007 - adrian@suse.de
- add missing #include
-------------------------------------------------------------------
Tue Nov 6 09:43:24 CET 2007 - adrian@suse.de
- fix building
- fix rpmlint errors
-------------------------------------------------------------------
Thu Nov 1 13:12:05 CET 2007 - coolo@suse.de
- compile with gcc 4.3
-------------------------------------------------------------------
Thu Nov 1 12:36:11 CET 2007 - coolo@suse.de
- update to 2.3.6
- changed displayed message when adding a hard link to an archive while
performing a differential backup
- added back the possibility to use old blowfish implementation (bfw cipher)
- integrated optimization patch from Sonni Norlov
- updated Swedish translation by Peter Landgren
- updated French translation
- fixed broken Native Language Support in 2.3.x (where x<5)
from 2.3.5 to 2.3.6
- fixed Makefile.am in src/dar_suite (removed "/" after $(DESTDIR))
- fixed bug in regex mask building when not using ordered masks
- fixing bug that led dar_manager to report no error while some files failed
to be restored due to command-line for dar being too large.
- fixed bug met when user aborts operation while dar is finalizing archive creation [SF #1800507]
- fixed problem with execvp when dar_manager launches dar
-------------------------------------------------------------------
Fri Jul 6 12:56:56 CEST 2007 - adrian@suse.de
- update to version 2.3.4
* fixes a weakness in blowfish encryption (#289994)
* hard link handling bugfix (2.3.3)
- rename libdar package to libdar-4
-------------------------------------------------------------------
Mon Jun 18 00:43:29 CEST 2007 - ro@suse.de
- avoid string compare with char literal
-------------------------------------------------------------------
Mon Apr 2 09:44:45 CEST 2007 - adrian@suse.de
- add libzz2-devel to BuildRequires
- fix dependencies of -devel package
-------------------------------------------------------------------
Sat Mar 31 18:20:09 CEST 2007 - rguenther@suse.de
- add zlib-devel BuildRequires
-------------------------------------------------------------------
Tue Jan 16 12:32:25 CET 2007 - adrian@suse.de
- adding strong encryption support
- build with extended attributes support again (broken configure check)
-------------------------------------------------------------------
Tue Jan 9 13:20:32 CET 2007 - adrian@suse.de
- update to version 2.3.2 again (kdar seems to be dead and is dropped)
-------------------------------------------------------------------
Tue Nov 14 17:34:54 CET 2006 - adrian@suse.de
- initialize variable (#188286)
-------------------------------------------------------------------
Tue Oct 17 10:33:17 CEST 2006 - dmueller@suse.de
- remove upx require
-------------------------------------------------------------------
Sun Sep 10 02:17:07 CEST 2006 - dmueller@suse.de
- use RPM_OPT_FLAGS
-------------------------------------------------------------------
Mon Jul 10 20:48:16 CEST 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
-------------------------------------------------------------------
Mon Jul 10 10:37:56 CEST 2006 - aj@suse.de
- Go back to version 2.2.6 since the only user of dar does not build
with the new dar package.
-------------------------------------------------------------------
Thu May 18 07:18:26 CEST 2006 - adrian@suse.de
- update to version 2.3.0 with lots of new features.
- added user_interaction::pause2() method
- added the snapshot feature
- added the Cache Directory Tagging detection feature
- adapted Wesley's patch for a pkgconfig for libdar
- added -[ and -] options (file selection from file listing)
Important consequence for libdar user programs:
the fs_root argument is now expanded to full absolute path inside libdar,
thus the mask you will give for path inclusion/exclusion (the "subtree" argument)
will be used against full absolute path of files under consideration
for the operation. Assuming you have fs_root=tmp/A and the current
directory is /tmp, your mask will be used against strings like
/var/tmp/A/some/file. (instead of tmp/A/some/file as in the previous API
version). Things are equal if the fs_root is given an absolute path.
- changed archive format to "05". Due to complete review of EA management.
- upon some signal reception, dar aborts the backup nicely, producing a
completely formatted archive will all the file saved so far. This archive can
be take as reference for a further backup to continue the operation at a later
time.
- dar_manager aborts properly upon certain signal reception (do not let the database
partially updated).
- dar_slave and dar_xform now recognize when a slicename is given in place of a basename
- reviewed thread_cancellation (API change) for it be possible to cancel several thread at the same time
- prevent some dead-lock situation that can occur when a signal is received inside a critical section
- dar_cp, dar_xform and dar_slave also abort nicely upon signal reception
- dar_manager can now restore files based on a given date (not always the most recent version)
- dar_manager now has an interactive mode (-i option)
- change in API, the warning() method need not be overwritten, but the new protected method
inherited_warning() must be inherited in its place (same function, same prototype
as the original warning() method).
- dar_manager features are now part of libdar. API has been completed with theses new features
- added the "last_slice" context (%c with -E option) when creating an archive
- dar now check a file has not been modified while it was reading it, if so it reports a warning and returns a specific exit code
- remove included gettext from the package (it is more a source of conflict with external gettext and if somebody needs internationalization better is to install libintl/gettext on its own).
- added George Foot feedback about the good backup practice sort guide.
- added -e option to dar_manager
- added the progressive_report feature in the API
- dar can now pause every N slice where N >= 1
- integrated Dave Vasilevsky's patch to support Extended Attributes and file forks under MacOS X
- added method in API for external program be able to list dar_manager databases, their file contents and the statistics
- added the merge/sub-archive feature
- remove [list of path] from command line (-g option is now mandatory)
- added regex expression in filters (-ar/-ag options)
- added -ak option
- added the --comparison-field option (extension of the --ignore-owner option aka -O option)
- added the -af option (backup files more recent than a given date, others are keept as already saved)
- dar now take care that an escape character can be sent when pressing the arrow keys and avoid considering them in this situation
- dar will no refuse to abort if user presses escape when dar asks the user to be ready to write to a new slice
- adapted Wesley Legette's patch for an xml archive listing
- added 'InRef' status for EA (same meaning as the one for file's data)
-------------------------------------------------------------------
Wed Jan 25 21:35:20 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
-------------------------------------------------------------------
Sun Jan 22 00:14:39 CET 2006 - cthiel@suse.de
- 2.2.6 update
-------------------------------------------------------------------
Mon Jan 16 20:17:42 CET 2006 - dmueller@suse.de
- 2.2.5 update
-------------------------------------------------------------------
Mon Sep 26 22:58:27 CEST 2005 - mls@suse.de
- make libdar-devel package require base package
-------------------------------------------------------------------
Mon Jul 25 20:48:16 CEST 2005 - mmj@suse.de
- fix build
-------------------------------------------------------------------
Fri Jul 15 22:59:39 CEST 2005 - dmueller@suse.de
- 2.2.2 update
-------------------------------------------------------------------
Mon Apr 25 12:12:22 CEST 2005 - adrian@suse.de
- fix compile on 64bit with gcc 4
-------------------------------------------------------------------
Mon Apr 11 14:23:34 CEST 2005 - adrian@suse.de
- update to version 2.2.1
-------------------------------------------------------------------
Mon Jan 31 13:16:47 CET 2005 - adrian@suse.de
- update to version 2.2.0
* thread safe lib
-------------------------------------------------------------------
Wed Nov 17 09:52:10 CET 2004 - adrian@suse.de
- update to version 2.1.5
* gcc 3.4 support, -O1 workaround isn't needed anymore
-------------------------------------------------------------------
Thu Jul 15 10:38:16 CEST 2004 - adrian@suse.de
- update to version 2.1.4
* fixes ACL support (#42966)
-------------------------------------------------------------------
Sun Mar 7 11:34:38 CET 2004 - adrian@suse.de
- update to version 2.1.1
-------------------------------------------------------------------
Wed Feb 11 11:48:16 CET 2004 - adrian@suse.de
- update to final 2.1.0 version
-------------------------------------------------------------------
Sun Feb 8 19:32:42 CET 2004 - adrian@suse.de
- update to version 2.1.0_pre5
- optimise only with -O1, that fixes all missing symbol problems ...
-------------------------------------------------------------------
Tue Jan 13 11:44:15 CET 2004 - adrian@suse.de
- update to version 2.1.0_pre2
- fix compile issues
-------------------------------------------------------------------
Fri Jan 9 15:39:25 CET 2004 - adrian@suse.de
- support and require UPX compression on ia32
-------------------------------------------------------------------
Mon Jan 5 21:22:00 CET 2004 - adrian@suse.de
- initial package of version 2.0.4