8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 18:03:04 +01:00
Commit Graph

774 Commits

Author SHA1 Message Date
alexpeshkoff
def8abe36f misc 2011-10-13 11:58:02 +00:00
alexpeshkoff
cf4fe8ae9b Added license files to linux packages 2011-10-06 12:19:54 +00:00
alexpeshkoff
963096063f Fronported CORE-3615: add silent_install target to firebird's Makefile (and some other misc install-related fixes) 2011-10-06 09:31:22 +00:00
paulbeach
20cb8a689d Fix problem with tmp ownership of reboot of MacOSX 2011-09-14 13:15:56 +00:00
hvlad
c994f7e32a Make legacy (security database based) user management plugin consistent :
- binary name changed from user_management.dll to legacy_usermanager.dll (on Windows only, POSIX will follow soon)
- registration name was changed from "Legacy_Auth" to "Legacy_UserManager" (see UserManager setting in firebird.conf)
2011-06-30 13:17:04 +00:00
asfernandes
f14ec26183 Misc. 2011-06-04 02:18:55 +00:00
alexpeshkoff
68e7cd9461 Frontported CORE-3467: provide a silent install switch 2011-05-30 15:51:22 +00:00
hvlad
c84619445a Don't use Guardian with services 2011-05-10 13:37:52 +00:00
asfernandes
d0c2265105 Misc. 2011-05-10 01:12:14 +00:00
hvlad
fef1f49c94 Shared page cache implementation 2011-05-09 10:15:19 +00:00
alexpeshkoff
dc9e744fc3 Fixed binary packages build. No more CS/SS difference. No more linux RPMs on SF. 2011-01-17 17:38:25 +00:00
asfernandes
233093cee4 Misc 2011-01-16 02:16:15 +00:00
alexpeshkoff
d6fcde387b New plugin manager. Use it for all types of plugins. 2011-01-14 17:31:40 +00:00
alexpeshkoff
983e6dc346 Added LSB header 2010-11-11 07:41:17 +00:00
alexpeshkoff
33851873cf cleanup 2010-10-13 09:37:18 +00:00
alexpeshkoff
46c6383371 frontported fix for CORE-3019: Startup failure of SS and SC on linux gentoo 2010-06-09 11:53:59 +00:00
asfernandes
8d8413da02 Set svn:eol-style to native 2010-06-04 23:14:48 +00:00
alexpeshkoff
747fb1ef70 Frontported fix for CORE-3001: Install fails to create user & group "firebird" 2010-05-11 12:17:11 +00:00
asfernandes
d6e4b53865 Misc 2010-05-08 02:25:58 +00:00
skidder
6c83079b27 As per Dmitry's comment, remove DSQL debugging facility from PROD_BUILD. Remove its documentation from firebird.conf. We don't want users to learn too much about the engine internals 2010-05-02 08:48:22 +00:00
skidder
f540236674 Re-introduce access to DSQL debugging facility accidentally made inaccessible by Dmitry Y. during Firebird 2.5 development cycle. Also document it firebird.conf and enable it in PROD_BUILD. It is rather hard to debug DSQL compiler issues without intermediate trace output. 2010-05-01 13:47:39 +00:00
alexpeshkoff
88b8a40a04 1. Cleaned up most of SUPERSERVER usage.
SUPERSERVER has 4 different meanings in our code:
- this is milticlient server (replaced with Config::getMultiClientServer())
- use shared data cache (replaced with Config::getSharedCache())
- use shared metadata cache (replaced with macro SHARED_METADATA_CACHE)
- database are NOT shared between processes (replaced with getSharedDatabase())

2. Use fb_smp_server as both superclassic and classic binary on posix
(xinetd autodecection is done).

