[DRE-commits] [ruby-kgio] branch master updated (33e3224 -> cac6518)

Hleb Valoshka tsfgnu-guest at moszumanska.debian.org
Sun Apr 6 18:58:36 UTC 2014


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

tsfgnu-guest pushed a change to branch master
in repository ruby-kgio.

      from  33e3224   release 2.8.1-1
      adds  8faf22d   Imported Upstream version 2.9.2
       new  33d682a   Merge tag 'upstream/2.9.2'
       new  290a5df   New upstream release.
       new  31afe26   remove unneeded patch
       new  918520f   Standards-Version: 3.9.5
       new  cac6518   release 2.9.2-1

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:
 .manifest                                          |   5 +-
 ChangeLog                                          | 215 ++++++
 GIT-VERSION-FILE                                   |   2 +-
 GIT-VERSION-GEN                                    |   2 +-
 GNUmakefile                                        |   1 -
 LATEST                                             |  27 +-
 NEWS                                               |  37 +
 Rakefile                                           |  37 -
 debian/changelog                                   |   8 +
 debian/control                                     |   2 +-
 .../0001-Disable-test_poll_EINTR_changed.patch     |  23 -
 debian/patches/series                              |   1 -
 ext/kgio/accept.c                                  |  11 +-
 ext/kgio/ancient_ruby.h                            |   3 -
 ext/kgio/blocking_io_region.h                      |   9 +-
 ext/kgio/connect.c                                 |  20 +-
 ext/kgio/extconf.rb                                |   2 +
 ext/kgio/kgio.h                                    |  50 +-
 ext/kgio/kgio_ext.c                                |  56 +-
 ext/kgio/poll.c                                    |  10 +-
 ext/kgio/read.c                                    | 328 ++++++++
 ext/kgio/read_write.c                              | 852 ---------------------
 ext/kgio/set_file_path.h                           |   1 +
 ext/kgio/tryopen.c                                 |  52 +-
 ext/kgio/write.c                                   | 262 +++++++
 ext/kgio/writev.c                                  | 328 ++++++++
 metadata.yml                                       |  73 +-
 test/test_poll.rb                                  |  25 -
 test/test_syssend.rb                               |  43 ++
 29 files changed, 1422 insertions(+), 1063 deletions(-)
 delete mode 100644 debian/patches/0001-Disable-test_poll_EINTR_changed.patch
 create mode 100644 ext/kgio/read.c
 delete mode 100644 ext/kgio/read_write.c
 create mode 100644 ext/kgio/write.c
 create mode 100644 ext/kgio/writev.c
 create mode 100644 test/test_syssend.rb

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-kgio.git



More information about the Pkg-ruby-extras-commits mailing list