SHA256
3
0
forked from pool/libedit
libedit/libedit.changes
Cristian Rodríguez 1aea2acc31 Accepting request 106720 from home:elvigia:branches:devel:libraries:c_c++
- Update to version 20110802, fix use after free triggerable
  with sftp autocompletion and MALLOC_PERTURB set.

OBS-URL: https://build.opensuse.org/request/show/106720
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libedit?expand=0&rev=45
2012-02-23 19:01:31 +00:00

159 lines
5.5 KiB
Plaintext

-------------------------------------------------------------------
Thu Feb 23 18:56:27 UTC 2012 - crrodriguez@opensuse.org
- Update to version 20110802, fix use after free triggerable
with sftp autocompletion and MALLOC_PERTURB set.
-------------------------------------------------------------------
Sun Nov 13 14:49:40 UTC 2011 - jengelh@medozas.de
- Remove redundant/unwanted tags/section (cf. specfile guidelines)
- Use %_smp_mflags for parallel building
-------------------------------------------------------------------
Sun Nov 13 09:15:50 UTC 2011 - coolo@suse.com
- add libtool as explicit buildrequire to avoid implicit dependency from prjconf
-------------------------------------------------------------------
Tue Aug 2 10:56:07 CEST 2011 - tiwai@suse.de
- Add baselibs.conf
-------------------------------------------------------------------
Sun Jul 31 20:45:38 UTC 2011 - crrodriguez@opensuse.org
- Link with ncurses6w instead of ncurses5
- Do not inject artificial dependencies on other packages
-------------------------------------------------------------------
Sat Apr 24 20:17:13 UTC 2010 - pascal.bleser@opensuse.org
- update to 20100424:
* synchronized with the upstream source
* UTF-8 support was added
-------------------------------------------------------------------
Mon Dec 21 17:27:40 UTC 2009 - coolo@novell.com
- fix build with using autoreconf
-------------------------------------------------------------------
Sat Dec 19 12:39:03 CET 2009 - jengelh@medozas.de
- Enable parallel build
-------------------------------------------------------------------
Thu Dec 3 16:01:23 CET 2009 - vuntz@opensuse.org
- Update to version 20090923-3.0:
+ all: apply Apple patches from:
http://opensource.apple.com/source/libedit/libedit-11/patches
- Changes from previous versions:
+ version-info: 0:33:0
- all: Use predefined macro __sun to identify Solaris
- src/el.c: Ignore comment lines in .editrc
+ version-info: 0:32:0
- all: sync with upstream source.
+ version-info: 0:31:0
- all: sync with upstream source.
+ version-info: 0:30:0
- all: sync with upstream source.
+ version-info: 0:29:0
- all: sync with upstream source.
+ version-info: 0:28:0
- all: sync with upstream source. MAJOR.MINOR version is now
3.0. This is due to NetBSD changing time_t and dev_t to 64
bits. It does not really effect this package.
- configure.ac: Remove '--enable-debug' configure flag. The
autoconf way to control flags is by specifying them when
running configure, e.g. 'CFLAGS="-O0 -g" ./configure'
- Fix self-obsoletion of libedit.
- Add libedit-ncurses-pkg-config.patch to fix the pkg-config file
so that it references ncurses, and not curses.
-------------------------------------------------------------------
Sat Sep 6 18:21:16 CEST 2008 - mrueckert@suse.de
- update to 20080712-2.11
* version-info: 0:27:0
* configure.ac: Added '--enable-debug' configure flag, to produce
debugging information.
* examples/fileman.c: cast stat struct members, st_nlink and
st_size, appropriately (see also 'man 2 stat').
Patch by Alex Elder.
* all: sync with upstream source. MINOR version is now 11.
- rename main package to libedit and split out a subpackage libedit0
-------------------------------------------------------------------
Fri Aug 31 22:29:07 CEST 2007 - mrueckert@suse.de
- update to 20070831-2.10
* version-info: 0:26:0
* libedit.pc.in,Makefile.am,configure.ac,patches/extra_dist_list.sh:
Added pkg-config support for libedit. Patch by Masatake YAMATO.
-------------------------------------------------------------------
Wed Aug 15 01:14:38 CEST 2007 - mrueckert@suse.de
- update to 20070813-2.10
* version-info: 0:25:0
* all: sync with upstream source.
-------------------------------------------------------------------
Mon Jul 16 16:37:10 CEST 2007 - mrueckert@suse.de
- fixed a few -n lines that wont work in abuild otherwise
-------------------------------------------------------------------
Mon Jun 11 18:40:55 CEST 2007 - mrueckert@suse.de
- rename package to follow the library packaging policy.
- dont build the static lib
-------------------------------------------------------------------
Sat Mar 3 17:50:11 CET 2007 - mrueckert@suse.de
- update to 20070302-2.10:
* version-info: 0:24:0
* all: sync with upstream source.
* A bug with el_push() has been fixed.
-------------------------------------------------------------------
Tue Jan 9 17:50:24 CET 2007 - mrueckert@suse.de
- update to 20061228-2.10:
* version-info: 0:23:0
* src/shlib_version: Upstream bumped minor version from 9 to 10.
* all: sync with upstream source. More readline functions.
-------------------------------------------------------------------
Sun Oct 22 21:15:46 CEST 2006 - mrueckert@suse.de
- update to 20061022-2.9:
synced with upstream source.
-------------------------------------------------------------------
Thu Aug 31 16:53:57 CEST 2006 - mrueckert@suse.de
- removed changelog from README.SuSE
-------------------------------------------------------------------
Wed Aug 30 00:20:04 CEST 2006 - mrueckert@suse.de
- update to 20060829-2.9:
Finally all files are bsd 3 clause.
This package should be GPL compatible now.
-------------------------------------------------------------------
Thu Aug 17 12:17:48 CEST 2006 - mrueckert@suse.de
- run ldconfig
-------------------------------------------------------------------
Thu Aug 17 11:37:20 CEST 2006 - mrueckert@suse.de
- updated to 20060816-2.9:
* sync with upstream sources