Skip to Content.
Sympa Menu

freetds - [freetds] concerns about branch management of freetds 0.91

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Steve Langasek <vorlon AT dodds.net>
  • To: freetds AT lists.ibiblio.org
  • Subject: [freetds] concerns about branch management of freetds 0.91
  • Date: Sun, 13 Nov 2011 15:37:16 -0800

Hi folks,

After a bit of delay, I'm looking at packaging up the freetds 0.91 release
for inclusion in Debian and Ubuntu. However, since I'm now entirely using a
distributed VCS workflow for all my packages (bzr), I'm running into a snag
because as far as I can see, there is no CVS tag for what was actually
released as 0.91. The closest seems to be Branch-0_91, but there is still a
delta relative to what's actually in the tarball (see attached).

Would it be possible to update the release process so that there's an
explicit tag for each tarball that's published?

There are also a large number of files present in CVS repository that are
not included in the tarball; I guess this is just an oversight in the 'make
dist' target. I'm happy to fix this up.

(Then there are also the unittest directories, which seem to have no
relationship between the CVS repo and what's in the release tarball?)

Also, what's the status of the migration from CVS to git? I'll drop CVS in
a heartbeat given the opportunity, but I haven't seen any news about this
since August, and it looks like there are new commits still happening in CVS
(ones that have not been mirrored to https://github.com/brianb/FreeTDS.git)
and the website points only at the CVS tree. If there's a consensus to
migrate from CVS to git, it would help me to know if this transition is
happening soon so I can base my bzr package repos on the git branches
instead of the CVS.

Thanks,
--
Steve Langasek Give me a lever long enough and a Free OS
Debian Developer to set it on, and I can move the world.
Ubuntu Developer http://www.debian.org/
slangasek AT ubuntu.com vorlon AT debian.org
=== modified file 'ChangeLog'
--- old/ChangeLog	2011-08-12 23:29:36 +0000
+++ new/ChangeLog	2011-11-13 23:08:25 +0000
@@ -1,3 +1,7 @@
+Wed Aug 17 22:20:36 EDT 2011	JK Lowden <jklowden AT freetds.org>
+	* README configure.ac
+	- 0.91 release
+
 Fri Aug 12 18:29:44 CEST 2011    Frediano Ziglio <freddy77_A_gmail_D_com>
 	* include/tds.h src/tds/config.c src/tds/gssapi.c src/tds/mem.c:
 	- add Kerberos realm parameter to connection

=== modified file 'README'
--- old/README	2008-01-11 16:30:09 +0000
+++ new/README	2011-11-13 23:08:25 +0000
@@ -1,16 +1,16 @@
-README for FreeTDS 0.82
-Thusday 10 January 2008
+README for FreeTDS 0.91
+Wednesday 17 August 2011
 
 * to build FreeTDS read the file INSTALL or
   the FreeTDS Users Guide (doc/userguide.tgz) and 
   http://www.freetds.org/userguide/
 
-FreeTDS is a free implementation of Sybase's db-lib,
-ct-lib, and ODBC libraries. FreeTDS builds and runs on every flavor of
-unix-like systems we've heard of, as well as Win32 (with or without
-Cygwin), VMS, and Mac OS X.  Failure to build on your system is probably
-considered a bug.  It has C language bindings, and works also with Perl
-and PHP, among others.  
+FreeTDS is a free implementation of Sybase's DB-Library, CT-Library,
+and ODBC libraries. FreeTDS builds and runs on every flavor of
+unix-like systems we've heard of (and some we haven't) as well as
+Win32 (with or without Cygwin), VMS, and Mac OS X.  Failure to build
+on your system is probably considered a bug.  It has C language
+bindings, and works also with Perl and PHP, among others.  
 
 FreeTDS is licensed under the GNU LGPL license. See COPYING.LIB for
 details.  
@@ -27,7 +27,7 @@
 Also, doc/api_status.txt shows which functions are implemented.  
 
 For details on what's new in this version, see NEWS.  For unbearable 
-detail, see ChangeLog-0.82.
+detail, see ChangeLog.
 
 Documentation
 =============

=== modified file 'configure.ac'
--- old/configure.ac	2011-08-12 18:50:17 +0000
+++ new/configure.ac	2011-11-13 23:08:25 +0000
@@ -12,7 +12,7 @@
 # ------------------------------------------------------------
 # Initialization
 # ------------------------------------------------------------
-AC_INIT(FreeTDS, 0.91RC2)
+AC_INIT(FreeTDS, 0.91)
 AC_CONFIG_SRCDIR(src/dblib/dblib.c)
 AC_PREREQ(2.53)
 AC_REVISION($Revision: 1.60.2.5 $)

=== modified file 'mkinstalldirs'
--- old/mkinstalldirs	2001-10-13 06:28:40 +0000
+++ new/mkinstalldirs	2011-11-13 23:08:25 +0000
@@ -4,7 +4,7 @@
 # Created: 1993-05-16
 # Public domain
 
-# $Id: mkinstalldirs,v 1.1 2001/10/12 23:28:53 brianb Exp $
+# $Id: mkinstalldirs,v 1.1.1.1 2001/10/12 23:28:53 brianb Exp $
 
 errstatus=0
 

Attachment: signature.asc
Description: Digital signature




Archive powered by MHonArc 2.6.24.

Top of Page