diff options
| author | Yoni Rabkin <yrk@gnu.org> | 2024-03-06 08:38:28 -0500 |
|---|---|---|
| committer | Yoni Rabkin <yrk@gnu.org> | 2024-03-06 08:38:28 -0500 |
| commit | 3b98d22c76de94fae16434517b99525fabc58f31 (patch) | |
| tree | d67795f32c726f19d798d2364d293e74369ffbc5 | |
| parent | 011bb902e646f2fd48e6283815b31a6a0c1f5698 (diff) | |
release version 7externals/rt-liberation
| -rw-r--r-- | NEWS | 5 | ||||
| -rw-r--r-- | rt-liberation.el | 4 |
2 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,8 @@ +New in version 7 + + * Add the ability to set the subject of a ticket. + + New in version 6 * Code cleanup and fix compilation warnings. diff --git a/rt-liberation.el b/rt-liberation.el index 40f7dfe..f670c05 100644 --- a/rt-liberation.el +++ b/rt-liberation.el @@ -1,11 +1,11 @@ ;;; rt-liberation.el --- Emacs interface to RT -*- lexical-binding: t; -*- -;; Copyright (C) 2008-2022 Free Software Foundation, Inc. +;; Copyright (C) 2008-2024 Free Software Foundation, Inc. ;; Author: Yoni Rabkin <yrk@gnu.org> ;; Authors: Aaron S. Hawley <aaron.s.hawley@gmail.com>, John Sullivan <johnsu01@wjsullivan.net> ;; Maintainer: Yoni Rabkin <yrk@gnu.org> -;; Version: 6 +;; Version: 7 ;; Keywords: rt, tickets ;; Package-Type: multi ;; url: http://www.nongnu.org/rtliber/ |
