mirror of
				https://github.com/eclipse/upm.git
				synced 2025-10-31 07:04:14 +03:00 
			
		
		
		
	upm: v1.1.0
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
		| @@ -197,7 +197,7 @@ include (GetGitRevisionDescription) | |||||||
| git_describe (VERSION "--tags") | git_describe (VERSION "--tags") | ||||||
| # If git_describe fails, use a dirty version | # If git_describe fails, use a dirty version | ||||||
| if (${VERSION} MATCHES -NOTFOUND) | if (${VERSION} MATCHES -NOTFOUND) | ||||||
|   set (VERSION "v1.0.2") |   set (VERSION "v1.1.0") | ||||||
|   message (WARNING "Failed to retrieve UPM version with 'git describe' (using " |   message (WARNING "Failed to retrieve UPM version with 'git describe' (using " | ||||||
|       "${VERSION}). Check that git is installed and this is a valid git repo.") |       "${VERSION}). Check that git is installed and this is a valid git repo.") | ||||||
| endif () | endif () | ||||||
|   | |||||||
| @@ -4,6 +4,17 @@ Changelog                         {#changelog} | |||||||
| Here's a list summarizing some of the key undergoing changes to our library | Here's a list summarizing some of the key undergoing changes to our library | ||||||
| from earlier versions: | from earlier versions: | ||||||
|  |  | ||||||
|  | ### v1.1.0 | ||||||
|  |  | ||||||
|  |  * Reworked cmake handling of internal and external dependencies | ||||||
|  |  * Documentation improvements for sensor names, sensor descriptions, external | ||||||
|  |  contributor guides and added new section on installing UPM on a supported OS | ||||||
|  |  * Fixed issues with C11 builds on some WRLinux gateways and Debian systems | ||||||
|  |  * New examples and functionality for speaker and ads1x15 modules | ||||||
|  |  * Modified JAVA builds to ensure the SWIG generated wrappers include all | ||||||
|  |  functionality and typemaps | ||||||
|  |  * New sensors: mcp2515, max30100, uartat, le910 | ||||||
|  |  | ||||||
| ### v1.0.2 | ### v1.0.2 | ||||||
|  |  | ||||||
|  * Minor cmake changes for Java builds and Java examples are now toggled with |  * Minor cmake changes for Java builds and Java examples are now toggled with | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Mihai Tudor Panu
					Mihai Tudor Panu