~ubuntu-branches/ubuntu/precise/libssh/precise

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Laurent Bigonville
  • Date: 2011-06-15 15:48:07 UTC
  • mfrom: (1.1.10 upstream) (4.1.12 sid)
  • Revision ID: james.westby@ubuntu.com-20110615154807-3muklcqfftr1vtch
Tags: 0.5.0-2
* debian/patches/0002-Check-for-NULL-pointers-in-string-c.patch:
  Consolidate patch (Should fix previous REJECT)
* Support multiarch spec

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
4* API Changes !
30
30
-_-_-_-_-_-_-_-_-_
31
31
 
 
32
Changes between 0.4 and 0.5
 
33
---------------------------
 
34
 
 
35
We use the ssh_ prefix as namespace for every function now. There is a legacy.h
 
36
which could be used to get the old function names.
 
37
 
32
38
Changes between 0.3 and 0.4
33
39
---------------------------
34
40
 
46
52
 
47
53
ssh_options_set(session, SSH_OPTIONS_HOST, "localhost");
48
54
 
 
55
5* Copyright policy
 
56
-_-_-_-_-_-_-_-_-_-_
 
57
 
 
58
The developers of libssh have a policy of asking for contributions to be made
 
59
under the personal copyright of the contributor, instead of a corporate
 
60
copyright.
 
61
 
 
62
There are some reasons for the establishment of this policy:
 
63
 
 
64
    * Individual copyrights make copyright registration in the US a simpler
 
65
      process.
 
66
    * If libssh is copyrighted by individuals rather than corporations,
 
67
      decisions regarding enforcement and protection of copyright will, more
 
68
      likely, be made in the interests of the project, and not in the interests
 
69
      of any corporation’s shareholders.
 
70
    * If we ever need to relicense a portion of the code contacting individuals
 
71
      for permission to do so is much easier than contacting a company.