[Pkg-bitcoin-commits] [cgminer] branch master updated (a21318f -> cf224da)

Scott Sheridan Howard showard at moszumanska.debian.org
Sun Oct 12 15:28:56 UTC 2014


This is an automated email from the git hooks/post-receive script.

showard pushed a change to branch master
in repository cgminer.

      from  a21318f   New upstream release. * New upstream release. * Updated debian/copyright * Refreshed patches.   - debian/patches/kfreebsd_libusb.patch #define LIBUSB_CALL if not     defined (Closes: #754682)   - debian/patches/mips_roundl.patch dropped, included upstream * Update debian/rules to build for new miners
       new  cea76fa   bump for new release
       new  0137ef1   Imported Upstream version 4.6.1
       new  ba6864d   Merge tag 'upstream/4.6.1'
       new  c90ebe6   updated debian/copyright
       new  cf224da   Added hashratio support; BD on zlib1g-dev; D-S-V = 3.9.6, no changes; some debugging to look into bug 757381 (show help2man output in buildlogs)

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 API-README             |   1 +
 API.java               |   2 +-
 ASIC-README            |  74 +++-
 Makefile.am            |  13 +-
 NEWS                   |  95 ++++++
 README                 |  74 +++-
 api-example.c          |  35 +-
 api.c                  |   5 +-
 cgminer.c              |  92 +++--
 configure.ac           |  96 ++++--
 debian/changelog       |  12 +
 debian/control         |   3 +-
 debian/copyright       | 110 ++----
 debian/copyright_hints |  35 +-
 debian/rules           |   2 +
 driver-avalon2.c       | 767 +++++++++++++++++++++--------------------
 driver-avalon2.h       |  23 +-
 driver-bflsc.c         | 438 ++++++++++++++++++++++--
 driver-bflsc.h         |  31 +-
 driver-cointerra.c     |   3 +-
 driver-hashratio.c     | 876 +++++++++++++++++++++++++++++++++++++++++++++++
 driver-hashratio.h     | 131 +++++++
 driver-knc-spi-fpga.c  | 904 -------------------------------------------------
 driver-knc.c           | 865 ++++++++++++++++++++++++++++++++++++++++++++++
 driver-minion.c        | 265 ++++++++++++---
 hexdump.c              |   2 +-
 knc-asic.c             | 551 ++++++++++++++++++++++++++++++
 knc-asic.h             |  88 +++++
 knc-transport-spi.c    | 148 ++++++++
 knc-transport.h        |  23 ++
 miner.h                |  11 +-
 usbutils.c             |  85 ++++-
 usbutils.h             |   9 +
 util.c                 |  48 ++-
 util.h                 |   2 +
 35 files changed, 4327 insertions(+), 1592 deletions(-)
 create mode 100644 driver-hashratio.c
 create mode 100644 driver-hashratio.h
 delete mode 100644 driver-knc-spi-fpga.c
 create mode 100644 driver-knc.c
 create mode 100644 knc-asic.c
 create mode 100644 knc-asic.h
 create mode 100644 knc-transport-spi.c
 create mode 100644 knc-transport.h

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/cgminer.git



More information about the Pkg-bitcoin-commits mailing list