mirror of
				https://github.com/go-acme/lego.git
				synced 2025-10-31 08:27:38 +02:00 
			
		
		
		
	Prepare release v4.9.1
This commit is contained in:
		
				
					committed by
					
						 Ludovic Fernandez
						Ludovic Fernandez
					
				
			
			
				
	
			
			
			
						parent
						
							001dd80f6a
						
					
				
				
					commit
					df79f13022
				
			
							
								
								
									
										15
									
								
								CHANGELOG.md
									
									
									
									
									
								
							
							
						
						
									
										15
									
								
								CHANGELOG.md
									
									
									
									
									
								
							| @@ -1,5 +1,20 @@ | ||||
| # Changelog | ||||
|  | ||||
| ## [v4.9.1] - 2022-11-25 | ||||
|  | ||||
| ### Changed: | ||||
| -  | ||||
| - **[lib,cname]** cname: add log about CNAME entries | ||||
| - **[dnsprovider]** regru: improve error handling | ||||
|  | ||||
| ### Fixed: | ||||
| -  | ||||
| - **[dnsprovider,cname]** fix CNAME support for multiple DNS providers | ||||
| - **[dnsprovider,cname]** duckdns: fix CNAME support | ||||
| - **[dnsprovider,cname]** oraclecloud: use fqdn to resolve zone | ||||
| - **[dnsprovider]** hurricane: fix CNAME support | ||||
| - **[lib,cname]** cname: stop trying to traverse cname if none have been found | ||||
|  | ||||
| ## [v4.9.0] - 2022-10-03 | ||||
|  | ||||
| ### Added: | ||||
|   | ||||
| @@ -5,10 +5,10 @@ package sender | ||||
|  | ||||
| const ( | ||||
| 	// ourUserAgent is the User-Agent of this underlying library package. | ||||
| 	ourUserAgent = "xenolf-acme/4.9.0" | ||||
| 	ourUserAgent = "xenolf-acme/4.9.1" | ||||
|  | ||||
| 	// ourUserAgentComment is part of the UA comment linked to the version status of this underlying library package. | ||||
| 	// values: detach|release | ||||
| 	// NOTE: Update this with each tagged release. | ||||
| 	ourUserAgentComment = "detach" | ||||
| 	ourUserAgentComment = "release" | ||||
| ) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user