{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "implemented in changeset 81328.  This feature will first be available in v1.9.1.6",
    "ClosedDate": "2011-07-30T12:38:10.737-07:00",
    "CommentCount": 0,
    "Custom": null,
    "Description": "WinZip, and maybe some other zip utilities, can create zipfiles with entries that are compressed with BZip2, rather than Deflate. \n \nAdd BZIP2 capability to DotNetZip, along with appropriate tests.\n \nAlso add a bzip2.exe utility to the utilities package, and while you're at it, add a gzip.exe utility, too.  And extend the WinZip GUI tool to be able to optionally produce zip files that use BZIP2 compression. \n \nAnd add a test project for the BZIP library.  Test against itself, and also against unxutils bzip2.exe",
    "LastUpdatedDate": "2013-05-16T05:31:33.043-07:00",
    "PlannedForRelease": "v1.9.1.8 DotNetZip - Latest Stable",
    "ReleaseVisibleToPublic": true,
    "Priority": {
      "Name": "Low",
      "Severity": 50,
      "Id": 1
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2011-07-23T17:46:52.51-07:00",
    "Status": {
      "Name": "Closed",
      "Id": 4
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "Add BZip2 compression capability to the library",
    "Type": {
      "Name": "Issue",
      "Id": 3
    },
    "VoteCount": 1,
    "Id": 13979
  },
  "FileAttachments": [],
  "Comments": [
    {
      "Message": "It would also be nice if people had the ability to exclude this ability at compile time. For example:\r\n\r\n#if BZIP2\r\n   // bzip2 specific code here\r\n#endif\r\n\r\nIn other words, for people using your library but who don't want to include the BZip2 code. Does this make sense?",
      "PostedDate": "2011-07-24T18:12:59.38-07:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2011-07-25T07:17:08.94-07:00",
      "Id": -2147483648
    },
    {
      "Message": "Yes, the suggestion for a conditional-compile makes sense. I'll see if I can add that. I'll have to think about it. It's simple to exclude code at compile time with the constant. But the BZIP2 stuff is provided in a distinct DLL, which currently is ilmerged into Ionic.Zip.dll.  I'll have to see about re-organizing the project to support the conditional build and inclusion of BZIP2.   I'm sure it could be done with some msbuild magic, but I don't know that magic, or how Visual Studio will tolerate it. \r\n\r\nAn alternate way to do it would be to not use IlMerge, and instead use linked source modules in the Zip Partial Dll project. \r\n\r\nI'll look into it. ",
      "PostedDate": "2011-07-25T07:21:12.9-07:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2011-07-25T07:23:15.267-07:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2011-07-30T12:38:10.737-07:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2013-02-21T18:43:08.847-08:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2013-05-16T05:31:33.043-07:00",
      "Id": -2147483648
    }
  ]
}