freeswitch/libs/libedit/patches
Michal Bielicki 16d6e9901c And here the replacement libedit. Fixes some problems on solaris and hopefully on OpenBSD as well :)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7502 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-02-03 23:43:05 +00:00
..
00-vis.h.patch And here the replacement libedit. Fixes some problems on solaris and hopefully on OpenBSD as well :) 2008-02-03 23:43:05 +00:00
01-term.c.patch And here the replacement libedit. Fixes some problems on solaris and hopefully on OpenBSD as well :) 2008-02-03 23:43:05 +00:00
02-el_term.h.patch And here the replacement libedit. Fixes some problems on solaris and hopefully on OpenBSD as well :) 2008-02-03 23:43:05 +00:00
03-unvis.c.patch And here the replacement libedit. Fixes some problems on solaris and hopefully on OpenBSD as well :) 2008-02-03 23:43:05 +00:00
04-strlcpy.c.patch And here the replacement libedit. Fixes some problems on solaris and hopefully on OpenBSD as well :) 2008-02-03 23:43:05 +00:00
05-strlcat.c.patch And here the replacement libedit. Fixes some problems on solaris and hopefully on OpenBSD as well :) 2008-02-03 23:43:05 +00:00
06-readline.c.patch And here the replacement libedit. Fixes some problems on solaris and hopefully on OpenBSD as well :) 2008-02-03 23:43:05 +00:00
07-sys.h.patch And here the replacement libedit. Fixes some problems on solaris and hopefully on OpenBSD as well :) 2008-02-03 23:43:05 +00:00
08-el.h.patch And here the replacement libedit. Fixes some problems on solaris and hopefully on OpenBSD as well :) 2008-02-03 23:43:05 +00:00
09-search.c.patch And here the replacement libedit. Fixes some problems on solaris and hopefully on OpenBSD as well :) 2008-02-03 23:43:05 +00:00
10-readline.h.patch And here the replacement libedit. Fixes some problems on solaris and hopefully on OpenBSD as well :) 2008-02-03 23:43:05 +00:00
11-el.c.patch And here the replacement libedit. Fixes some problems on solaris and hopefully on OpenBSD as well :) 2008-02-03 23:43:05 +00:00
12-history.c.patch And here the replacement libedit. Fixes some problems on solaris and hopefully on OpenBSD as well :) 2008-02-03 23:43:05 +00:00
13-vis.c.patch And here the replacement libedit. Fixes some problems on solaris and hopefully on OpenBSD as well :) 2008-02-03 23:43:05 +00:00
14-fgetln.c.patch And here the replacement libedit. Fixes some problems on solaris and hopefully on OpenBSD as well :) 2008-02-03 23:43:05 +00:00
15-filecomplete.c.patch And here the replacement libedit. Fixes some problems on solaris and hopefully on OpenBSD as well :) 2008-02-03 23:43:05 +00:00
16-tc1.c.patch And here the replacement libedit. Fixes some problems on solaris and hopefully on OpenBSD as well :) 2008-02-03 23:43:05 +00:00
17-editline.3.roff.patch And here the replacement libedit. Fixes some problems on solaris and hopefully on OpenBSD as well :) 2008-02-03 23:43:05 +00:00
18-editrc.5.roff.patch And here the replacement libedit. Fixes some problems on solaris and hopefully on OpenBSD as well :) 2008-02-03 23:43:05 +00:00
README And here the replacement libedit. Fixes some problems on solaris and hopefully on OpenBSD as well :) 2008-02-03 23:43:05 +00:00
cvs_export.sh And here the replacement libedit. Fixes some problems on solaris and hopefully on OpenBSD as well :) 2008-02-03 23:43:05 +00:00
extra_dist_list.sh And here the replacement libedit. Fixes some problems on solaris and hopefully on OpenBSD as well :) 2008-02-03 23:43:05 +00:00
patches_apply.sh And here the replacement libedit. Fixes some problems on solaris and hopefully on OpenBSD as well :) 2008-02-03 23:43:05 +00:00
patches_check.sh And here the replacement libedit. Fixes some problems on solaris and hopefully on OpenBSD as well :) 2008-02-03 23:43:05 +00:00
patches_make.sh And here the replacement libedit. Fixes some problems on solaris and hopefully on OpenBSD as well :) 2008-02-03 23:43:05 +00:00
timestamp.cvsexport And here the replacement libedit. Fixes some problems on solaris and hopefully on OpenBSD as well :) 2008-02-03 23:43:05 +00:00
update_dist.sh And here the replacement libedit. Fixes some problems on solaris and hopefully on OpenBSD as well :) 2008-02-03 23:43:05 +00:00
update_version.sh And here the replacement libedit. Fixes some problems on solaris and hopefully on OpenBSD as well :) 2008-02-03 23:43:05 +00:00

README

Files in this directory are used to update the source in this distribution with
updates from the FreeBSD CVS source.


1) cvs_export.sh - get the source from cvs (to ./export)

2) patches_apply.sh - try to patch ./export with current pathes.

3) patches_check.sh - check updated ./export against dist

4) update_dist.sh - update dist and version
      
      If by hand:

      *) copy ./export/* files to dist   '""cp -rf export/* ..'

      *) 'rm -rf export; cp -rf export.unpatched export' - get clean ./export hierarchy

      *) patches_make.sh - make new patches to be distributed

      *) update 'vi ../Makefile.am with' list ':r !./extra_dist_list.sh' (vim cmd)

      *) update LT_VERSION in configure.ac according to the below Note

5) update ChangeLog

6) autoreconf && make distcheck!!!



http://developer.gnome.org/doc/books/WGA/dealing-with-libraries.html#AEN555 A
Note about Version Numbers 

 The three numbers stand for CURRENT:REVISION:AGE, or C:R:A for short. The
 libtool script typically tacks these three numbers onto the end of the name of
 the .so file it creates. The formula for calculating the file numbers on Linux
 and Solaris is (C - A).(A).(R), so the example given here would create the
 file libgrump.so.3.2.1. Other operating systems might use a different library
 file name convention; libtool takes care of the details.

 As you release new versions of your library, you will update the library's
 C:R:A. Although the rules for changing these version numbers can quickly
 become confusing, a few simple tips should help keep you on track. The libtool
 documentation goes into greater depth.

 In essence, every time you make a change to the library and release it, the
 C:R:A should change. A new library should start with 0:0:0. Each time you
 change the public interface (i.e., your installed header files), you should
 increment the CURRENT number. This is called your interface number. The main
 use of this interface number is to tag successive revisions of your API.

 The AGE number is how many consecutive versions of the API the current
 implementation supports. Thus if the CURRENT library API is the sixth
 published version of the interface and it is also binary compatible with the
 fourth and fifth versions (i.e., the last two), the C:R:A might be 6:0:2. When
 you break binary compatibility, you need to set AGE to 0 and of course
 increment CURRENT.

 The REVISION marks a change in the source code of the library that doesn't
 affect the interface-for example, a minor bug fix. Anytime you increment
 CURRENT, you should set REVISION back to 0.