diff options
Diffstat (limited to 'lib/ssh/vsn.mk')
-rw-r--r-- | lib/ssh/vsn.mk | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/lib/ssh/vsn.mk b/lib/ssh/vsn.mk new file mode 100644 index 0000000000..016fb30c69 --- /dev/null +++ b/lib/ssh/vsn.mk @@ -0,0 +1,73 @@ +#-*-makefile-*- ; force emacs to enter makefile-mode + +SSH_VSN = 1.1.7 +APP_VSN = "ssh-$(SSH_VSN)" + +TICKETS = OTP-8121 \ + OTP-8277 \ + OTP-8278 \ + OTP-8201 + +TICKETS_1.1.6 = OTP-8110 \ + OTP-8162 \ + OTP-8173 \ + OTP-8174 \ + OTP-8175 \ + OTP-8176 + +TICKETS_1.1.5 = OTP-8159 \ + OTP-8160 \ + OTP-8161 + +TICKETS_1.1.4 = OTP-8071 + +TICKETS_1.1.3 = OTP-7996 \ + OTP-8034 \ + OTP-8035 + +TICKETS_1.1.2 = OTP-7914 \ + OTP-7917 \ + OTP-7918 \ + OTP-7921 \ + OTP-7919 \ + OTP-7930 \ + OTP-7957 + +TICKETS_1.1.1 = OTP-7828 \ + OTP-7795 \ + OTP-7807 \ + OTP-7808 \ + OTP-7809 + +TICKETS_1.1 = OTP-7676 \ + OTP-7683 \ + OTP-7685 \ + OTP-7766 \ + OTP-7767 \ + OTP-7768 \ + OTP-7770 \ + OTP-7456 \ + OTP-7769 \ + OTP-7516 \ + OTP-7645 \ + +TICKETS_1.0.2 = \ + OTP-7141\ + +TICKETS_1.0.1 = \ + OTP-7318 \ + OTP-7305 \ + OTP-7564 \ + OTP-7565 \ + OTP-7566 \ + +TICKETS_1.0 = \ + OTP-7485 \ + OTP-7504 \ + OTP-7356 \ + OTP-7502 \ + OTP-7503 + +TICKETS_0.9.9.6 = \ + OTP-7246 \ + OTP-7247 \
\ No newline at end of file |