3. Small posix build cleanup.
2010-04-15 14:40:27 +00:00
dimitr
63babe1492 Changed the default page cache size for Classic, as discussed in fb-devel. 2010-04-08 04:15:08 +00:00
asfernandes
cd0c292823 Misc 2010-03-17 02:12:39 +00:00
alexpeshkoff
af44c617d8 Fixed CORE-2926: "make install" fails on linux 2010-03-15 14:34:52 +00:00
alexpeshkoff
24cc956f6e freebsd port 2010-03-15 11:58:46 +00:00
alexpeshkoff
c6372d4a9d CORE-2921: still miss superclassic support 2010-03-12 14:40:45 +00:00
alexpeshkoff
c2f82bea92 Fixed CORE-2919: Installation script ignores non-standard ports 2010-03-11 14:40:50 +00:00
asfernandes
9463ffe238 Misc 2010-03-08 01:21:24 +00:00
alexpeshkoff
34cf00e326 Removed RootDirectory parameter from firebird.conf and enabled use of vulcan-style macro in it 2010-03-05 17:21:18 +00:00
alexpeshkoff
d6fcd8eb63 It was bad idea to make two TempSpace related parameters per-database - rolled back some changes 2010-03-03 15:02:01 +00:00
alexpeshkoff
e5017f1a12 Extend format of firebird configuration file with a set of additional parameters for any parameter.
Use traditional firebird configuration files format in all places (intl, trace, etc.).
Add per-database configuration facility to aliases.conf (currently 15 parameters from firebird.conf).
2010-02-28 18:00:51 +00:00
dimitr
00bc7b9025 Cleanup the deprecated configuration stuff. 2009-12-28 13:27:10 +00:00
robocop
13a8d5488f Get rid of the obsolete option CompleteBooleanEvaluation in the config file. We always do short-circuit boolean logic. 2009-12-21 07:01:24 +00:00
alexpeshkoff
66e980a1f2 Frontported fixed of bugs, found during 2.5.0.RC1 QA - incorrect message when lockdir is not accessible; broken yValve behavior when lockdir is not accessible; bad access rights on lockdir in init.d startup scripts 2009-12-08 15:02:09 +00:00
robocop
ecd01da22d Goodbye gdef. 2009-12-04 10:05:41 +00:00
alexpeshkoff
cd7b9a3e00 Fixed CORE-2775: Linux packages miss fbtrace.conf 2009-11-30 14:06:39 +00:00
dimitr
07d01b2fcb Correction. 2009-11-05 08:15:52 +00:00
alexpeshkoff
370806c17f Small fixes to make best of binreloc during development - can run all binaries now directly from gen/firebird/bin 2009-11-03 13:35:19 +00:00
paulbeach
7f4eeee8d2 Correct the corrupt background installer image problem on Mac OSX 10.6 while I remember 2009-10-05 15:42:51 +00:00
asfernandes
90dfb9a411 Misc 2009-09-30 01:10:11 +00:00
skidder
0070f2342b Implement RemoteFileOpenAbility on Windows. This also implements CORE-1038 improvement 2009-09-29 16:55:26 +00:00
paul_reeves
aa8b3c0029 Quench the thirst 2009-09-25 13:41:54 +00:00
asfernandes
1fc134a32f Feature CORE-2636 - Add support for GB 18030 character set 2009-09-23 15:44:26 +00:00
alexpeshkoff
dbc31c7283 Added dynamic comment about Restrict UDF, CORE-2626 2009-09-23 11:34:24 +00:00
robocop
3b62dade15 Fix another misc error. 2009-09-22 06:11:27 +00:00
asfernandes
709539bfec Misc 2009-09-21 15:45:10 +00:00
alexpeshkoff
027990cbf9 Fixed CORE-2626: Startup scripts in /etc/init.d should take care about presence of /var/run/firebird and /tmp/firebird directories 2009-09-21 13:39:23 +00:00
makowski
3b27ffc55a CORE-2601 fix the spelling, thanks Helen 2009-09-21 11:50:31 +00:00
makowski
a29ff8aecf fix the spelling 2009-09-20 18:33:53 +00:00
makowski
e0393f342f CORE-2601
add explanations into firebird.conf about UDF
add options to fb_config
2009-09-19 21:45:36 +00:00
alexpeshkoff
c8db10cfe4 added forgotten file - thanks to Adriano 2009-09-14 07:09:55 +00:00
alexpeshkoff
60a115efc2 Fixed CORE-2601: fine tuning of the installation directories does not work in configure 2009-09-11 10:49:46 +00:00
asfernandes
3d4aec86e9 Misc 2009-09-10 01:31:49 +00:00
verbguy
626f4ccfbd solaris distribution kit changes, reviewed by alex 2009-09-08 20:11:30 +00:00
skidder
8263e01eb6 Improve firebird.conf description for CORE-2608 fix 2009-08-30 15:31:29 +00:00
dimitr
cc46e2cdac Grammar. 2009-08-30 10:08:19 +00:00
asfernandes
f4bfb5dbb3 Style of new/changed code; usage of static; misc 2009-08-30 03:04:34 +00:00
skidder
2b9fa8cf4e Support for filesystem cache size management needed to work with large databases on modern Windows hosts (64-bit - starting with XP, 32-bit - starting with Vista) 2009-08-29 19:55:23 +00:00
asfernandes
8c0b380fac Misc 2009-08-27 02:19:36 +00:00
asfernandes
a7ed247d0f Fix typo 2009-08-27 02:19:21 +00:00
paulbeach
08a1fde1a8 Adjust installer and add script to handle SuperClassic 2009-08-26 08:47:59 +00:00
asfernandes
ae6c7e7352 Misc 2009-08-14 01:58:22 +00:00
alexpeshkoff
2b54406704 SuperClassic related changes - thanks to Carlos Macao 2009-08-13 11:16:54 +00:00
alexpeshkoff
61795fae9f Mandriva specific change, suggested by Philippe Makowski 2009-08-05 11:52:58 +00:00
asfernandes
2cb136d9b8 Misc 2009-08-05 02:12:46 +00:00
paul_reeves
6778cccfda Bump version from beta 1 to beta 2 2009-08-03 13:55:40 +00:00
alexpeshkoff
3dfd3821e4 Keep in sync with mandrake script 2009-07-30 11:30:37 +00:00
makowski
509d7f0789 change start stop order, add LSB header 2009-07-29 08:07:27 +00:00
asfernandes
6377356940 Misc 2009-07-23 00:56:28 +00:00
paulbeach
9cab803d97 And the long march to making Firebird build and run on MacOSX continues 2009-07-21 13:34:20 +00:00
alexpeshkoff
e7ccb40155 Updated startup script from Philippe Makowski 2009-07-21 11:02:30 +00:00
alexpeshkoff
27aab4cca7 We have no more gds_drop, but we do have fbtracemgr 2009-07-21 07:45:22 +00:00
paulbeach
8834da6254 Make sure that 21 Solaris install changes are in Head (where relevant) 2009-06-18 09:35:03 +00:00
asfernandes
d136f88092 Misc 2009-04-11 19:41:01 +00:00
paul_reeves
908c99bf9f Fix yet another dumb typo.
Thanks to Claudio for picking it up.
2009-04-09 14:30:57 +00:00
paul_reeves
d0ba606fb3 Fix another dumb typo, repair an oversight and use whitespace consistently. 2009-04-09 13:17:34 +00:00
paul_reeves
7c878a4351 typo 2009-04-09 10:43:52 +00:00
paul_reeves
516476f941 Add files missing from install
Misc.
2009-04-08 15:00:20 +00:00
alexpeshkoff
920c4a57d7 Fixed CORE-2392: install cleanup for 2.5 beta1 2009-03-27 12:53:26 +00:00
alexpeshkoff
0131766191 Take care about plugins directory 2009-03-24 13:08:26 +00:00
alexpeshkoff
71c82c456f Fixed CORE-2376: Change default for authentication method parameter 2009-03-16 16:51:41 +00:00
alexpeshkoff
a41143bf24 AIX port 2009-02-05 13:22:31 +00:00
asfernandes
75c0d0f353 Misc 2009-02-05 01:08:13 +00:00
hvlad
91dedb36ab Don't use "None" as empty configuration file name for audit. Per Adriano request. 2009-02-02 09:12:38 +00:00
asfernandes
612c108e3e Misc 2009-02-02 03:35:52 +00:00
hvlad
d60efa3bc3 Trace related configuration settings 2009-02-01 22:14:57 +00:00
robocop
7498f64981 Misc. 2008-12-29 09:28:43 +00:00
asfernandes
de5ee1561d Misc 2008-12-27 18:24:56 +00:00
asfernandes
dff4d4fa99 Misc 2008-12-27 18:15:50 +00:00
alexpeshkoff
f4bb8b46fe frontported HPUX installer changes 2008-12-26 14:39:06 +00:00
alexpeshkoff
cc5d9489f7 misc 2008-12-25 10:40:30 +00:00
alexpeshkoff
aaaf28510a Misc - thanks to Philippe 2008-12-12 14:16:06 +00:00
alexpeshkoff
817a8747a7 HPUX port 2008-12-12 13:53:10 +00:00
asfernandes
05947b7afc Misc 2008-12-12 00:55:03 +00:00
alexpeshkoff
017a5b6759 HPUX port 2008-12-11 10:59:26 +00:00
paulbeach
e2fae8e7be Fix @prefix@ issue for aliases.conf - Reported by Adriano 2008-12-03 14:32:51 +00:00
alexpeshkoff
8ac0ebf2d2 Fixed CORE-2195:Linux CS install requires access rights review - make conf files root-writable 2008-12-01 13:05:52 +00:00
asfernandes
5ab801f09d Misc 2008-11-26 00:45:20 +00:00
alexpeshkoff
00dcea36f3 Fixed CORE-2195: Linux CS install requires access rights review. Also fixed some bugs in superclassic mode. 2008-11-24 13:09:12 +00:00
asfernandes
2a757281c6 Misc 2008-10-31 00:02:49 +00:00
alexpeshkoff
11676a39dd SAS changes - AIX port started 2008-10-30 09:14:13 +00:00
asfernandes
3bf8ec8fb2 Misc 2008-09-24 02:02:38 +00:00
paulbeach
0d3dc4e29c Solaris 10 64bit SS 2008-09-23 11:06:49 +00:00
asfernandes
0f387a9bee Misc 2008-09-06 18:42:55 +00:00
paulbeach
e4754b822d Fix CORE-2065 Add (ln -s) libfbclient.dylib to the default dynamic loader search path /usr/local/lib for Classic 2008-09-05 11:01:08 +00:00
paulbeach
9d10d8a633 Update permissions for security database 2008-09-03 10:13:14 +00:00
paulbeach
0973d9df9f Update permissions for security database 2008-09-03 10:07:54 +00:00
paulbeach
247a2d0247 Update permissions for security database 2008-09-03 09:41:04 +00:00
asfernandes
139e4f8ca9 Misc 2008-09-03 02:26:45 +00:00
paulbeach
88fd11398d Solaris 10 2008-09-02 14:17:32 +00:00
robocop
7cca33b804 Misc. 2008-08-27 06:17:35 +00:00
dimitr
99402ef337 Fixed CORE-903: Update Field update / result Updated. 2008-08-25 08:13:41 +00:00
paul_reeves
d3e9b360a6 Provide a coherent and meaningful message 2008-07-11 08:44:17 +00:00
asfernandes
607f55503d Misc 2008-07-11 02:37:23 +00:00
paul_reeves
2581a15586 It's even better if it is declared correctly. 2008-07-10 14:52:52 +00:00
paul_reeves
eed4f59f2b It helps to define an env var before using it :-( 2008-07-10 14:47:09 +00:00
paul_reeves
d9ade3c6b2 Be slightly more vague, but at least include both current possibilities.
(This is an area that needs reworking.)
2008-07-10 14:42:17 +00:00
paul_reeves
751963f5c6 Make a reasonably sane attempt to include the correct documentation for 2.5 Alpha 1 2008-07-10 14:14:34 +00:00
paul_reeves
43c5385b38 Forward port installer changes from 2.1.1 to 2.5.000 2008-07-10 12:45:38 +00:00
alexpeshkoff
e805b65271 Fixed issues detected by QA 2008-07-09 08:51:03 +00:00
paulbeach
7cb4824d2a Time to tidy up some old stuff 2008-06-11 11:58:16 +00:00
asfernandes
8b4a83f201 Misc 2008-05-11 03:00:46 +00:00
asfernandes
9c9672ec64 Fix misspelled word 2008-05-11 01:12:36 +00:00
alexpeshkoff
489245fa50 We are not interbase during 7 years - fixed comments and environment 2008-05-08 07:29:44 +00:00
alexpeshkoff
2b382f606b 1. Deeper integration between super and classic setup.
2. Script to switch between classic and superclassic modes.
3. Changed lisences from LGPL to IDPL (with Mark's agreement)
2008-05-07 16:34:47 +00:00
alexpeshkoff
463efb5f40 Deprecated this unneeeded any more script 2008-05-07 16:07:55 +00:00
makowski
0310e8a89d Add comment about Classic on Posix for RemoteBindAddress parameter 2008-05-06 07:00:19 +00:00
asfernandes
b30236303d Misc 2008-05-05 02:22:53 +00:00
alexpeshkoff
324facd7af Fixed CORE-1880: Linux startup script silently exits when missing 'main' executable 2008-05-04 16:03:18 +00:00
alexpeshkoff
f5ee67b01d Front-ported misc install scripts changes from 2.1 2008-05-04 15:18:42 +00:00
alexpeshkoff
c9b12c828d Front-ported misc install scripts changes from 2.1 2008-05-04 14:27:36 +00:00
alexpeshkoff
ddeb68c733 Restored accidentially removed check - thanks to Adriano 2008-04-28 07:41:43 +00:00
alexpeshkoff
f386d5ed7e Use -daemon switch to start fbguard directly - without fbmgr. 2008-04-25 16:37:30 +00:00
paulbeach
449fe20b8f Wrongly named libfbclient.so 2008-04-07 12:59:30 +00:00
dimitr
e18a16e3cb Removed OldParameterOrdering. 2008-03-25 16:42:10 +00:00
paulbeach
292fd3a7f3 This line - be not needed 2008-03-25 09:11:42 +00:00
paulbeach
45ff9af0d5 Typo 2008-03-24 14:04:44 +00:00
dimitr
02428e23eb Cleanup. 2008-03-21 08:23:44 +00:00
paul_reeves
d0173de8bc sync HEAD to 2.1 branch and mark docs as unprepared for 2.5 2008-03-10 15:04:16 +00:00
alexpeshkoff
15e2b6ee62 add superclassic to binary package 2008-03-03 16:31:07 +00:00
alexpeshkoff
00c63c1f8d 1. Make signals handling in yValve MT safe.
2. Introduce new private API calls, fb__shutdown() and fb__shutdown_callback().
3. Introduce fb_smp_server - binary to run superclassic on posix.
4. Various cleanups.
2008-02-28 18:42:30 +00:00
alexpeshkoff
2bb5287eae Isc_* files are created in classicLibrary 2008-02-27 12:14:08 +00:00
paul_reeves
6d102199c3 Gosh! Isn't it fun maintaining four separate branches. 2008-02-25 09:29:43 +00:00
paulbeach
d859c27085 Installation of Firebird 2.0.x SuperServer on Solaris 2008-02-20 16:04:42 +00:00
alexpeshkoff
601854055c Make windows and linux install trees better match 2008-02-19 10:29:06 +00:00
paulbeach
03b2501b5b Add the Readme.txt, allow package upgrade of aliases.conf and UDF files, so existing installations get upgraded properly. 2008-02-18 12:05:59 +00:00
alexpeshkoff
ab38952521 changed soname for embedded library - frontported 2008-02-14 16:34:08 +00:00
robocop
de63251672 We don't support Sinix-Z anymore. 2008-02-14 10:53:55 +00:00
paulbeach
3db5c9b13a update the launchdaemon plist file with the correct dtd url 2008-02-12 16:13:18 +00:00
asfernandes
11b869588d Misc 2008-02-08 01:25:41 +00:00
paulbeach
b9cd63c1f1 Oops - there should be a comment here 2008-02-06 16:19:39 +00:00
alexpeshkoff
a8ec4a25d9 Fixed CORE-1728: Monitoring tables do not work after fresh linux install 2008-02-06 11:27:32 +00:00
robocop
84882b6220 Misc. 2008-02-02 16:52:37 +00:00
paul_reeves
2534ed60ba fix typo 2008-01-24 11:04:55 +00:00
paul_reeves
b613a3f943 Forward port attempt to minimize hard-coded version string hell from windows install kits. 2008-01-24 10:32:25 +00:00
paul_reeves
76422c9ac9 Keep 2.5 'sort of' up-to-date 2008-01-23 06:59:07 +00:00
robocop
a6d4ab83fb Misc. 2008-01-22 11:08:20 +00:00
robocop
6edb716f5d Misc. 2008-01-22 10:30:23 +00:00
paulbeach
d1d433a8c0 Minor Mods 2008-01-22 09:40:41 +00:00
paulbeach
79a649377d Welcome to 64bit MacOS builds 2008-01-18 14:12:26 +00:00
paulbeach
795ec9349c Darwin and HPUX mods 2008-01-17 12:09:39 +00:00
alexpeshkoff
cf95913c7f misc 2008-01-17 11:36:15 +00:00
paulbeach
c613c40c7a No -M for useradd on HPUX 2008-01-10 14:20:04 +00:00
paulbeach
d0e4100420 HPUX Depot install 2008-01-10 11:26:58 +00:00
asfernandes
e0226e17fb Misc 2008-01-09 23:57:18 +00:00
alexpeshkoff
ba5b321861 Fixed CORE-1421: RPM libstdc++ version dependency 2008-01-09 15:47:45 +00:00
paulbeach
71ee831a7a Move generateNewDBAPassword function from posixLibrary to linuxLibrary. This function makes no sense on HPUX. 2008-01-09 11:05:20 +00:00
paulbeach
f3c21d4ca2 HPUX Port 2008-01-07 12:26:23 +00:00
alexpeshkoff
74724c0566 Frontported fix for CORE-1674: Wrong access rights in doc subdirectory 2008-01-04 15:14:54 +00:00
robocop
e1187273c8 Totally misc. 2007-12-22 09:36:52 +00:00
asfernandes
c27c33d750 Misc 2007-12-22 00:53:39 +00:00
paul_reeves
512f5f881a Add support to deploy VCRT libraries via msi, if windows installer 3.0 is available. 2007-12-21 12:10:16 +00:00
paulbeach
256c0ba277 Apply MacOS changes to HEAD 2007-12-20 11:34:29 +00:00
paul_reeves
bf99212d84 Add some generic functions to test for host O/S 2007-12-19 14:07:13 +00:00
dimitr
6720a8600b Just better English. Credits go to Helen. 2007-12-19 13:40:39 +00:00
paul_reeves
bcfd8860ce Implement feature request CORE-548
Installer now generates a help screen when passed /?, /h or /help on the command-line
2007-12-19 13:34:34 +00:00
paulbeach
18dcda1ab9 Fix MacOS install typo 2007-12-10 11:13:53 +00:00
asfernandes
66e179cfe7 Misc 2007-12-09 13:09:58 +00:00
robocop
5aeb5aa99c Misc. 2007-12-08 07:46:23 +00:00
paulbeach
d1a0e95271 MacOS 10.5 (Leopard) updates 2007-12-07 12:19:37 +00:00
alexpeshkoff
f4dc0c29cb Multi-instancing in SlackWare 2007-12-03 16:11:46 +00:00
alexpeshkoff
1a83a0f90d Comment 2007-12-03 15:48:52 +00:00
dimitr
cc15362a03 Some practice in the English language :-) 2007-11-29 18:45:58 +00:00
hvlad
c2800e66e8 Implement CORE-1625 : Implement new setting to relax strict SQL standard's alias checking rules 2007-11-29 17:53:38 +00:00
alexpeshkoff
dc17b59e87 Multi-instancing support in generic startup file for super-server. 2007-11-27 07:45:37 +00:00
alexpeshkoff
ba77f62858 Multi-instance support for Mandriva/Mandrake/Redhat/Fedora 2007-11-26 15:41:34 +00:00
alexpeshkoff
3b638b124b misc 2007-11-26 15:40:23 +00:00
alexpeshkoff
206786df6e Added minimum multi-instance support 2007-11-19 13:21:51 +00:00
alexpeshkoff
9310dfd260 frontported change in startup script 2007-11-19 13:20:59 +00:00
asfernandes
8df237433f Correction - there was a \0 byte in this file 2007-10-28 23:41:37 +00:00
skidder
9f6743102a Correction 2007-10-28 18:03:40 +00:00
skidder
2619fd6532 Allow local protocol to work with servers running both under restricted accounts (e.g. Vista regular user) and unrestricted accounts (e.g. LocalService) 2007-10-28 15:00:49 +00:00
paul_reeves
29e36a883c Be sure to include manifest for wow64 2007-10-17 13:05:44 +00:00
paul_reeves
240322a866 Ensure that binary installer removes an existing service. Otherwise it will attempt to start the pre-existing service, not the one it has just installed. 2007-10-15 15:09:55 +00:00
paul_reeves
63cbecf438 Update installation readme files for beta 2 2007-10-15 05:53:45 +00:00
paul_reeves
5412f664dc Misc 2007-10-12 12:18:21 +00:00
paul_reeves
3fe3373d30 Update readme for beta 2 2007-10-12 12:15:58 +00:00
paul_reeves
93bd6f7343 Update installation notes 2007-10-12 12:09:13 +00:00
paul_reeves
1f2454fd73 Forward port (from 2.0.3) latest polish translations for windows installer. 2007-10-10 10:57:19 +00:00
paul_reeves
8d9c89f4e1 Roll back deployment with static linking of ms runtimes 2007-10-10 10:54:20 +00:00
paul_reeves
baa525f174 Don't deploy the MSVC8 C runtimes unless we link dynamically. 2007-09-18 15:10:43 +00:00
paul_reeves
602e7afd4e Switch on support to deploy 32-bit client into <SysWOW64> when installing the 64-bit kits. 2007-09-18 15:09:24 +00:00
paul_reeves
8d76d28b21 Roll back support for icu debug builds as part of the Firebird build process on Windows 2007-09-12 14:05:00 +00:00
asfernandes
4dd7b4c668 Misc 2007-09-12 02:31:28 +00:00
paul_reeves
8ba98bd599 Implement support for passing /clean option when running the Windows binary uninstaller.
(CORE-1158)

Update documentation for scripted installations.
2007-09-11 12:21:05 +00:00
paul_reeves
002e202c26 Bring into line with recent changes to the build process 2007-09-11 12:15:55 +00:00
robocop
0b6b7abdce Misc. 2007-09-02 09:34:02 +00:00
asfernandes
90e8b8d24d Misc 2007-09-02 02:13:31 +00:00
paulbeach
edfa750075 Solaris Port 2007-08-31 15:29:45 +00:00
paulbeach
a23c918479 Solaris Port 2007-08-31 12:29:22 +00:00
paulbeach
f220115a8a Solaris Port 2007-08-31 10:48:09 +00:00
paulbeach
3e441f941a Solaris Port 2007-08-31 09:09:38 +00:00
paulbeach
83f0e1b209 Solaris Port 2007-08-31 09:07:34 +00:00
paulbeach
2ee7f821c1 Solaris Port 2007-08-31 08:51:52 +00:00
paulbeach
a152212108 Solaris Port 2007-08-31 07:56:57 +00:00
hvlad
e85c07fcb6 Explanation as Claudio suggest 2007-07-26 12:05:49 +00:00
asfernandes
6beb5e28bd Misc 2007-07-26 01:23:18 +00:00
hvlad
b85636ac5a Implement CORE-1381 : Allow Firebird to not use filesystem cache for database files 2007-07-25 18:51:28 +00:00
paul_reeves
1e645af6f4 Remove some more hard-coded version numbers from the install script. 2007-07-25 14:43:42 +00:00
paul_reeves
f824c95dda Remove quotes around env var and document how to define it correctly. 2007-07-25 14:41:06 +00:00
asfernandes
5d06ef32d8 1) CORE-1366 - French insensitive collation FR_FR_CI_AI
2) Renamed CP932 to CP943C per user feedback in CORE-1324
2007-07-19 01:25:23 +00:00
paul_reeves
0c89a68f27 Make sure example is actually correct. 2007-07-05 13:57:32 +00:00
paul_reeves
311ca5b547 Add link to landing page
Make sure we include the metadata update script.
2007-07-03 09:08:57 +00:00
paul_reeves
5a55223448 Make sure that manifest file is _really_ included, if it is needed. 2007-07-02 14:46:47 +00:00
paul_reeves
4b0a6d5502 Include link to 2.1.0 release notes
Dynamically generate version number for readme menuitem
2007-07-02 14:36:32 +00:00
paul_reeves
f8a2a79e50 Remove duplicate line 2007-07-02 14:25:26 +00:00
paul_reeves
68d25aeb80 Make sure embedded packages are separated by platform.
Include manifest if necessary.
2007-07-02 14:00:03 +00:00
paul_reeves
47bb73ab37 Include the VC80 runtime manifest. 2007-07-02 12:28:50 +00:00
paul_reeves
29d99cc0f7 Tidy up a little. 2007-06-26 09:22:13 +00:00
paul_reeves
855b5ae36a Upgrade inno setup script to IS5
Add support for building 64-bit installable binaries
Update readme's for beta 1.
2007-06-26 08:43:44 +00:00
paul_reeves
daeee1441b Misc upstream changes to support InnoSetup 5 and other enhancements to innosetup install script. 2007-06-22 12:21:25 +00:00
asfernandes
f044f67464 Feature request CORE-1324 - Japanese character set cp932 -- waiting for user feedback on what ICU charset is best 2007-06-22 01:59:34 +00:00
paulbeach
1644f2cb64 MacOS Port into HEAD 2007-06-11 14:21:33 +00:00
asfernandes
f1924b238c Metadata charset upgrade scripts 2007-06-02 19:11:18 +00:00
alexpeshkoff
cf31f49b78 Fixed CORE-981 - x86_64 RPM package missing "provides" 2007-05-14 11:40:57 +00:00
asfernandes
9d0d8bf2db Misc 2007-05-04 01:18:25 +00:00
alexpeshkoff
8aba4a1ea1 Added fbsvcmgr, utility to access services manager 2007-05-03 11:25:05 +00:00
robocop
52f1b15e0c Misc. 2007-05-02 06:57:18 +00:00
asfernandes
c722690150 Misc 2007-04-27 02:28:57 +00:00
hvlad
29ab1ca027 Implement CORE-1229 : Teach Firebird to allocate disk space by more than one page at a time 2007-04-25 21:08:57 +00:00
asfernandes
9582ea243c 1) Upgrade INTL interface to undestand misc. configuration informations
2) Make our ICU collations work with different ICU versions (tested with ICU 3.6)
2007-04-15 15:57:12 +00:00
dimitr
26b62cd390 Resolved CORE-861. 2007-04-13 11:10:18 +00:00
asfernandes
fbbde208ee Make available UNICODE and UNICODE_CI for all charsets (not registered automatically in the db) 2007-04-05 19:14:55 +00:00
paulbeach
d568d3cde2 More Darwin related stuff 2007-04-05 10:09:26 +00:00
asfernandes
f4aba4e145 Misc 2007-04-03 02:31:30 +00:00
mkubecek
fa1a52dd7c fix for CORE-1189 2007-04-01 12:32:53 +00:00
alexpeshkoff
0d48f91995 Removed unneeded any more creation of equiv file 2007-03-22 13:25:59 +00:00
paul_reeves
bfa81ae564 Include consts_pub.h in ibase.h
Create the examples directories before trying to copy files into them.
2007-03-22 09:10:14 +00:00
robocop
b8f8dded53 Misc. 2007-03-22 04:20:27 +00:00
paul_reeves
b913620c50 Update readme for 2.1 alpha 2007-03-21 13:23:16 +00:00
paul_reeves
3dca2c8c92 Don't include fbrmclib.dll in standard kits until we a) agree otherwise, and b) produce an x64 library. 2007-03-20 13:25:09 +00:00
paul_reeves
64ca585e9f Include the Fb 2.1 pdf file in the Windows kits. 2007-03-20 13:11:46 +00:00
paul_reeves
17556b87ae Update manual installation batch files to support installation as a non-default service name. 2007-03-16 11:49:45 +00:00
paul_reeves
bc8abd1ef1 Make inclusion of examples in zip package optional. 2007-03-15 15:25:41 +00:00
alexpeshkoff
ac8277b0f5 front-ported various fixes from B2_0_Release 2007-03-09 13:32:17 +00:00
paulbeach
68b261513c Firebird 2.0 MacOS Classic Intel Build 2007-03-09 10:32:58 +00:00
paul_reeves
81deb3f7d1 Document Vista requirement. 2007-03-06 08:22:56 +00:00
paul_reeves
7014e385f9 Start bringing main install script into line with requirements to build x64 and Win32 targets.
The ZIP option works for now. Other options are temporarily broken.
2007-02-26 15:20:30 +00:00
paul_reeves
633fc6bf17 Move install scripts to the install script directory. 2007-02-26 15:08:51 +00:00
dchri
7124a5c6e1 Changed sed "discovery" switch to a compatible but more widely used switch. 2007-02-09 08:29:55 +00:00
robocop
839cfa6ed4 Corrections. 2007-02-03 10:38:42 +00:00
dimitr
9ee8ef88cf Resolved CORE-937. 2007-01-25 12:56:16 +00:00
alexpeshkoff
e18f8046bd Use symbolic names for authentication methods in firebird.conf 2006-12-17 14:02:23 +00:00
helebor
26b17b9813 *** empty log message *** 2006-12-11 12:53:41 +00:00
alexpeshkoff
01f2969e7f Added 'Authentication' parameter to firebird.conf 2006-12-10 12:31:15 +00:00
paul_reeves
e77b743b33 Forward port the windows installation scripts and i18n from B2_0_Release 2006-12-06 05:52:31 +00:00
asfernandes
6eb4e2cbb0 Implementation of character sets TIS620 and GBK with collations TIS620_UNICODE and GBK_UNICODE. They don't work with our current stripped version of ICU. 2006-07-29 18:28:50 +00:00
mkubecek
5e4ef1a0c8 compatibility with rpm 4.4 2006-06-27 10:31:25 +00:00
asfernandes
e681063481 Add Spanish case-/accent-insensitive collation ES_ES_CI_AI for ISO8859_1 2006-06-05 01:14:02 +00:00
dimitr
7278ad2627 Provided some self-docs about the possible XNET issues. 2006-06-02 06:52:02 +00:00
dimitr
46823ae1b4 Update the conf-file. 2006-06-02 03:29:11 +00:00
alexpeshkoff
61427e2a73 Limit packet size which we can process correctly 2006-05-29 16:30:28 +00:00
alexpeshkoff
cdbaf44a02 Applied changes, recommended by Michal Kubecek 2006-05-23 13:10:32 +00:00
asfernandes
a3b411a4c1 Misc 2006-05-20 00:59:22 +00:00
alexpeshkoff
84c9b9bd8b added nbackup to SS binary packages 2006-05-19 11:42:47 +00:00
robocop
8089416fcf Fixing docs and scripts. 2006-05-13 05:50:28 +00:00
asfernandes
296571e0fc Misc 2006-04-25 02:16:33 +00:00
alexpeshkoff
2d7f749456 ported changes from B2_0_Release 2006-04-24 10:08:16 +00:00
asfernandes
a5be4e7e2c Misc 2006-04-16 22:11:20 +00:00
alexpeshkoff
1a5505065d ported fixes from 2.0 release 2006-04-16 12:58:29 +00:00
asfernandes
b177e5bcd4 Polish collation ISO_PLK for ISO8859_2 charset - contributed by Jaroslaw Glowacki 2006-04-13 03:04:30 +00:00
asfernandes
00fbfce04c Misc 2006-03-29 15:20:38 +00:00
paul_reeves
29df42060c Minor tweaks to the Win32 build/install stuff. Updated readme and install_readme. 2006-03-29 13:44:55 +00:00
paul_reeves
c80f17c239 Win32 installer - latest portuguese translations 2006-03-29 13:43:33 +00:00
paul_reeves
010a698f4d Add italian translations of install strings for Windows installs 2006-03-29 13:41:22 +00:00
robocop
23cf0c9e42 Misc. 2006-03-16 08:53:49 +00:00
alexpeshkoff
eddade0912 change default value of LegacyHash 2006-03-15 17:23:07 +00:00
kkuznetsov
dddcbfdea5 Update solaris packaging 2006-03-09 15:24:42 +00:00
paul_reeves
6baee04435 Forward port OldColumnNaming from Fb 1.5.3 2006-01-17 04:40:31 +00:00
paul_reeves
51b33c286b Catch up with commit of some win32 install docs that were part of beta 1 2006-01-16 15:21:21 +00:00
asfernandes
fff3a4339b Add Czech collations - contributed by Ivan Prenosil:
- WIN_CZ (case-insensitive, accent-sensitive)
 - WIN_CZ_CI_AI (case-insensitive, accent-insensitive)
