emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/xml-rpc 0ab093d601 42/64: Bump version number


From: Stefan Kangas
Subject: [nongnu] elpa/xml-rpc 0ab093d601 42/64: Bump version number
Date: Fri, 31 Dec 2021 20:11:08 -0500 (EST)

branch: elpa/xml-rpc
commit 0ab093d60140d19e31d217c8abdc7dbdac944486
Author: Mark A. Hershberger <mah@everybody.org>
Commit: Mark A. Hershberger <mah@everybody.org>

    Bump version number
    
    Fixes #2
---
 xml-rpc.el | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/xml-rpc.el b/xml-rpc.el
index 33dc07d933..282a5d2f34 100644
--- a/xml-rpc.el
+++ b/xml-rpc.el
@@ -8,13 +8,13 @@
 
 ;; Author: Mark A. Hershberger <mah@everybody.org>
 ;; Original Author: Daniel Lundin <daniel@codefactory.se>
-;; Version: 1.6.11
+;; Version: 1.6.12
 ;; Created: May 13 2001
 ;; Keywords: xml rpc network
 ;; URL: http://github.com/hexmode/xml-rpc-el
-;; Last Modified: <2015-05-29 11:32:09 mah>
+;; Last Modified: <2016-04-30 17:56:41 mah>
 
-(defconst xml-rpc-version "1.6.11"
+(defconst xml-rpc-version "1.6.12"
   "Current version of xml-rpc.el")
 
 ;; This file is NOT (yet) part of GNU Emacs.
@@ -125,6 +125,8 @@
 
 ;;; History:
 
+;; 1.6.12  - Add tests (thanks mdorman!), fix struct detection
+
 ;; 1.6.11  - Add a way (xml-rpc-request-headers) for clients to add extra 
headers.
 
 ;; 1.6.10.1 - removed extra HTTP header "Connection: close" and re-enabled 
keep-alive



reply via email to

[Prev in Thread] Current Thread [Next in Thread]