mirror of
https://github.com/duncs/clusterssh.git
synced 2025-04-22 09:22:24 +00:00
Set release date for v4.01_05
This commit is contained in:
parent
402f6c34a9
commit
1546d9eaf6
3 changed files with 5 additions and 5 deletions
2
Changes
2
Changes
|
@ -1,4 +1,4 @@
|
|||
????-??-?? Duncan Ferguson <duncan_ferguson@user.sf.net> - v4.01_05
|
||||
2013-03-05 Duncan Ferguson <duncan_ferguson@user.sf.net> - v4.01_05
|
||||
- New option (-m, --unique-servers) to remove repeated servers when openeing terminals (Thanks to Oliver Meissner)
|
||||
- Drop MYMETA.yml and .json files from the distribution
|
||||
- Do not set default user name to prevent overriding ssh configuration
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
"provides" : {
|
||||
"App::ClusterSSH" : {
|
||||
"file" : "lib/App/ClusterSSH.pm",
|
||||
"version" : "4.01_04"
|
||||
"version" : "4.01_05"
|
||||
},
|
||||
"App::ClusterSSH::Base" : {
|
||||
"file" : "lib/App/ClusterSSH/Base.pm",
|
||||
|
@ -90,5 +90,5 @@
|
|||
"http://github.com/duncs/clusterssh"
|
||||
]
|
||||
},
|
||||
"version" : "4.01_04"
|
||||
"version" : "4.01_05"
|
||||
}
|
||||
|
|
4
META.yml
4
META.yml
|
@ -23,7 +23,7 @@ name: App-ClusterSSH
|
|||
provides:
|
||||
App::ClusterSSH:
|
||||
file: lib/App/ClusterSSH.pm
|
||||
version: 4.01_04
|
||||
version: 4.01_05
|
||||
App::ClusterSSH::Base:
|
||||
file: lib/App/ClusterSSH/Base.pm
|
||||
version: 0.02
|
||||
|
@ -59,4 +59,4 @@ resources:
|
|||
x_Repository:
|
||||
- http://clusterssh.git.sourceforge.net/
|
||||
- http://github.com/duncs/clusterssh
|
||||
version: 4.01_04
|
||||
version: 4.01_05
|
||||
|
|
Loading…
Add table
Reference in a new issue