mirror of
https://github.com/gnustep/libs-back.git
synced 2025-02-23 11:51:27 +00:00
bugfix release
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@38504 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
533ee951da
commit
68892621e2
6 changed files with 79 additions and 53 deletions
10
ANNOUNCE
10
ANNOUNCE
|
@ -1,7 +1,7 @@
|
||||||
1 ANNOUNCE
|
1 ANNOUNCE
|
||||||
**********
|
**********
|
||||||
|
|
||||||
This is version 0.24.0 of the GNUstep GUI Backend (`gnustep-back').
|
This is version 0.24.1 of the GNUstep GUI Backend (`gnustep-back').
|
||||||
|
|
||||||
1.1 What is the GNUstep GUI Backend?
|
1.1 What is the GNUstep GUI Backend?
|
||||||
====================================
|
====================================
|
||||||
|
@ -20,17 +20,17 @@ easily ported to other display systems.
|
||||||
Window's Systems. It works via a DPS emulation engine to emulate the
|
Window's Systems. It works via a DPS emulation engine to emulate the
|
||||||
DPS functions required by the front-end system.
|
DPS functions required by the front-end system.
|
||||||
|
|
||||||
1.2 Noteworthy changes in version `0.24.0'
|
1.2 Noteworthy changes in version `0.24.1'
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
Added experimental Opal backend.
|
Improvements in win32 display and mouse tracking.
|
||||||
|
|
||||||
Allow for ARGB visual for OpenGL.
|
Various minor bugfixes and cleanups.
|
||||||
|
|
||||||
1.3 Where can you get it? How can you compile it?
|
1.3 Where can you get it? How can you compile it?
|
||||||
==================================================
|
==================================================
|
||||||
|
|
||||||
The gstep-back-0.24.0.tar.gz distribution file has been placed at
|
The gstep-back-0.24.1.tar.gz distribution file has been placed at
|
||||||
`ftp://ftp.gnustep.org/pub/gnustep/core'.
|
`ftp://ftp.gnustep.org/pub/gnustep/core'.
|
||||||
|
|
||||||
1.4 Where do I send bug reports?
|
1.4 Where do I send bug reports?
|
||||||
|
|
21
ChangeLog
21
ChangeLog
|
@ -1,14 +1,25 @@
|
||||||
|
2015-05-16 Richard Frith-Macdonald <rfm@gnu.org>
|
||||||
|
|
||||||
|
* Documentation/news.texi:
|
||||||
|
* ANNOUNCE:
|
||||||
|
* NEWS:
|
||||||
|
* README:
|
||||||
|
* Version:
|
||||||
|
Bugfix release 0.24.1
|
||||||
|
|
||||||
2015-05-13 Riccardo Mottola <rm@gnu.org>
|
2015-05-13 Riccardo Mottola <rm@gnu.org>
|
||||||
|
|
||||||
* configure.ac
|
* configure.ac
|
||||||
Copied from base: only warn if compiler is different from the one configured in make
|
Copied from base: only warn if compiler is different from the one
|
||||||
|
configured in make
|
||||||
* configure
|
* configure
|
||||||
regenerated
|
regenerated
|
||||||
|
|
||||||
2015-05-12 Riccardo Mottola <rm@gnu.org>
|
2015-05-12 Riccardo Mottola <rm@gnu.org>
|
||||||
|
|
||||||
* configure.ac
|
* configure.ac
|
||||||
pick up gnustep make configured CC, CPP, CXX and check they are consistent with how make was configured
|
pick up gnustep make configured CC, CPP, CXX and check they are
|
||||||
|
consistent with how make was configured
|
||||||
* configure
|
* configure
|
||||||
regenerated
|
regenerated
|
||||||
|
|
||||||
|
@ -118,7 +129,8 @@
|
||||||
|
|
||||||
2014-01-05 Fred Kiefer <FredKiefer@gmx.de>
|
2014-01-05 Fred Kiefer <FredKiefer@gmx.de>
|
||||||
|
|
||||||
* Source/x11/XGServerWindow.m(-_checkStyle:): Change NSLog into NSDebugLLog.
|
* Source/x11/XGServerWindow.m(-_checkStyle:): Change NSLog into
|
||||||
|
NSDebugLLog.
|
||||||
|
|
||||||
2014-01-01 Niels Grewe <niels.grewe@halbordnung.de>
|
2014-01-01 Niels Grewe <niels.grewe@halbordnung.de>
|
||||||
|
|
||||||
|
@ -128,7 +140,8 @@
|
||||||
2013-12-29 Fred Kiefer <FredKiefer@gmx.de>
|
2013-12-29 Fred Kiefer <FredKiefer@gmx.de>
|
||||||
|
|
||||||
* Source/cairo/CairoGState.m (-GSSetFont:),
|
* Source/cairo/CairoGState.m (-GSSetFont:),
|
||||||
* Source/cairo/CairoFaceInfo.m (-drawGlyphs:...): Use scaled font directly.
|
* Source/cairo/CairoFaceInfo.m (-drawGlyphs:...): Use scaled font
|
||||||
|
directly.
|
||||||
|
|
||||||
2013-12-26 Fred Kiefer <FredKiefer@gmx.de>
|
2013-12-26 Fred Kiefer <FredKiefer@gmx.de>
|
||||||
|
|
||||||
|
|
|
@ -7,14 +7,20 @@
|
||||||
@include version.texi
|
@include version.texi
|
||||||
@end ifset
|
@end ifset
|
||||||
|
|
||||||
|
@section Noteworthy changes in version @samp{0.24.1}
|
||||||
|
|
||||||
|
Improvements in win32 display and mouse tracking.
|
||||||
|
|
||||||
|
Various minor bugfixes and cleanups.
|
||||||
|
|
||||||
|
@ifclear ANNOUNCE-ONLY
|
||||||
|
|
||||||
@section Noteworthy changes in version @samp{0.24.0}
|
@section Noteworthy changes in version @samp{0.24.0}
|
||||||
|
|
||||||
Added experimental Opal backend.
|
Added experimental Opal backend.
|
||||||
|
|
||||||
Allow for ARGB visual for OpenGL.
|
Allow for ARGB visual for OpenGL.
|
||||||
|
|
||||||
@ifclear ANNOUNCE-ONLY
|
|
||||||
|
|
||||||
@section Noteworthy changes in version @samp{0.23.0}
|
@section Noteworthy changes in version @samp{0.23.0}
|
||||||
|
|
||||||
Added cairo support for ms-windows.
|
Added cairo support for ms-windows.
|
||||||
|
|
85
NEWS
85
NEWS
|
@ -1,21 +1,28 @@
|
||||||
1 NEWS
|
1 NEWS
|
||||||
******
|
******
|
||||||
|
|
||||||
1.1 Noteworthy changes in version `0.24.0'
|
1.1 Noteworthy changes in version `0.24.1'
|
||||||
|
==========================================
|
||||||
|
|
||||||
|
Improvements in win32 display and mouse tracking.
|
||||||
|
|
||||||
|
Various minor bugfixes and cleanups.
|
||||||
|
|
||||||
|
1.2 Noteworthy changes in version `0.24.0'
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
Added experimental Opal backend.
|
Added experimental Opal backend.
|
||||||
|
|
||||||
Allow for ARGB visual for OpenGL.
|
Allow for ARGB visual for OpenGL.
|
||||||
|
|
||||||
1.2 Noteworthy changes in version `0.23.0'
|
1.3 Noteworthy changes in version `0.23.0'
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
Added cairo support for ms-windows.
|
Added cairo support for ms-windows.
|
||||||
|
|
||||||
Updated for NSInteger/CGFloat support
|
Updated for NSInteger/CGFloat support
|
||||||
|
|
||||||
1.3 Noteworthy changes in version `0.22.0'
|
1.4 Noteworthy changes in version `0.22.0'
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
Added new user defaults to make app icons and mini windows sticky
|
Added new user defaults to make app icons and mini windows sticky
|
||||||
|
@ -24,7 +31,7 @@ Added new user defaults to make app icons and mini windows sticky
|
||||||
Many improvements to Cairo rendering, including buffering, glyphs
|
Many improvements to Cairo rendering, including buffering, glyphs
|
||||||
and DPI scaling.
|
and DPI scaling.
|
||||||
|
|
||||||
1.4 Noteworthy changes in version `0.20.0'
|
1.5 Noteworthy changes in version `0.20.0'
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
Cairo is now the default backend, but falls back to art and xlib
|
Cairo is now the default backend, but falls back to art and xlib
|
||||||
|
@ -34,37 +41,37 @@ gracefully.
|
||||||
|
|
||||||
More Windows improvements.
|
More Windows improvements.
|
||||||
|
|
||||||
1.5 Noteworthy changes in version `0.19.0'
|
1.6 Noteworthy changes in version `0.19.0'
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
This is an (unstable) copy of the 0.18.0 release
|
This is an (unstable) copy of the 0.18.0 release
|
||||||
|
|
||||||
1.6 Noteworthy changes in version `0.18.0'
|
1.7 Noteworthy changes in version `0.18.0'
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
Many Windows improvements
|
Many Windows improvements
|
||||||
|
|
||||||
Implement pattern colours for all backends.
|
Implement pattern colours for all backends.
|
||||||
|
|
||||||
1.7 Noteworthy changes in version `0.17.1'
|
1.8 Noteworthy changes in version `0.17.1'
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
Use DejaVu as another fallback font.
|
Use DejaVu as another fallback font.
|
||||||
|
|
||||||
1.8 Noteworthy changes in version `0.17.0'
|
1.9 Noteworthy changes in version `0.17.0'
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
Key repeat support implemented in X11.
|
Key repeat support implemented in X11.
|
||||||
|
|
||||||
OpenGL fixes and improvements.
|
OpenGL fixes and improvements.
|
||||||
|
|
||||||
1.9 Noteworthy changes in version `0.16.0'
|
1.10 Noteworthy changes in version `0.16.0'
|
||||||
==========================================
|
===========================================
|
||||||
|
|
||||||
Transparent windows implemented in WIN32 backend, better position and
|
Transparent windows implemented in WIN32 backend, better position and
|
||||||
scaling of images. General cleanup of code.
|
scaling of images. General cleanup of code.
|
||||||
|
|
||||||
1.10 Noteworthy changes in version `0.14.0'
|
1.11 Noteworthy changes in version `0.14.0'
|
||||||
===========================================
|
===========================================
|
||||||
|
|
||||||
Added code to automatically make any window which uses the
|
Added code to automatically make any window which uses the
|
||||||
|
@ -72,7 +79,7 @@ NSDesktopWindowLevel also be omnipresent.
|
||||||
|
|
||||||
Many glyph drawing improvements.
|
Many glyph drawing improvements.
|
||||||
|
|
||||||
1.11 Noteworthy changes in version `0.13.2'
|
1.12 Noteworthy changes in version `0.13.2'
|
||||||
===========================================
|
===========================================
|
||||||
|
|
||||||
Added basic implementation of window levels on Windows. In general a
|
Added basic implementation of window levels on Windows. In general a
|
||||||
|
@ -86,24 +93,24 @@ bunch of improvements in the Windows backend.
|
||||||
frontend. This version or greater of the backend needs to be used with
|
frontend. This version or greater of the backend needs to be used with
|
||||||
gui 0.13.2
|
gui 0.13.2
|
||||||
|
|
||||||
1.12 Noteworthy changes in version `0.13.1'
|
1.13 Noteworthy changes in version `0.13.1'
|
||||||
===========================================
|
===========================================
|
||||||
|
|
||||||
Minor improvements.
|
Minor improvements.
|
||||||
|
|
||||||
1.13 Noteworthy changes in version `0.13.0'
|
1.14 Noteworthy changes in version `0.13.0'
|
||||||
===========================================
|
===========================================
|
||||||
|
|
||||||
Many improvements to the cairo backend. Add DPSshfill for all backends.
|
Many improvements to the cairo backend. Add DPSshfill for all backends.
|
||||||
Better handling of X event times.
|
Better handling of X event times.
|
||||||
|
|
||||||
1.14 Noteworthy changes in version `0.12.0'
|
1.15 Noteworthy changes in version `0.12.0'
|
||||||
===========================================
|
===========================================
|
||||||
|
|
||||||
Big improvements to the cairo graphics and Window backend. Also better
|
Big improvements to the cairo graphics and Window backend. Also better
|
||||||
support for OpenGL.
|
support for OpenGL.
|
||||||
|
|
||||||
1.15 Noteworthy changes in version `0.11.0'
|
1.16 Noteworthy changes in version `0.11.0'
|
||||||
===========================================
|
===========================================
|
||||||
|
|
||||||
Bugfixes to art and xlib.
|
Bugfixes to art and xlib.
|
||||||
|
@ -111,17 +118,17 @@ Bugfixes to art and xlib.
|
||||||
There was some work on the Windows backend for the GDI interface by
|
There was some work on the Windows backend for the GDI interface by
|
||||||
Christopher Armstrong.
|
Christopher Armstrong.
|
||||||
|
|
||||||
1.16 Noteworthy changes in version `0.10.3'
|
1.17 Noteworthy changes in version `0.10.3'
|
||||||
===========================================
|
===========================================
|
||||||
|
|
||||||
Fixes. A lot of Cairo backend work.
|
Fixes. A lot of Cairo backend work.
|
||||||
|
|
||||||
1.17 Noteworthy changes in version `0.10.2'
|
1.18 Noteworthy changes in version `0.10.2'
|
||||||
===========================================
|
===========================================
|
||||||
|
|
||||||
The Backend can set UTF8 window titles where this is allowed.
|
The Backend can set UTF8 window titles where this is allowed.
|
||||||
|
|
||||||
1.18 Noteworthy changes in version `0.10.1'
|
1.19 Noteworthy changes in version `0.10.1'
|
||||||
===========================================
|
===========================================
|
||||||
|
|
||||||
The art graphics module is the default now. As was previously the case,
|
The art graphics module is the default now. As was previously the case,
|
||||||
|
@ -137,7 +144,7 @@ Cariro version 1.0, although you need to make some minor changes to the
|
||||||
Cairo library before it will work with GNUstep. Due to this, this module
|
Cairo library before it will work with GNUstep. Due to this, this module
|
||||||
is still considered beta. Ask on the mailing lists for help with this.
|
is still considered beta. Ask on the mailing lists for help with this.
|
||||||
|
|
||||||
1.19 Noteworthy changes in version `0.10.0'
|
1.20 Noteworthy changes in version `0.10.0'
|
||||||
===========================================
|
===========================================
|
||||||
|
|
||||||
The installed name of the backend now includes an interface version
|
The installed name of the backend now includes an interface version
|
||||||
|
@ -147,7 +154,7 @@ frontend (GUI) library and the backend.
|
||||||
* Alpha blending was implemented for Windows, although it does not
|
* Alpha blending was implemented for Windows, although it does not
|
||||||
seem to work on some machines.
|
seem to work on some machines.
|
||||||
|
|
||||||
1.20 Noteworthy changes in version `0.9.5'
|
1.21 Noteworthy changes in version `0.9.5'
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
* Added support for window alpha on X servers.
|
* Added support for window alpha on X servers.
|
||||||
|
@ -156,7 +163,7 @@ frontend (GUI) library and the backend.
|
||||||
|
|
||||||
* Some improvements to the Windows backend.
|
* Some improvements to the Windows backend.
|
||||||
|
|
||||||
1.21 Noteworthy changes in version `0.9.4'
|
1.22 Noteworthy changes in version `0.9.4'
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
* Fast drawing on 8 bit displays was added (although it might only
|
* Fast drawing on 8 bit displays was added (although it might only
|
||||||
|
@ -171,7 +178,7 @@ frontend (GUI) library and the backend.
|
||||||
|
|
||||||
* Add internal window decoration handling.
|
* Add internal window decoration handling.
|
||||||
|
|
||||||
1.22 Noteworthy changes in version `0.9.3'
|
1.23 Noteworthy changes in version `0.9.3'
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
* A number of W32 window event enhancements
|
* A number of W32 window event enhancements
|
||||||
|
@ -181,7 +188,7 @@ frontend (GUI) library and the backend.
|
||||||
* libwraster is no longer checked for - image functions now in
|
* libwraster is no longer checked for - image functions now in
|
||||||
frontend
|
frontend
|
||||||
|
|
||||||
1.23 Noteworthy changes in version `0.9.2'
|
1.24 Noteworthy changes in version `0.9.2'
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
* Art backend added support for grayscale, one-isblack colorspaces.
|
* Art backend added support for grayscale, one-isblack colorspaces.
|
||||||
|
@ -192,26 +199,26 @@ frontend (GUI) library and the backend.
|
||||||
|
|
||||||
* Better font and draw handling on Windows.
|
* Better font and draw handling on Windows.
|
||||||
|
|
||||||
1.24 Noteworthy changes in version `0.9.1'
|
1.25 Noteworthy changes in version `0.9.1'
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
Color on 8 bit displays works correctly now. WindowMaker properties are
|
Color on 8 bit displays works correctly now. WindowMaker properties are
|
||||||
always set now in case another manager is emulating WindowMaker styles.
|
always set now in case another manager is emulating WindowMaker styles.
|
||||||
|
|
||||||
1.25 Noteworthy changes in version `0.9.0'
|
1.26 Noteworthy changes in version `0.9.0'
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
Some more improvements to copy/paste support following ICCCM
|
Some more improvements to copy/paste support following ICCCM
|
||||||
specifications (like COMPOUND_TEXT support).
|
specifications (like COMPOUND_TEXT support).
|
||||||
|
|
||||||
1.26 Noteworthy changes in version `0.8.9'
|
1.27 Noteworthy changes in version `0.8.9'
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
* Much improved pasting support between X apps and GNUstep apps.
|
* Much improved pasting support between X apps and GNUstep apps.
|
||||||
|
|
||||||
* Backend headers are no longer installed (now private).
|
* Backend headers are no longer installed (now private).
|
||||||
|
|
||||||
1.27 Noteworthy changes in version `0.8.8'
|
1.28 Noteworthy changes in version `0.8.8'
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
Full multi-byte/unicode support for East Asian languages was added to
|
Full multi-byte/unicode support for East Asian languages was added to
|
||||||
|
@ -223,57 +230,57 @@ to Kazunobu Kuriyama.
|
||||||
|
|
||||||
* Art backend works with more versions of freetype.
|
* Art backend works with more versions of freetype.
|
||||||
|
|
||||||
1.28 Noteworthy changes in version `0.8.7'
|
1.29 Noteworthy changes in version `0.8.7'
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
Handle NSBezierPath glyph drawing in art backend. art backend compiles
|
Handle NSBezierPath glyph drawing in art backend. art backend compiles
|
||||||
with all freetype except 2.1.3 via ifdefs.
|
with all freetype except 2.1.3 via ifdefs.
|
||||||
|
|
||||||
1.29 Noteworthy changes in version `0.8.6'
|
1.30 Noteworthy changes in version `0.8.6'
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
Bug fixes. See the gnustep-gui NEWS for changes.
|
Bug fixes. See the gnustep-gui NEWS for changes.
|
||||||
|
|
||||||
1.30 Noteworthy changes in version `0.8.5'
|
1.31 Noteworthy changes in version `0.8.5'
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
Text system improvements. See the gnustep-gui NEWS for changes.
|
Text system improvements. See the gnustep-gui NEWS for changes.
|
||||||
|
|
||||||
1.31 Noteworthy changes in version `0.8.3'
|
1.32 Noteworthy changes in version `0.8.3'
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
See the gnustep-gui NEWS for changes.
|
See the gnustep-gui NEWS for changes.
|
||||||
|
|
||||||
1.32 Noteworthy changes in version `0.8.2'
|
1.33 Noteworthy changes in version `0.8.2'
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
Improved font handling in art backend. Improved compositing with
|
Improved font handling in art backend. Improved compositing with
|
||||||
transformations and clipping in art backend.
|
transformations and clipping in art backend.
|
||||||
|
|
||||||
1.33 Noteworthy changes in version `0.8.1'
|
1.34 Noteworthy changes in version `0.8.1'
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
art (libart-based) backend added. Use ./configure -enable-graphics=art
|
art (libart-based) backend added. Use ./configure -enable-graphics=art
|
||||||
to choose this backend.
|
to choose this backend.
|
||||||
|
|
||||||
1.34 Noteworthy changes in version `0.8.0'
|
1.35 Noteworthy changes in version `0.8.0'
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
Bug fixes.
|
Bug fixes.
|
||||||
|
|
||||||
1.35 Noteworthy changes in version `0.7.9'
|
1.36 Noteworthy changes in version `0.7.9'
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
Bug fixes.
|
Bug fixes.
|
||||||
|
|
||||||
1.36 Noteworthy changes in version `0.7.8'
|
1.37 Noteworthy changes in version `0.7.8'
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
Simplified backend selection using -enable-server and -enable-graphics.
|
Simplified backend selection using -enable-server and -enable-graphics.
|
||||||
Add -with-library-flags and -with-include-flags for adding additonal
|
Add -with-library-flags and -with-include-flags for adding additonal
|
||||||
flags. Set name with -with-name
|
flags. Set name with -with-name
|
||||||
|
|
||||||
1.37 Noteworthy changes in version `0.7.7'
|
1.38 Noteworthy changes in version `0.7.7'
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
First release. Most components extracted from xgps. The old backends,
|
First release. Most components extracted from xgps. The old backends,
|
||||||
|
|
2
README
2
README
|
@ -1,7 +1,7 @@
|
||||||
1 README
|
1 README
|
||||||
********
|
********
|
||||||
|
|
||||||
This is version 0.24.0 of the GNUstep GUI Backend (`gnustep-back').
|
This is version 0.24.1 of the GNUstep GUI Backend (`gnustep-back').
|
||||||
|
|
||||||
Here is some introductory info to get you started:
|
Here is some introductory info to get you started:
|
||||||
|
|
||||||
|
|
4
Version
4
Version
|
@ -4,9 +4,9 @@
|
||||||
# The version number of this release.
|
# The version number of this release.
|
||||||
GNUSTEP_BACK_MAJOR_VERSION=0
|
GNUSTEP_BACK_MAJOR_VERSION=0
|
||||||
GNUSTEP_BACK_MINOR_VERSION=24
|
GNUSTEP_BACK_MINOR_VERSION=24
|
||||||
GNUSTEP_BACK_SUBMINOR_VERSION=0
|
GNUSTEP_BACK_SUBMINOR_VERSION=1
|
||||||
# This numeric value should match above
|
# This numeric value should match above
|
||||||
VERSION_NUMBER=024.0
|
VERSION_NUMBER=024.1
|
||||||
# This numeric value should match the compatible gui interface version
|
# This numeric value should match the compatible gui interface version
|
||||||
INTERFACE_VERSION_NUMBER=024
|
INTERFACE_VERSION_NUMBER=024
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue