Next | Query returned 12 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2014-08-29 16:10:29 by Ryosuke Moro | Files touched by this commit (22)
Log message:
make it clear what package depend on

discussed with wiz@.
   2014-08-18 23:22:47 by Ryosuke Moro | Files touched by this commit (14)
Log message:
Remove hs-digest, imported to pkgsrc/security.
Remove hs-hscolour, imported to pkgsrc/textproc.
   2014-08-12 23:24:14 by Ryosuke Moro | Files touched by this commit (16)
Log message:
Remove hs-zlib, imported to pkgsrc/archivers.
   2014-05-18 23:33:25 by Ryosuke Moro | Files touched by this commit (119)
Log message:
Remove hs-data-default-class, hs-dlist, hs-text, hs-utf8-string,
imported to pkgsrc/devel.
   2014-05-16 22:47:07 by Ryosuke Moro | Files touched by this commit (112)
Log message:
Remove hs-mtl, imported to pkgsrc/devel
   2014-04-15 12:59:40 by Ryosuke Moro | Files touched by this commit (53)
Log message:
- ready for HASKELL_ENABLE_HADDOCK_DOCUMENTATION= yes
   2014-01-11 00:01:01 by Ryosuke Moro | Files touched by this commit (3)
Log message:
Update to 0.2

changes:
0.2
 - Depend on text instead of utf8-string.
 - Added Binary instance for Archive.
   This will allow use of decodeOrFail from recent Data.Binary
   for an error-catching decode.
   2013-12-09 23:10:52 by Ryosuke Moro | Files touched by this commit (3)
Log message:
Update to 0.1.4

changes:
0.1.4
 - Added OptDestination to ZipOptions.
     Modified extractFilesFromArchive so that OptDestination will
     be used as the base path, if given.
   2013-08-21 22:42:22 by Ryosuke Moro | Files touched by this commit (3)
Log message:
Update to 0.1.3.4

changes:
0.1.3.4
  - mv Codec/Archive/Zip.hs src/Codec/Archive/Zip.hs

0.1.3.3
  - Add back binary 0.5 support

0.1.3.2
  - Fixed digital signature magic numbers

0.1.3.1
  - fix build failure against directory-1.2 (missing liftM)
      Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

0.1.3
  - Rewrote to use new binary API (binary >= 0.6).
      Closes https://github.com/jgm/zip-archive/issues/7
      Closes https://github.com/jgm/zip-archive/issues/4
  - Removed unneeded pragma.
  - Removed unnecessary import.

0.1.2.1
  - Added proper cabal test suite.
  - Constrain binary to < 0.6, since 0.6 removes lookAhead.
      We'll need to find a workaround going forward, but for now
      the constraint is needed in order for zip-archive to compile.
  - Support directory 1.2
      The type of getModificationTime has changed, leading to some CPP

0.1.1.8
  - Fix parsing of "version needed to extract" field
      This field consists of two bytes, upper one indicating host OS and
      lower one indicating version of Zip (de)compressor. Tomake sure if
      one can unpack given archive it's only lower byte which is needed to
      be checked, but library used to check both.

0.1.1.7
  - Correctly calculate length of file paths.
      Be sure to use zipifyFilePath and convert to UTF8 before
      calculating length.
  - Fixed problems with zipifyFilePath:
      + Don't ever put drive in zip file path!
      + Don't put leading "./" supplied by some versions of
        System.FilePath.splitDirectories.
  - Fixed Test.hs so it will pick up right zip executable on Mac OSX.

0.1.1.6
  - epochTimeToMSDOSDateTime: return minimum DOS datetime for earlier epoch times.
      The previous behavior was just to crash. Epoch times start in 1970,
      while DOS datetimes start in 1980.
      Returning the minimum seems the best solution,
      since you simply can't create a zip archive entry with an earlier time.
      This is also the solution used by zip30.
      Thanks to Radoslav Dorcik for reporting.

0.1.1.5
  - Fixed warnings uncovered by GHC 6.12.

0.1.1.4
  - Added explicit upper bound for base version
  - Removed -O2 option
  - Version bump in Zip executable
  - Handle data descriptor record
      OpenOffice-created zip archives sometimes use the "data descriptor
      record" to store checksums and lengths.
      getLocalFile now checks the general purpose bit flags to see
      if there is a data descriptor record; if there is,
      it ignores the compressed size field and instead reads data
      until the data descriptor record is encountered.

      This patch should fix problems reading ODS and other OpenOffice created
      zip archives.
      Thanks to Joel Lehtone for calling the problem to my attention.
   2012-10-08 16:00:38 by Aleksej Saushev | Files touched by this commit (12)
Log message:
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.


Next | Query returned 12 messages, browsing 1 to 10 | Previous