"Fossies" - the Fresh Open Source Software Archive

Member "shake-1.0/NEWS" (15 Nov 2014, 3304 Bytes) of package /linux/privat/shake-1.0.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 2011-03-26 :  shake 1.0 ; urgency=low
    2 	* Fixed a build issue with recent glibc.
    3 2011-03-26 :  shake 0.999 ; urgency=high
    4 	* Fixed a bug with leases being released twice, thanks to Eduard Nicodei
    5 	* Fixed a build error on CMake 2.4, patch by DTucny
    6 2009-01-31 :  shake 0.99 ; urgency=high
    7 	* Fixed a security issue : printf of a user-controlled buffer
    8 	* Added the support for Linux leases
    9 	* Updated the documentation
   10 2008-02-03 :  shake 0.31 ; urgency=low
   11 	* Fixed build when CFLAGS are defined in environment, thanks to wain
   12 2008-01-23 :  shake 0.30 ; urgency=high
   13 	* Added the ability to continue when when it fails to list a directory
   14 	* Fixed a crash on files ending with a hole
   15 	* Added an INSTALL file
   16 	* Added a Debian package
   17 	* Rewrote the build system using cmake
   18 	* Added support for posix_fadvise()
   19 	* Added a signal hander that try to keep files as safe as it can
   20 	* Changed the licence, now distributed under GPL v3 or greater
   21 2007-02-01 :  shake 0.29 ; urgency=high
   22 	* Added a workaround against ld behaviour, as repported by mrsaccess
   23 2006-11-19 : shake 0.28 ; urgency=low
   24 	* Fixed --no-locks parsing
   25 	* Fixed unnecessary get_ptime() call
   26 	* Cleaned up code
   27 2006-08-29 : shake 0.27 ; urgency=low
   28 	* Changed size unit (now in kilobytes)
   29 	* Fixed doc installation, as reported by Adam Sampson
   30 2006-08-28 : shake 0.26 ; urgency=low
   31 	* Added ~ppc to the ebuild, as reported by Frederic Grosshans
   32 	* Added a workaround against reiser4 bug fixed 20060827
   33 2006-08-22 : shake 0.25 ; urgency=low
   34 	* Fixed copyright notices, as Savannah asked
   35 	* Fixed english sentences, thanks to Gabrys
   36 2006-08-19 : shake 0.24 ; urgency=low
   37 	* Fixed Makefile for 64 bit plateforms
   38 	* Changed default values to recurse on the same FS by default
   39 	* Added the possibility of linking static
   40 	* Fixed usage of getopt_long
   41 2006-08-15 : shake 0.23 ; urgency=medium
   42 	* Fixed file lists allocation
   43 	* Changed output order
   44 	* Fixed a typo in the manpage
   45 	* Added an alpha python wrapper (not installed by default)
   46 	* Added the possibility to get filelist from stdin
   47 	* Added unattr, to remove shake.ptime and others xattrs
   48 	* Fixed the makefile
   49 2006-06-25 : shake 0.22 ; urgency=medium
   50 	* Made the locks non blocking (LOCK_NB)
   51 	* Silented some minor errors
   52 	* Fixed changelog dates ^.^
   53 2006-06-13 : shake 0.21 ; urgency=low
   54 	* Added --no-xattr/-X
   55 	* Fixed manpage
   56 2006-06-12 : shake 0.20 ; urgency=low
   57 	* Added --one-file-system
   58 	* Trap signals
   59 	* close fd when get_testimony fail
   60 	* Fixed a small memory leak in main.c:285 (args were not freed)
   61 	* Lock more agressively
   62 2006-06-06 : shake 0.19 ; urgency=high
   63 	* Restore mtime to avoid conflicts with package managers.
   64 	* Changed output format.
   65 	* get_testimony : Always determine file position, needed for shake_dir.
   66 	* Wrote a real documentation, and improved the manpage.
   67 	* Reorganised source code
   68 2006-06-01 : shake 0.18 ; urgency=medium
   69 	* Use metadatas to store position time.
   70 	* Splited OS specific functions.
   71 	* Changed default values and option name.
   72 	* Added an option to specify the max number of crumbs.
   73 	* Fixed a bugs with age interpretation
   74 2006-05-17 : shake 0.17 ; urgency=low
   75 	* Relaxed cflags to allow compilation on 64 bits systems.
   76 	* Fixed few problems with options.
   77 	* Added an ebuild
   78 2006-05-14 : shake 0.16 ; urgency=low
   79 	* First public release.