2006-01-14 18:04:08 +00:00
alexpeshkoff
c97afa8f55 fixed runuser problem on Debian 2005-12-30 15:13:29 +00:00
alexpeshkoff
dcfb897e70 fix fbmgr operation 2005-12-23 11:42:47 +00:00
alexpeshkoff
8de8ef96ce added Redirection parameter to firebird.conf 2005-12-21 10:10:37 +00:00
alexpeshkoff
3bf321d649 let all users run applications 2005-12-18 15:23:32 +00:00
asfernandes
533f9f484b Add Vietnamese charset WIN1258 - contributed by Nguyen The Phuong 2005-12-09 21:50:24 +00:00
dimitr
5cdb471d27 Changed location of some defines in order to avoid internals inside ibase.h. 2005-12-05 11:39:38 +00:00
paul_reeves
d50f2e4652 Update win32 build installer script for snapshot builds. 2005-11-28 10:27:58 +00:00
kkuznetsov
b99036db59 Some more updates 2005-11-23 09:23:17 +00:00
kkuznetsov
956dd91f6c Start update Solaris packaging for FB2 2005-11-17 14:24:16 +00:00
alexpeshkoff
c2ba532128 added new stuff to the packages 2005-10-27 13:51:35 +00:00
alexpeshkoff
023e4f2b70 fixed bug with access to QLI's help 2005-10-26 14:03:19 +00:00
asfernandes
8dc822337a 1) Remove feature that allow one collation name to be used with more than one charset.
2) Remove PT_BR for WIN1252, let's live with WIN_PTBR only.
2005-10-13 19:11:29 +00:00
asfernandes
d2308bfcaa Forward-port collation LT_LT from 1.5 branch 2005-09-24 22:50:25 +00:00
robocop
9cb34a45a1 Nitpicking. 2005-08-19 00:53:24 +00:00
alexpeshkoff
5630c10eb2 new way to build linux scripts 2005-08-16 10:04:13 +00:00
paul_reeves
61371d9f45 Don't include embeddable client tools in Win32 distribution packs. 2005-08-08 13:22:34 +00:00
asfernandes
d1da541db5 Rename collation BO_BO to BS_BA - per Fikret request 2005-08-05 01:53:40 +00:00
asfernandes
e425a45a63 Bosnian collation BO_BO for WIN1250 - contributed by Fikret Hasovic 2005-07-28 19:59:11 +00:00
paul_reeves
7364e5a271 Make sure we ship instructions on scripted installs with the binary installer. 2005-07-19 13:09:46 +00:00
paul_reeves
826b85e531 Update Polish text of Win32 install notes. 2005-07-19 12:36:05 +00:00
paul_reeves
91bc697a21 Add updated bosnian Win32 install notes. 2005-07-18 14:05:12 +00:00
paul_reeves
c919586c8f Minor updates to the Win32 build scripts. Disable intlbuild in make_examples. Update Win32 readmes. 2005-07-12 12:36:12 +00:00
asfernandes
ffef9313c0 INTL script 2005-07-05 15:25:27 +00:00
alexpeshkoff
03ee94ad38 make it compatible with solaris build 2005-06-27 12:46:02 +00:00
alexpeshkoff
bc516b4788 a bit better handling of intl stuff 2005-06-21 09:16:17 +00:00
alexpeshkoff
10983b1078 a bit better handling of intl stuff while packaging 2005-06-21 09:03:39 +00:00
alexpeshkoff
5cb1f00392 fixed INTL issues in SS package build 2005-06-15 15:19:29 +00:00
alexpeshkoff
4602578217 fixed INTL issues in package build 2005-06-15 15:18:37 +00:00
asfernandes
2a41a6d305 Integrate collations KOI8R_RU (Russian), KOI8U_UA (Ukrainian), WIN1257_EE (Estonian), WIN1257_LT (Lithuanian) and WIN1257_LV (Latvian) ported by Dmitry from Yaffil 2005-06-11 19:51:00 +00:00
robocop
b8d1f00f94 - Corrections and changes to Adriano's commit, subject to his inspection.
- Solved an endless loop with trim and zero-length trim characters, etc.
- Some places are signaled with FB_COMPILER_MESSAGE for prompt attention.
2005-06-06 08:30:03 +00:00
asfernandes
59213efe7e Merge INTL branch into HEAD 2005-05-27 22:45:31 +00:00
robocop
bef551ef3e Totally misc. 2005-05-05 08:39:12 +00:00
paul_reeves
660ee953d4 Add Spanish translations for Win32 installer. Fix problem with Bosnian translation. Update readmes for Alpha2. 2005-05-04 10:47:44 +00:00
alexpeshkoff
1543b10e82 New scripts for linux 2005-04-29 18:24:44 +00:00
alexpeshkoff
a6e01313e7 removed obsolete scripts - moving to new scripting style 2005-04-29 18:18:31 +00:00
alexpeshkoff
a912b14498 New scripts for posix 2005-04-29 18:16:46 +00:00
alexpeshkoff
27d6144ade removed obsolete scripts - moving to new scripting style 2005-04-29 18:12:44 +00:00
kkuznetsov
58f4cd4cdc Make Solaris install scripts "unified" for sparc and x86 2005-04-20 14:30:49 +00:00
kkuznetsov
13c9bfeaa3 Try to pick-up Ray Holme Solaris spark32 port into FB2 (not tested yet) 2005-04-18 16:06:21 +00:00
kkuznetsov
6c54fe33e8 Changed commented value of TCPNONAGLE to default 1 2005-04-05 07:08:02 +00:00
kkuznetsov
438005440f Allow setting TCP_NODELAY socket option in Classic Server
and make if default true on both arhitecture.
2005-04-04 12:54:34 +00:00
paul_reeves
a561c352ec Install msvc runtimes in <sys>; ship msvc runtimes with embedded; Assume MSVC 7 is default compiler. 2005-03-23 08:20:30 +00:00
tsteinmaurer
c574a51c4e German translation for the Firebird 2.0 Alpha 1 installer added 2005-03-22 13:36:45 +00:00
alexpeshkoff
a0854e0e4c fix examples in package 2005-03-20 12:48:04 +00:00
alexpeshkoff
8ffabb2d8a fix examples in package 2005-03-20 11:11:33 +00:00
alexpeshkoff
3f24624257 fix examples in package 2005-03-20 11:00:34 +00:00
robocop
94e04d3768 Misc. 2005-03-20 04:26:10 +00:00
paul_reeves
bec585cacc Final tweaks for Win32 Alpha1 builds. 2005-03-18 11:25:48 +00:00
aafemt
888bde030c Drop outdated duplicates 2005-03-18 05:13:44 +00:00
paul_reeves
c466bb4b2a Bring installation_readme.txt up-to-date. 2005-03-16 14:46:51 +00:00
paul_reeves
819d0fe39e Minor fix to Win32 build script. Sync isc_version.h. 2005-03-16 13:16:03 +00:00
paul_reeves
7047f6d1ee Improve detection of previous Windows installs. 2005-03-16 10:53:53 +00:00
paul_reeves
a00041e80a Add Polish translation of Win32 installer. 2005-03-16 10:51:52 +00:00
robocop
8991dabefd We renamed the list to become firebird-support a lot of time ago. 2005-03-16 01:08:13 +00:00
robocop
496ba98327 Fixing typos 2005-03-16 01:04:50 +00:00
alexpeshkoff
ab341a1425 removed unused link /usr/include/gds.h 2005-03-15 11:46:11 +00:00
paul_reeves
abec46fcb8 Add Bosnian translation of Win32 installer. 2005-03-15 09:27:08 +00:00
paul_reeves
4f9598eb21 Update Win32 install scripts, and readme's. 2005-03-14 14:55:48 +00:00
kkuznetsov
ce607338b6 Solaris install system: classic 2005-03-14 14:50:57 +00:00
paul_reeves
062401a4a9 make custom_messages.inc more version agnostic. 2005-03-14 14:48:38 +00:00
alexpeshkoff
11e1bfcdec merge 1.5 install files to 2.0 2005-03-13 16:04:59 +00:00
kkuznetsov
40bc3eb4d5 Solaris packaging system next parts (incomplete) 2005-03-11 15:20:14 +00:00
kkuznetsov
8fba62a4d6 Solaris install system parts incomplete 2005-03-11 14:54:49 +00:00
robocop
a749151080 Correct some files to refer to FB2 and security2.fdb 2005-03-05 01:44:38 +00:00
paul_reeves
4b26e525c3 Update Win32 MSVC7 project files. Fix some Win32 packaging issues. 2005-03-04 10:08:06 +00:00
alexpeshkoff
f4cd5a154f Changed name to security2.fdb 2005-02-24 12:24:38 +00:00
robocop
3c7754e27e Totally misc. 2005-02-24 06:27:25 +00:00
paul_reeves
2d1b902d28 Add supporting files to build Win32 packages 2005-02-17 15:04:23 +00:00
paul_reeves
c7731c92f1 Major overhaul of Win32 package building script. Update win32 readme and install readme. 2005-02-17 14:53:43 +00:00
paul_reeves
ec9329960b Forward port i18n strings for Win32 installer from Fb 1.5 2005-02-17 14:49:01 +00:00
dimitr
03cfc7c237 Changes and cleanup regarding XNET vs old-style IPC. 2005-01-16 12:35:27 +00:00
robocop
1062f96919 Fix typo reported by Kristof Petr. 2005-01-04 00:18:19 +00:00
alexpeshkoff
9738692f68 Added new parameter 2004-12-19 16:19:35 +00:00
skidder
425ae95416 Fix problem with XP SP2 clients talking to POSIX server (SF#1065511) 2004-11-18 19:53:25 +00:00
hvlad
0babe00375 Added config file parameter for the garbage collection policy 2004-11-09 13:06:53 +00:00
paulbeach
d56ddc1850 Fix minor typo 2004-11-03 12:06:41 +00:00
skidder
69363fd241 Add support for biarch builds 2004-10-24 09:10:56 +00:00
skidder
9087f86539 Add documentation note per claudio suggestion 2004-10-24 08:04:37 +00:00
skidder
c7e2bcd435 Update BugCheckAbort option description 2004-10-18 20:48:25 +00:00
skidder
2627dbec8f Add newline printed after Firebird SS service startup 2004-09-14 16:11:26 +00:00
alexpeshkoff
c68956dc2c Added firebird.conf parameter UsePriorityScheduler (requested by Nickolay) 2004-09-02 09:09:34 +00:00
alexpeshkoff
a808403767 Partially removed DeadThreadsCollection parameter from firebird.conf.
Concerning complete removal of it I wait for response on my letter to devel list.
2004-09-01 16:11:12 +00:00
skidder
651b5c1b48 Cosmetic changes 2004-08-12 23:28:37 +00:00
eku
4d7115aca3 env variable changed 2004-05-25 13:20:24 +00:00
skidder
277788de7a NetBSD port from James K. Lowden 2004-05-20 23:05:02 +00:00
brodsom
acbf2cc904 Remove references to gds.h, gds.hxx and gdsold.h from builds 2004-04-27 12:38:57 +00:00
brodsom
795d0d42f1 Installer for MinGW (first try) 2004-04-21 01:45:53 +00:00
brodsom
eb8c4153aa Correction use generated gbak not installed one 2004-04-19 18:45:28 +00:00
paulbeach
6b2a911370 Improve NFS Warning in conf file 2004-04-19 10:20:37 +00:00
skidder
61e1af4265 Implement Paul B. suggestion about dangerous config file option 2004-04-17 02:36:11 +00:00
skidder
af366d4f5a Add BugcheckAbort option to produce coredumps on BUGCHECKs and structured exceptions 2004-04-06 07:25:45 +00:00
skidder
03a49a0341 A couple versions of eu-strip I tried produce broken debug info. Let's standartize on binutils objcopy for now as it seems to be more reliable. I hope an official binutils version with needed feature aka 2.15 will be released soon 2004-04-06 02:45:54 +00:00
skidder
75a47b38a0 Fix HEAD troubles with Linux SS installer 2004-03-25 06:01:12 +00:00
eku
c15ac1c33f SINIX-Z: fixed package list 2004-02-27 12:04:35 +00:00
kkuznetsov
48553844a9 this is requared files 2004-01-31 19:27:31 +00:00
skidder
cfa7b7fe70 fix AMD64 packaging issue 2004-01-29 09:47:43 +00:00
skidder
75ae1d9890 Fix some packaging issues with non-x86 Linux ports. Prepare AMD64 port for public testing 2004-01-29 06:32:09 +00:00
stryqx
ed9428af76 Cope with upgrades more gracefully. 2004-01-12 06:24:36 +00:00
stryqx
c327a617f9 libgds links to libfbembed for ClassicServer. 2004-01-12 05:59:55 +00:00
skidder
a143019f78 Forward port generation of external debug info to FB2 HEAD 2003-12-30 02:06:13 +00:00
alexpeshkoff
efe094676d SS scripts - slightly optimized for various linux distibutions 2003-12-06 09:40:12 +00:00
alexpeshkoff
016e29843e fixed install problems 2003-11-15 12:07:07 +00:00
brodsom
98d5fff9f6 Add needed files from B1_5 2003-11-07 14:18:41 +00:00
stryqx
0bfc247521 Even though the libgds symlinks are commented out, make them correct. 2003-11-06 12:25:23 +00:00
stryqx
0f67d0e872 A better solution - copy the symlinks as symlinks. 2003-11-06 12:20:45 +00:00
stryqx
334202f9c0 Make the install less noisy for 2.0.
Save some disk space by symlinking libfbclient.so.2 and libfbembed.so.2
to libfbclient.so.2.0.0 and libfbembed.so.2.0.0 respectively.
2003-11-06 12:13:00 +00:00
stryqx
a34401d15e First cut at the install script for FreeBSD.
Package management for FreeBSD binaries will be done via the FreeBSD Ports
Tree.
2003-11-06 09:20:33 +00:00
brodsom
4f4ad058cc Gsplit.exe is build now 2003-11-05 16:54:25 +00:00