File: NEWS

package info (click to toggle)
ruby-net-netrc 0.2.2-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 84 kB
  • ctags: 16
  • sloc: ruby: 215; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 448 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
0.2.2: 2009-09-22

    * Documentation changes; move source to github.com

0.2.1: 2008-03-03

    * Fixed TypeError bug on Win32 in Net::Netrc.rcname (thanks to
    Inoue Yasuyuki)

0.2.0: 2005-12-19

    * Added net/ftp-netrc.rb, providing extension to Net::FTP's
    login method for auto-login using .netrc file.

    * Added examples, .netrc documentation, additional method
    documentation.

0.1.0: 2005-12-15

    * Initial public release.