mirror of
				https://github.com/libssh2/libssh2.git
				synced 2025-11-03 22:13:11 +03:00 
			
		
		
		
	Prep for release
This commit is contained in:
		
							
								
								
									
										4
									
								
								README
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								README
									
									
									
									
									
								
							@@ -15,6 +15,10 @@ Version 0.12
 | 
				
			|||||||
  Re-fixed libssh2_sftp_rename_ex()
 | 
					  Re-fixed libssh2_sftp_rename_ex()
 | 
				
			||||||
    Transport had right packet_len, but sftp layer still had extra 4 bytes.
 | 
					    Transport had right packet_len, but sftp layer still had extra 4 bytes.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  Fixed build with newer OpenSSL headers.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  Added extern "C" declarations to libssh2_sftp.h for C++ compatability.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Version 0.11
 | 
					Version 0.11
 | 
				
			||||||
------------
 | 
					------------
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,5 +1,5 @@
 | 
				
			|||||||
# AC_PREREQ(2.57)
 | 
					# AC_PREREQ(2.57)
 | 
				
			||||||
AC_INIT(libssh2,0.11,sarag@libssh2.org)
 | 
					AC_INIT(libssh2,0.12,sarag@libssh2.org)
 | 
				
			||||||
AC_CONFIG_SRCDIR([src])
 | 
					AC_CONFIG_SRCDIR([src])
 | 
				
			||||||
AC_CONFIG_HEADER([include/libssh2_config.h])
 | 
					AC_CONFIG_HEADER([include/libssh2_config.h])
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -71,7 +71,7 @@ typedef unsigned long long libssh2_uint64_t;
 | 
				
			|||||||
typedef long long libssh2_int64_t;
 | 
					typedef long long libssh2_int64_t;
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define LIBSSH2_VERSION								"0.11"
 | 
					#define LIBSSH2_VERSION								"0.12"
 | 
				
			||||||
#define LIBSSH2_APINO								200507211326
 | 
					#define LIBSSH2_APINO								200507211326
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Part of every banner, user specified or not */
 | 
					/* Part of every banner, user specified or not */
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user